From c8843282c2cd8cc06134096371a8d6ecba0e46c4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 21 Feb 2006 12:30:48 +0000 Subject: === Released 1.11.6 === 2006-02-11 Behdad Esfahbod * === Released 1.11.6 === * configure.in: Version 1.11.6 * NEWS: Updated. --- ChangeLog | 8 ++++++++ NEWS | 10 ++++++++++ configure.in | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d1aa4b65..f4f35439 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-02-11 Behdad Esfahbod + + * === Released 1.11.6 === + + * configure.in: Version 1.11.6 + + * NEWS: Updated. + 2006-02-21 Behdad Esfahbod 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. -- cgit v1.2.1