summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-21 12:30:48 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-21 12:30:48 +0000
commitc8843282c2cd8cc06134096371a8d6ecba0e46c4 (patch)
tree97faccfb86bd71e8eab3f98c0e831f7ae00d216f
parent7df0a3ce73ad8c6d0bf60bf2dbff1c50e8aa6242 (diff)
downloadpango-c8843282c2cd8cc06134096371a8d6ecba0e46c4.tar.gz
=== Released 1.11.6 ===PANGO_1_11_6
2006-02-11 Behdad Esfahbod <behdad@gnome.org> * === Released 1.11.6 === * configure.in: Version 1.11.6 * NEWS: Updated.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS10
-rw-r--r--configure.in2
3 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d1aa4b65..f4f35439 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-11 Behdad Esfahbod <behdad@gnome.org>
+
+ * === Released 1.11.6 ===
+
+ * configure.in: Version 1.11.6
+
+ * NEWS: Updated.
+
2006-02-21 Behdad Esfahbod <behdad@gnome.org>
Bug 328206 – Update/remove some old files
diff --git a/NEWS b/NEWS
index dfe9b0ea..edb98116 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes between 1.11.5 and 1.11.6
+=============================================
+* Do not export macros PANGO_GLYPH_EMPTY, PANGO_GLYPH_UNKNOWN_FLAG and
+ PANGO_GET_UNKNOWN_GLYPH publicly; just in the engine/backend interface.
+* Fix a few crashers, especially when a font cannot be read. [#314239]
+* Change some g_critical's to g_warning, where it's not application's
+ fault. [#331723]
+* Bugs fixed in this release:
+ 330795,331038,329148,331994,331995,331996,314239,331723
+
Overview of changes between 1.11.4 and 1.11.5
=============================================
* Cleanup work on the win32 backend. Families are not listed all
diff --git a/configure.in b/configure.in
index ab3252e7..d979df05 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], [5])
+m4_define([pango_micro_version], [6])
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.