-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
=============================================
The latest version of GNU FriBidi may be found at:
- http://www.freedesktop.org/Software/FriBidi
+ http://fribidi.org/
Building
========
Behdad Esfahbod
behdad@gnu.org
-10 April 2004
## 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 $
##############################################################################
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,
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])