pango r2633 - branches/pango-1-20



Author: behdad
Date: Fri May 23 20:24:28 2008
New Revision: 2633
URL: http://svn.gnome.org/viewvc/pango?rev=2633&view=rev

Log:
2008-05-23  Behdad Esfahbod  <behdad gnome org>

        * === Released 1.20.3 ===

        * configure.in: Version 1.20.3

        * NEWS: Updated.



Modified:
   branches/pango-1-20/ChangeLog
   branches/pango-1-20/NEWS
   branches/pango-1-20/configure.in

Modified: branches/pango-1-20/NEWS
==============================================================================
--- branches/pango-1-20/NEWS	(original)
+++ branches/pango-1-20/NEWS	Fri May 23 20:24:28 2008
@@ -1,3 +1,13 @@
+Overview of changes between 1.20.2 and 1.20.3
+==============================================
+- Add more Vista fonts to default win32 aliases.
+- Minor win32 leak fix.
+- Bugs fixed in this release:
+	Bug 523193 â Vista Hebrew, CJK fonts to builtin win32 pango aliases
+		Patch by Daniel Atallah.
+	Bug 531242 â Leak when calculating win32 font coverage
+		Patch from Daniel Atallah
+
 Overview of changes between 1.20.1 and 1.20.2
 ==============================================
 - Really fix build on OS X.

Modified: branches/pango-1-20/configure.in
==============================================================================
--- branches/pango-1-20/configure.in	(original)
+++ branches/pango-1-20/configure.in	Fri May 23 20:24:28 2008
@@ -22,7 +22,7 @@
 dnl The triplet 
 m4_define([pango_version_major], [1])
 m4_define([pango_version_minor], [20])
-m4_define([pango_version_micro], [2])
+m4_define([pango_version_micro], [3])
 m4_define([pango_version],
           [pango_version_major.pango_version_minor.pango_version_micro])
 dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]