[pango] Release 1.24.0



commit 7c025dc9d4ef396d991c823ed015c34aaf0eb3ae
Author: Behdad Esfahbod <behdad behdad org>
Date:   Mon Mar 16 18:34:47 2009 -0400

    Release 1.24.0
---
 NEWS         |   37 +++++++++++++++++++++++++++++++++++++
 configure.in |    4 ++--
 2 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 6f81e89..3829ad7 100644
--- 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.
diff --git a/configure.in b/configure.in
index 1209d21..05fb691 100644
--- a/configure.in
+++ b/configure.in
@@ -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],



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