summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbehdad <behdad>2008-01-15 23:15:45 +0000
committerbehdad <behdad>2008-01-15 23:15:45 +0000
commit66839714d9773a37f6e653fc150f7ef685fe673f (patch)
treeff4af0b2bb57f48f6b81230e8b4687b580321f83
parentff8fdfae41cace1151dee4adac035e0708f3a5d2 (diff)
Released GNU FriBidi 0.19.1.FRIBIDI_0_19_1
-rw-r--r--NEWS36
-rw-r--r--README3
-rw-r--r--configure.ac12
3 files changed, 39 insertions, 12 deletions
diff --git a/NEWS b/NEWS
index 49eac46..0daf3c8 100644
--- 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 23c8532..05380e2 100644
--- 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
diff --git a/configure.ac b/configure.ac
index d5cef9a..5be17f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])