]> git.wh0rd.org - fontconfig.git/commitdiff
Bump version to 2.5.92 2.5.92
authorKeith Packard <keithp@keithp.com>
Sun, 4 May 2008 03:39:07 +0000 (20:39 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 4 May 2008 03:39:07 +0000 (20:39 -0700)
README
configure.in
fontconfig/fontconfig.h

diff --git a/README b/README
index 2bedf5abe7946499a1fdbd55446eef5815ecf4b1..bab8eb19de440926e41f009994500efb225b890d 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,48 @@
                               Fontconfig
              Font configuration and customization library
-                       Version 2.5.91 (2.6 RC1)
-                              2008-01-10
+                       Version 2.5.92 (2.6 RC2)
+                              2008-05-03
 
 
 Check INSTALL for compilation and installation instructions.
 Report bugs to https://bugs.freedesktop.org in the fontconfig module.
 
+2.5.92 (2.6 RC2)
+
+Carlo Bramini (1):
+      Add FreeType-dependent functions to fontconfig.def file. (bug 15415)
+
+Changwoo Ryu (1):
+      Korean font in the default config - replacing baekmuk with un (bug 13569)
+
+Dennis Schridde (1):
+      Proper config path for static libraries in win32
+
+Eric Anholt (1):
+      Fix build with !ENABLE_DOCS and no built manpages.
+
+Frederic Crozat (1):
+      Merge some of Mandriva configuration into upstream configuration. Bug 13247
+
+Keith Packard (11):
+      Use DOLT if available
+      Work around for bitmap-only TrueType fonts that are missing the glyf table.
+      Remove size and dpi values from bitmap fonts. Bug 8765.
+      Add some sample cursive and fantasy families.
+      Add --all flag to fc-match to show the untrimmed list. Bug 13018.
+      Remove doltcompile in distclean
+      Use of ":=" in src/Makefile.am is unportable (bug 14420)
+      Make fc-match behave better when style is unknown (bug 15332)
+      Deal with libtool 2.2 which doesn't let us use LT_ variables. (bug 15692)
+      Allow for RC versions in README update
+      git ignore doltcompile
+
+Ryan Schmidt (1):
+      fontconfig build fails if "head" is missing or unusable (bug 14304)
+
+Sylvain Pasche (1):
+      Fontconfig options for freetype sub-pixel filter configuration
+
 2.5.91 (2.6 RC1)
 
 Hongbo Zhao (1):
index 0a72824311c6a485a7b7f441a5aa5b600944000b..c6e33111344567b75389897407a0b399b79025c8 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.5.91)
+AM_INIT_AUTOMAKE(fontconfig, 2.5.92)
 AM_MAINTAINER_MODE
 
 dnl libtool versioning
index 8280a3a34e8c728ed694be4f133d59b230cbb720..23e82f92d0b6691c7c55c1b7e68fc707d7cebcc1 100644 (file)
@@ -53,7 +53,7 @@ typedef int           FcBool;
 
 #define FC_MAJOR       2
 #define FC_MINOR       5
-#define FC_REVISION    91
+#define FC_REVISION    92
 
 #define FC_VERSION     ((FC_MAJOR * 10000) + (FC_MINOR * 100) + (FC_REVISION))