summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-26 23:32:00 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-26 23:32:00 +0000
commit5f30a5aa797140a469323d5b6e68cd3345f93c4c (patch)
tree3171092e59f47f50177cdf03dd10a6576365f33f
parent3eca15ac63e64e48bd9f0881224198c3534043f2 (diff)
downloadpango-PANGO_1_11_99.tar.gz
=== Released 1.11.99 "Just In Case" ===PANGO_1_11_99
2006-02-26 Behdad Esfahbod <behdad@gnome.org> * === Released 1.11.99 "Just In Case" === * configure.in: Version 1.11.99 * NEWS: Updated.
-rw-r--r--ChangeLog12
-rw-r--r--NEWS9
-rw-r--r--configure.in2
3 files changed, 20 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 7171c4a4..92027530 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
2006-02-26 Behdad Esfahbod <behdad@gnome.org>
- * pango/pango-layout.c (pango_layout_set_text): Replace each byte in invalid
- UTF-8 sequences with '?'. (bug #331995)
+ * === Released 1.11.99 "Just In Case" ===
+
+ * configure.in: Version 1.11.99
+
+ * NEWS: Updated.
+
+2006-02-26 Behdad Esfahbod <behdad@gnome.org>
+
+ * pango/pango-layout.c (pango_layout_set_text): Replace each byte in
+ invalid UTF-8 sequences with '?'. (bug #331995)
* examples/renderdemo.c: Don't exit on invalid UTF-8 input.
diff --git a/NEWS b/NEWS
index edb98116..5f132008 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes between 1.11.6 and 1.11.99
+==============================================
+* Fix problem recently introduced that made Win32 backend render boxes
+ only. [#332538, Hans Breuer]
+* Insert '?' chars instead of invalid UTF-8 sequences in
+ pango_layout_set_text [#33195]
+* Bugs fixed in this release:
+ 332167,332538,331995
+
Overview of changes between 1.11.5 and 1.11.6
=============================================
* Do not export macros PANGO_GLYPH_EMPTY, PANGO_GLYPH_UNKNOWN_FLAG and
diff --git a/configure.in b/configure.in
index d979df05..8966dc53 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl
dnl The triplet
m4_define([pango_major_version], [1])
m4_define([pango_minor_version], [11])
-m4_define([pango_micro_version], [6])
+m4_define([pango_micro_version], [99])
m4_define([pango_version],
[pango_major_version.pango_minor_version.pango_micro_version])
dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2.