]> git.wh0rd.org - fontconfig.git/commitdiff
Update for 2.3.1 fc-2_3_1
authorKeith Packard <keithp@keithp.com>
Tue, 8 Mar 2005 23:39:02 +0000 (23:39 +0000)
committerKeith Packard <keithp@keithp.com>
Tue, 8 Mar 2005 23:39:02 +0000 (23:39 +0000)
ChangeLog
README
configure.in
fontconfig/fontconfig.h

index 7faa1e0a256b14174d7782f2bbee8eee0cb2afad..16cc6b3cca89089ab67dbb87c554ef40999c14b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-08  Keith Packard  <keithp@keithp.com>
+
+       * README:
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update for 2.3.1
+
 2005-03-05  Keith Packard  <keithp@keithp.com>
 
        * src/fcfreetype.c: (addtag), (FcFontCapabilities):
diff --git a/README b/README
index 10db69c15ae364a6413b70ba656c47ec765f71f8..1970c94a7f9d10502935f693a0ae19f4f392571b 100644 (file)
--- a/README
+++ b/README
@@ -1,11 +1,19 @@
                        Fontconfig
        Font configuration and customization library
-                     Version 2.3.0
-                        2005-3-1
+                     Version 2.3.1
+                        2005-3-8
 
 Check INSTALL for compilation and installation instructions.
 Report bugs to https://bugs.freedesktop.org in the fontconfig module.
 
+2.3.1
+
+Be more careful about broken GSUB/GPOS tables (Manish Singh)
+Include debian packaging stuff in CVS (Josselin Mouette)
+Add more conf.d examples (Keith Packard)
+Make manuals build again (Keith Packard)
+Johap -> Johab (Funda Wang)
+
 2.3.0
 
 Fix memory leak of patterns rejected by configuration (#2518)
index 35f169d3938f314231281528da0fc9cdff9c4d00..af7e8dfb58c3306dc2c30a1f94de6167903913f2 100644 (file)
@@ -33,7 +33,7 @@ dnl This is the package version number, not the shared library
 dnl version.  This same version number must appear in fontconfig/fontconfig.h
 dnl Yes, it is a pain to synchronize version numbers.  Unfortunately, it's
 dnl not possible to extract the version number here from fontconfig.h
-AM_INIT_AUTOMAKE(fontconfig, 2.3.0)
+AM_INIT_AUTOMAKE(fontconfig, 2.3.1)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
index 2e50ffe1b6b28160c7b9f227a917968710226b6f..0b9994770d5d10527553b63777c29042a41eba36 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       3
-#define FC_REVISION    0
+#define FC_REVISION    1
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))