diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | NEWS | 8 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 17 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2006-02-11 Behdad Esfahbod <behdad@gnome.org> + + * === Released 1.11.5 === + + * configure.in: Version 1.11.5 + + * NEWS: Updated. + 2006-02-10 Tor Lillqvist <tml@novell.com> Fix #135098 and #322510. @@ -1,3 +1,11 @@ +Overview of changes between 1.11.4 and 1.11.5 +============================================= +* Cleanup work on the win32 backend. Families are not listed all + in lower case anymore. +* New public function: pango_win32_font_description_from_logfont. +* pango-view accepts --wrap now, and lists backends in --help output. +* A couple minor bug fixes. + Overview of changes between 1.11.3 and 1.11.4 ============================================= * Major change in the low-level interface of Pango. The special value diff --git a/configure.in b/configure.in index a58ac2e0..b4bcdfdd 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], [4]) +m4_define([pango_micro_version], [5]) 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. |