summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroozbeh <roozbeh>2002-01-04 00:16:12 +0000
committerroozbeh <roozbeh>2002-01-04 00:16:12 +0000
commitf56d98bb49b4a92eeadae19d290eab88ae44b2be (patch)
tree8b9ca8253544440c653eeac2239298141bec4a3e
parent4e545f2fb9e4f71ac47fd9a24166d2a0cc920be8 (diff)
Releasing 0.10.0rel-0-10-0
-rw-r--r--ChangeLog14
-rw-r--r--configure.in2
2 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index c05d1d1..a1349dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-04 Roozbeh Pournader <roozbeh@sharif.edu>
+ * FriBidi 0.10.0 released.
+ * configure.in: changed the version to 0.10.0.
+
2002-01-02 Behdad Esfahbod <behdad@bamdad.org>
* bootstrap: automake option -a added
* fribidi_types.h: FriBidiStrIndex type changed from uint16 to int.
@@ -107,7 +111,7 @@
replaced with char, gint replaced by int, ...
2001-12-11 Roozbeh Pournader <roozbeh@sharif.edu>
- * FriBidi 0.9.1 released.
+ * FriBidi 0.9.1 released.
* configure.in: changed the version to 0.9.1.
2001-12-10 Roozbeh Pournader <roozbeh@sharif.edu>
@@ -202,7 +206,7 @@
still use the free_type_link_list, for efficiency.
2001-03-31 Behdad Esfahbod <behdad@bamdad.org>
- * fribidi_benchmark.c: #included <stdarg.h>, to compile under cygwin.
+ * fribidi_benchmark.c: #included <stdarg.h>, to compile under cygwin.
* fribidi.c, fribidi.h: Changed fribidi_log2vis_get_embedding_levels()
to return TRUE if successful and FALSE otherwise.
@@ -683,11 +687,11 @@
* Replaced all the ET rules with the simpler ET,EN=>EN,EN
- * Added `gtk-config --cflags` and `gtk-config -ldflags` to Makefile.am.
+ * Added `gtk-config --cflags` and `gtk-config -ldflags` to Makefile.am.
- * Made test_fribidi read from stdin if no file given.
+ * Made test_fribidi read from stdin if no file given.
- * Added options -outputonly to test_fribidi.
+ * Added options -outputonly to test_fribidi.
1999-01-11 Dov Grobgeld <dov@imagic.weizmann.ac.il>
diff --git a/configure.in b/configure.in
index f16c18a..ed4aaaa 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
AC_INIT(fribidi.c)
PACKAGE=fribidi
-VERSION=0.10.0pre
+VERSION=0.10.0
INTERFACE_VERSION=2
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)