summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbehdad <behdad>2005-09-25 22:41:05 +0000
committerbehdad <behdad>2005-09-25 22:41:05 +0000
commite86ab320645a97cfb06b303418a38545a1f4510d (patch)
tree88b4020b085c8082d05f5c02218021f85a16d5ff
parent9b9b663df851f16b64452b8f3dee6c4ace1d9984 (diff)
0.10.6 released.FRIBIDI_0_10_6
-rw-r--r--ChangeLog3
-rw-r--r--Makefile.am10
-rw-r--r--NEWS4
3 files changed, 10 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 5a2151f..b78bb8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
2005-09-25 Behdad Esfahbod <behdad@gnu.org>
+ GNU FriBidi 0.10.6 released.
+
+2005-09-25 Behdad Esfahbod <behdad@gnu.org>
* configure.in: Updated to new autoconf/automake syntax. Copied
from fribidi2 tree.
* Makefile.am, bootstrap, configure.in: More update from the
diff --git a/Makefile.am b/Makefile.am
index 64c70bc..c629c8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -93,6 +93,8 @@ UNIDATA_FILES = \
OTHER_FILES = \
wcwidth.i
+TESTS = run.tests
+
EXTRA_HEADERS = \
packtab.h \
$(libfribidi_extra_h) \
@@ -100,12 +102,8 @@ EXTRA_HEADERS = \
EXTRA_DIST = \
bootstrap \
- run.tests \
- acinclude.m4 \
- fribidi_config.h.in \
- fribidi.pc.in \
- fribidi.spec.in \
fribidi.spec \
+ $(TESTS) \
$(TEST_FILES) \
$(TABLE_FILES) \
$(UNIDATA_FILES) \
@@ -197,8 +195,6 @@ test: fribidi
fribidi_tab_char_type_small fribidi_tab_char_type_large \
fribidi_tab_mirroring fribidi_tab tab
-TESTS = run.tests
-
bin_SCRIPTS = fribidi-config
pkgconfigdir = $(libdir)/pkgconfig
diff --git a/NEWS b/NEWS
index 925fc8d..212303c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+New in 0.10.6:
+
+* Fixed type sizes when stdint.h is not available.
+
New in 0.10.5:
* Unicode 4.1.0 character database used.