Author: behdad
Date: Mon Jan  7 23:33:35 2008
New Revision: 2534
URL: http://svn.gnome.org/viewvc/pango?rev=2534&view=rev

Log:
2008-01-07  Behdad Esfahbod  <[EMAIL PROTECTED]>

        * === Released 1.18.4 ===

        * configure.in: Version 1.18.4

        * NEWS: Updated.



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

Modified: branches/pango-1-18/NEWS
==============================================================================
--- branches/pango-1-18/NEWS    (original)
+++ branches/pango-1-18/NEWS    Mon Jan  7 23:33:35 2008
@@ -1,3 +1,14 @@
+Overview of changes between 1.18.3 and 1.18.4
+==============================================
+- Ship a default win32 pango.aliases file.
+- Minor win32 alias handling improvement.
+- Doc improvements.
+- Bugs fixed in this release:
+       Bug 502926 – pango-1.16.4 configure bug: can fail to accept cairo
+       Bug 492504 – Enable pango.aliases entries also for fonts with spaces
+               in name
+       Bug 490661 – Pango Markup: Link to font_desc syntax explanation
+
 Overview of changes between 1.18.2 and 1.18.3
 ==============================================
 - Two OpenType engine fixes.  Makes Nafees Nastaliq font

Modified: branches/pango-1-18/configure.in
==============================================================================
--- branches/pango-1-18/configure.in    (original)
+++ branches/pango-1-18/configure.in    Mon Jan  7 23:33:35 2008
@@ -22,13 +22,13 @@
 dnl The triplet 
 m4_define([pango_version_major], [1])
 m4_define([pango_version_minor], [18])
-m4_define([pango_version_micro], [3])
+m4_define([pango_version_micro], [4])
 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.
 m4_define([pango_api_version], [1.0])
 dnl Number of releases since we've added interfaces
-m4_define([pango_interface_age], [3])
+m4_define([pango_interface_age], [4])
 dnl Number of releases since we've broken binary compatibility.
 m4_define([pango_binary_age],
           [m4_eval(100 * pango_version_minor + pango_version_micro)])
_______________________________________________
SVN-commits-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Reply via email to