pango r2626 - trunk
- From: behdad svn gnome org
- To: svn-commits-list gnome org
- Subject: pango r2626 - trunk
- Date: Tue, 13 May 2008 18:03:35 +0100 (BST)
Author: behdad
Date: Tue May 13 17:03:34 2008
New Revision: 2626
URL: http://svn.gnome.org/viewvc/pango?rev=2626&view=rev
Log:
2008-05-13 Behdad Esfahbod <behdad gnome org>
* === Released 1.21.1 ===
* configure.in: Version 1.21.1
* NEWS: Updated.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Tue May 13 17:03:34 2008
@@ -1,3 +1,24 @@
+Overview of changes between 1.21.0 and 1.21.1
+==============================================
+- Partial work to make pango_break() exactly follow Unicode TR#14 and TR#29.
+ The Grapheme Boundaries and Word Boundaries now work. For word boundaries,
+ a new member was added to PangoLogAttr. Sentence Boundaries and Line Breaks
+ to follow in the next release.
+- Err if no cairo font backends font
+- Misc bug fixes
+- New public API:
+ Add new PangoLogAttr member is_word_boundary, that implements UAX#29's
+ Word Boundaries semantics. The is_word_start and is_word_end members
+ will change implementation later on to be consitent with the word
+ boundaries.
+
+- Bugs fixed in this release:
+ Bug 531242 â Leak when calculating win32 font coverage
+ Patch from Daniel Atallah
+ Bug 530757 â Docs build breaks because of hash sign in URL in <ulink...>
+ Bug 530685 â Pango no longer using cairo as a backend as of pango 1.19.4
+ Part of Bug 97545 â Make pango_default_break follow Unicode TR #29
+
Overview of changes between 1.20.2 and 1.21.0
==============================================
- Require cairo >= 1.6.4.
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Tue May 13 17:03:34 2008
@@ -22,7 +22,7 @@
dnl The triplet
m4_define([pango_version_major], [1])
m4_define([pango_version_minor], [21])
-m4_define([pango_version_micro], [0])
+m4_define([pango_version_micro], [1])
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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]