]> git.wh0rd.org - fontconfig.git/commitdiff
Update for version 2.2.98 fc-2_2_98
authorKeith Packard <keithp@keithp.com>
Wed, 29 Dec 2004 19:44:51 +0000 (19:44 +0000)
committerKeith Packard <keithp@keithp.com>
Wed, 29 Dec 2004 19:44:51 +0000 (19:44 +0000)
ChangeLog
README
configure.in
fontconfig/fontconfig.h

index 70228f0a35c425200b4c0669c5684c7107ec4147..fbe4adb8afef7c625eb3d852ff42a5b5ecac1945 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-12-29  Keith Packard  <keithp@keithp.com>
+
+       * README:
+       * configure.in:
+       * fontconfig/fontconfig.h:
+       Update for version 2.2.98
+
 2004-12-29  Keith Packard  <keithp@keithp.com>
 
        * fontconfig/fontconfig.h:
diff --git a/README b/README
index 2a8c30b0687016ad9e6c6534057b400efdf1ae3f..785938fe1a35b14d3a4bdfe474042ef11fb791ed 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,25 @@
                        Fontconfig
        Font configuration and customization library
-                     Version 2.2.97
-                       2004-12-04
+                     Version 2.2.98
+                       2004-12-29
+
+2.2.98
+
+Share object name strings (Michael Meeks)
+
+Eliminate a couple of codepoints from Russian orthography (John Thacker)
+
+Add synthetic emboldening configuration changes (Jakub Pavelek)
+
+Change FcFontSetSort to ignore language after fonts with the requested
+languages have been found. (Owen Taylor)
+
+Add some RedHat font configuration changes (Owen Tayler).
+
+Add full Unicode case folding support to case-ignoring string functions
+(Keith Packard)
+
+Remove Han characters from Korean orthography (Tor Andersson)
 
 2.2.97
 
index a8d32bf76698b9a35414bf45dbaa8799a8390f1e..e45b72def4289f3f07e709ed0977bd155f367e19 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.2.97)
+AM_INIT_AUTOMAKE(fontconfig, 2.2.98)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
index f0252598d68229f39b265d6fa49e87323153f86f..0b9dccf8d14cab14e85243cff4323141a4ac2708 100644 (file)
@@ -40,7 +40,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       2
-#define FC_REVISION    97
+#define FC_REVISION    98
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))