]> granicus.if.org Git - fribidi/commitdiff
NEWS, configure.ac: Released GNU FriBidi 0.19.2.
authorbehdad <behdad>
Thu, 26 Mar 2009 22:37:29 +0000 (22:37 +0000)
committerbehdad <behdad>
Thu, 26 Mar 2009 22:37:29 +0000 (22:37 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 0daf3c8deb3946e2569dac84056e27fd9c382111..338a94ccd83e71249dee3920c5ffffa188731855 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Overview of changes between 0.19.1 and 0.19.2
+=============================================
+* Update to Unicode Character Database 5.1.0
+* Fixed bug in Arabic ligature table (bug #208870)
+* Handle RLM/LRM in CP1255 charset converter. (bug #15328, Artyom)
+
 Overview of changes between 0.10.9 and 0.19.1
 =============================================
 * This is the first release of the fribidi2 module in CVS, mostly
index 5be17f2469a85b9f4740fd81ac999d6cbeb31708..627a5922f734077978799dbf6e3101a574834db6 100644 (file)
@@ -3,10 +3,10 @@
 ## Use autoupdate to update this file for newer versions of autoconf.
 ## Use autoscan to check if you need to add something to this file.
 ##############################################################################
-## $Id: configure.ac,v 1.27 2008-01-15 23:15:46 behdad Exp $
+## $Id: configure.ac,v 1.28 2009-03-26 22:37:29 behdad Exp $
 ## $Auther: behdad $
-## $Date: 2008-01-15 23:15:46 $
-## $Revision: 1.27 $
+## $Date: 2009-03-26 22:37:29 $
+## $Revision: 1.28 $
 ## $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/configure.ac,v $
 ##############################################################################
 
@@ -28,9 +28,9 @@ dnl   FRIBIDI_BINARY_AGE = FRIBIDI_INTERFACE_AGE = 0;
 dnl
 m4_define(fribidi_major_version, 0)dnl
 m4_define(fribidi_minor_version, 19)dnl
-m4_define(fribidi_micro_version, 1)dnl
+m4_define(fribidi_micro_version, 2)dnl
 m4_define(fribidi_interface_version, 3)dnl
-m4_define(fribidi_interface_age, 0)dnl
+m4_define(fribidi_interface_age, 1)dnl
 m4_define(fribidi_binary_age, 3)dnl
 dnl
 m4_define(fribidi_version,
@@ -39,7 +39,7 @@ m4_define(fribidi_version,
            fribidi_major_version.fribidi_minor_version.fribidi_micro_version))dnl
 
 AC_INIT([GNU FriBidi],fribidi_version(),[http://fribidi.org/bug])
-AC_REVISION([$Id: configure.ac,v 1.27 2008-01-15 23:15:46 behdad Exp $])
+AC_REVISION([$Id: configure.ac,v 1.28 2009-03-26 22:37:29 behdad Exp $])
 AC_CONFIG_SRCDIR(lib/fribidi.h)
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([gnits])