Release 1.24.0 1.24.0
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 16 Mar 2009 22:34:47 +0000 (18:34 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 16 Mar 2009 22:34:47 +0000 (18:34 -0400)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 6f81e89..3829ad7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+Overview of changes between 1.23.0 and 1.24.0
+=============================================
+- pango-view improvements:
+
+  * pango-view -q now works without a X server.
+
+  * Ability to save to PS, EPS, PDF, and SVG files.  Filetype is
+    detected from output file extension.
+
+  * New options --foreground, --background, and --annotate.
+
+  * Now installs a manual page, thanks to help2man.
+
+- PangoFc API changes:
+
+  * PangoFcFont now has a "fontmap" property that subclasses can use
+    at construction time to setup the font->fontmap link.
+
+  * New backend-public API:
+
+       pango_fc_font_map_find_decoder()
+
+- Misc optimizations
+- Build fixes
+- Misc bug fixes
+- Bugs fixed in this release:
+    Bug 547963 – man page for pango-view
+    Bug 502804 – pango-view or pangocairo-view option to annotate
+    Bug 502801 – per-backend pango-view options
+    Bug 502805 – pango-view option for foreground/background color
+    Red Hat Bug 490331 -  Crash of galeon in libpango
+    Bug 523166 – pango-view opens display even when invoked with -q
+    Bug 567160 – Share cmap cache between PangoFcFont's of the same face
+    Red Hat Bug 487593 -  crash changing language in gdm
+    Bug 572662 – Remove deprecated GTK+ symbols
+    Bug 572529 – Poor -I ordering can break build
+
 Overview of changes between 1.22.4 and 1.23.0
 =============================================
 - Change the PangoFc font loading API to allow for lazy loading of fonts.
index 1209d21..05fb691 100644 (file)
@@ -21,14 +21,14 @@ dnl
 
 dnl The triplet 
 m4_define([pango_version_major], [1])
-m4_define([pango_version_minor], [23])
+m4_define([pango_version_minor], [24])
 m4_define([pango_version_micro], [0])
 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
-dnl XXX For 1.23 release simply remove it and make it automatic.
+dnl XXX For 1.25 release simply remove it and make it automatic.
 m4_define([pango_interface_age], [0])
 dnl Number of releases since we've broken binary compatibility.
 m4_define([pango_binary_age],