pango r2610 - trunk
- From: behdad svn gnome org
- To: svn-commits-list gnome org
- Subject: pango r2610 - trunk
- Date: Tue, 22 Apr 2008 01:32:25 +0100 (BST)
Author: behdad
Date: Tue Apr 22 00:32:25 2008
New Revision: 2610
URL: http://svn.gnome.org/viewvc/pango?rev=2610&view=rev
Log:
2008-04-21 Behdad Esfahbod <behdad gnome org>
* === Released 1.21.0 ===
* configure.in: Version 1.21.0
* NEWS: Updated.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue Apr 22 00:32:25 2008
@@ -1,3 +1,33 @@
+Overview of changes between 1.20.2 and 1.21.0
+==============================================
+- Require cairo >= 1.6.4.
+- Write out HarfBuzz errors as hex.
+- Add a section in the docs for bidirectional text.
+- Improved hex-box rendering in the cairo backend.
+- Add some aliases for <span> tag attributes.
+- Preserve current-point around pango_cairo_* functions.
+- New public API:
+ pango_attr_type_get_name()
+ enum PangoBidiType;
+ pango_bidi_type_get_type()
+ pango_bidi_type_for_unichar()
+ pango_layout_get_baseline()
+ pango_cairo_create_context()
+ pango_cairo_font_map_set_default()
+
+- Bugs fixed in this release:
+ Bug 515432 â Add function to get bidirectional character type of a
+ unicode character
+ Patch from JÃrg Billeter
+ Bug 517119 â Add pango_cairo_create_context()
+ Bug 404416 â pango_layout_get_baseline or something
+ Bug 474706 â cairo hexbox looks ugly
+ Bug 490669 â add some <span> attribute aliases
+ Bug 501334 â Make pango_cairo_[show_]*[_path]() functions preserve
+ current point
+ Bug 514617 â Add pango_cairo_font_map_set_default()
+ Bug 511183 â Add pango_attr_type_get_name()
+
Overview of changes between 1.20.1 and 1.20.2
==============================================
- Really fix build on OS X.
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue Apr 22 00:32:25 2008
@@ -21,14 +21,14 @@
dnl The triplet
m4_define([pango_version_major], [1])
-m4_define([pango_version_minor], [20])
-m4_define([pango_version_micro], [2])
+m4_define([pango_version_minor], [21])
+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
-m4_define([pango_interface_age], [1])
+m4_define([pango_interface_age], [0])
dnl Number of releases since we've broken binary compatibility.
m4_define([pango_binary_age],
[m4_eval(100 * pango_version_minor + pango_version_micro)])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]