From 7c025dc9d4ef396d991c823ed015c34aaf0eb3ae Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 16 Mar 2009 18:34:47 -0400 Subject: Release 1.24.0 --- NEWS | 37 +++++++++++++++++++++++++++++++++++++ configure.in | 4 ++-- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6f81e89c..3829ad7c 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 1209d215..05fb6911 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], -- cgit v1.2.1