* builds/unix/configure.ac (version_info): Set to 9:2:3. * builds/unix/configure: Regenerated. * docs/VERSION.DLL: Updated.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
diff --git a/ChangeLog b/ChangeLog
index 55b67b4..10dedc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,35 +1,41 @@
+2002-09-10 Werner Lemberg <wl@gnu.org>
+
+ * builds/unix/configure.ac (version_info): Set to 9:2:3.
+ * builds/unix/configure: Regenerated.
+ * docs/VERSION.DLL: Updated.
+
2002-09-09 David Turner <david@freetype.org>
- * src/cache/ftccache.i: fixed a bug that prevented compilation in
- debug mode of template instantiation
+ * src/cache/ftccache.i: fixed a bug that prevented compilation in
+ debug mode of template instantiation
- * src/cff/cffparse.c: fixed the CFF table loader. It didn't accept
- empty arrays, and this prevented the loading of certain fonts.
+ * src/cff/cffparse.c: fixed the CFF table loader. It didn't accept
+ empty arrays, and this prevented the loading of certain fonts.
- * src/pshinter/pshalgo2.c, src/pshinter/pshalgo3.c: adding fix to
- prevent seg fault when hints are provided in an empty glyph !!
+ * src/pshinter/pshalgo2.c, src/pshinter/pshalgo3.c: adding fix to
+ prevent seg fault when hints are provided in an empty glyph !!
2002-09-09 Owen Taylor <owen@redhat.com>
- * src/pcf/pcfdriver.c (PCF_Glyph_Load): fixing incorrect computation
- of bitmap metrics.
+ * src/pcf/pcfdriver.c (PCF_Glyph_Load): fixing incorrect computation
+ of bitmap metrics.
2002-09-08 David Turner <david@freetype.org>
- * src/smooth/ftsmooth.c, src/base/ftobjs.c,
- include/freetype/config/ftmodule.h: updated to correctly support
- sub-pixel rendering
+ * src/smooth/ftsmooth.c, src/base/ftobjs.c,
+ include/freetype/config/ftmodule.h: updated to correctly support
+ sub-pixel rendering
- * include/freetype/cache/ftcimage.h, include/freetype/cache/ftcsbits.h,
- src/cache/ftcimage.c, src/cache/ftcsbit.c: updated to support sub-pixel
- rendering correctly. Definition of FTC_ImageTypeRec that replaces the
- obsolete FTC_ImageDesc, and has slightly different fields. The
- image type is now determined directly by "load_flags" values.
+ * include/freetype/cache/ftcimage.h, include/freetype/cache/ftcsbits.h,
+ src/cache/ftcimage.c, src/cache/ftcsbit.c: updated to support sub-pixel
+ rendering correctly. Definition of FTC_ImageTypeRec that replaces the
+ obsolete FTC_ImageDesc, and has slightly different fields. The
+ image type is now determined directly by "load_flags" values.
- * src/autohint/ahtypes.h, src/autohint/ahhint.c,
- src/pshinter/pshalgo3.c, src/pshinter/pshalgo3.h: various enhancements
- to the automatic and Postscript hinters !! and sub-pixel hinting now
- works correctly (see demo programs)
+ * src/autohint/ahtypes.h, src/autohint/ahhint.c,
+ src/pshinter/pshalgo3.c, src/pshinter/pshalgo3.h: various enhancements
+ to the automatic and Postscript hinters !! and sub-pixel hinting now
+ works correctly (see demo programs)
2002-09-05 Werner Lemberg <wl@gnu.org>
diff --git a/builds/unix/configure b/builds/unix/configure
index 7b34a04..6b20013 100644
--- a/builds/unix/configure
+++ b/builds/unix/configure
@@ -1359,7 +1359,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
ac_config_headers="$ac_config_headers ftconfig.h:ftconfig.in"
-version_info='9:1:3'
+version_info='9:2:3'
ft_version=`echo $version_info | tr : .`
diff --git a/builds/unix/configure.ac b/builds/unix/configure.ac
index 4628f36..a51c941 100644
--- a/builds/unix/configure.ac
+++ b/builds/unix/configure.ac
@@ -9,7 +9,8 @@ AC_CONFIG_SRCDIR([ftconfig.in])
dnl configuration file -- stay in 8.3 limit
AC_CONFIG_HEADER(ftconfig.h:ftconfig.in)
-version_info='9:1:3'
+dnl Don't forget to update VERSION.DLL!
+version_info='9:2:3'
AC_SUBST(version_info)
ft_version=`echo $version_info | tr : .`
AC_SUBST(ft_version)
diff --git a/docs/VERSION.DLL b/docs/VERSION.DLL
index 7790256..43b1a17 100644
--- a/docs/VERSION.DLL
+++ b/docs/VERSION.DLL
@@ -1,3 +1,7 @@
+Libtool's version for FreeType 2.1.3 is `9.2.3'.
+
+On most platforms, the soname will be `6.3.2' (e.g. `libfreetype.so.6.3.2').
+
Libtool's version for FreeType 2.1.2 is `9.1.3'.
-On most platforms, the soname will be `6.3.1'.
+On most platforms, the soname will be `6.3.1' (e.g. `libfreetype.so.6.3.1').