]> granicus.if.org Git - fribidi/commitdiff
Released GNU FriBidi 0.19.1. FRIBIDI_0_19_1
authorbehdad <behdad>
Tue, 15 Jan 2008 23:15:45 +0000 (23:15 +0000)
committerbehdad <behdad>
Tue, 15 Jan 2008 23:15:45 +0000 (23:15 +0000)
NEWS
README
configure.ac

diff --git a/NEWS b/NEWS
index 49eac46ae363f8fd064bdcc84b7ec6a9d7386b76..0daf3c8deb3946e2569dac84056e27fd9c382111 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,36 @@
-Overview of changes between 0.10.4 and 0.19.0
+Overview of changes between 0.10.9 and 0.19.1
 =============================================
-* Unicode 4.0.1 data files used.
-* Has been dubbed GNU FriBidi by Richard Stallman
-* Restructured.
+* This is the first release of the fribidi2 module in CVS, mostly
+  developed in 2004 and 2005.
+* Support for Arabic joining/shaping added.
+* API for correct handling of multi-line paragraphs added.
+* Restructured code base.
+* Supposed to be fully API/ABI compatible with 0.10 releases.
+  Please report if it is not.
+
+Overview of changes between 0.10.8 and 0.10.9
+=============================================
+* Minor bugfix.
+
+Overview of changes between 0.10.7 and 0.10.8
+=============================================
+* Update to Unicode Character Database 5.0.0
+
+Overview of changes between 0.10.6 and 0.10.7
+=============================================
+* Nothing really.  Just to fix my mess with 0.10.6 release (that never left
+  the door.)
+
+Overview of changes between 0.10.5 and 0.10.6
+=============================================
+* Fixed type sizes when stdint.h is not available.
+
+Overview of changes between 0.10.4 and 0.10.5
+=============================================
+* Unicode 4.1.0 character database used.
+* Fixed type sizes on 64-bit architectures.
+* We've become GNU FriBidi.  Note capitalization please.
+* We have moved to http://fribidi.org/, hosted on freedesktop.org.
 
 Overview of changes between 0.10.2 and 0.10.4
 =============================================
diff --git a/README b/README
index 23c8532689a9b13fb58816f9af3a69bde3454cff..05380e2fb8cdc6d3644cd1e81271775a9beee862 100644 (file)
--- a/README
+++ b/README
@@ -33,7 +33,7 @@ Downloading
 
 The latest version of GNU FriBidi may be found at:
 
-   http://www.freedesktop.org/Software/FriBidi
+   http://fribidi.org/
 
 Building
 ========
@@ -151,4 +151,3 @@ And send your comments to:
 
 Behdad Esfahbod
 behdad@gnu.org
-10 April 2004
index d5cef9a050f950f1dba047b2256f65de3acaf8c7..5be17f2469a85b9f4740fd81ac999d6cbeb31708 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.26 2008-01-15 22:53:06 behdad Exp $
+## $Id: configure.ac,v 1.27 2008-01-15 23:15:46 behdad Exp $
 ## $Auther: behdad $
-## $Date: 2008-01-15 22:53:06 $
-## $Revision: 1.26 $
+## $Date: 2008-01-15 23:15:46 $
+## $Revision: 1.27 $
 ## $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, 0)dnl
+m4_define(fribidi_micro_version, 1)dnl
 m4_define(fribidi_interface_version, 3)dnl
-m4_define(fribidi_interface_age, 3)dnl
+m4_define(fribidi_interface_age, 0)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.26 2008-01-15 22:53:06 behdad Exp $])
+AC_REVISION([$Id: configure.ac,v 1.27 2008-01-15 23:15:46 behdad Exp $])
 AC_CONFIG_SRCDIR(lib/fribidi.h)
 AC_CONFIG_HEADERS(config.h)
 AM_INIT_AUTOMAKE([gnits])