summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-02-11 18:30:05 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-02-11 18:30:05 +0000
commit88b905cf87559f5cdb92c799814c65f17b9f6006 (patch)
tree73fbe6381837c0de09c3df62e6545d80b9c6ad02
parentffd467988d75ab2528704c65bff0de02901bf859 (diff)
downloadpango-88b905cf87559f5cdb92c799814c65f17b9f6006.tar.gz
=== Released 1.11.5 ===
2006-02-11 Behdad Esfahbod <behdad@gnome.org> * === Released 1.11.5 === * configure.in: Version 1.11.5 * NEWS: Updated.
-rw-r--r--ChangeLog8
-rw-r--r--NEWS8
-rw-r--r--configure.in2
3 files changed, 17 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fa6fdf3..9e4b6f60 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index e1f30286..dfe9b0ea 100644
--- a/NEWS
+++ b/NEWS
@@ -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.