pango r2714 - trunk



Author: behdad
Date: Mon Sep  8 19:23:09 2008
New Revision: 2714
URL: http://svn.gnome.org/viewvc/pango?rev=2714&view=rev

Log:
2008-09-08  Behdad Esfahbod  <behdad gnome org>

        * === Released 1.21.6 ===

        * configure.in: Version 1.21.6

        * NEWS: Updated.

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Sep  8 19:23:09 2008
@@ -1,3 +1,13 @@
+Overview of changes between 1.21.5 and 1.21.6
+=============================================
+- Win32 cross-compiling build system fix
+- Improve language sample strings.
+- Bugs fixed in this release:
+	Bug 550659 â configure.in ignores a win32 backend only scenario
+	Bug 549758 â Swedish font sample text could use punctuation
+	Bug 549522 â New pt_BR pangram for pango
+	Bug 549520 â fr sample string
+
 Overview of changes between 1.21.4 and 1.21.5
 =============================================
 - Make the reference the font->fontmap reference weak.  Previously all

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Sep  8 19:23:09 2008
@@ -22,7 +22,7 @@
 dnl The triplet 
 m4_define([pango_version_major], [1])
 m4_define([pango_version_minor], [21])
-m4_define([pango_version_micro], [5])
+m4_define([pango_version_micro], [6])
 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]