summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--NEWS9
-rw-r--r--configure.in2
3 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 794b8c40..2df69618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-07-30 Behdad Esfahbod <behdad@gnome.org>
+
+ * === Released 1.17.5 ===
+
+ * configure.in: Version 1.17.5
+
+ * NEWS: Updated.
+
2007-07-24 Behdad Esfahbod <behdad@gnome.org>
Bug 150883 – Unicode LRO defect
diff --git a/NEWS b/NEWS
index da5f8a27..6e3fb81d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Overview of changes between 1.17.4 and 1.17.5
+==============================================
+- Export PangoCairoFont and cleanup various standard macros.
+
+- Bugs fixed in this release:
+ Bug 150883 – Unicode LRO defect
+ Bug 449482 – Build error when xft not present
+ Part of Bug 347236 – provide pango_cairo_font_get_scaled_font
+
Overview of changes between 1.17.3 and 1.17.4
==============================================
- Refactored the ATSUI font backend and install pangoatsui.h
diff --git a/configure.in b/configure.in
index cca7555e..cc8162af 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl
dnl The triplet
m4_define([pango_version_major], [1])
m4_define([pango_version_minor], [17])
-m4_define([pango_version_micro], [4])
+m4_define([pango_version_micro], [5])
m4_define([pango_version],
[pango_version_major.pango_version_minor.pango_version_micro])
dnl The X.Y in -lpango-X.Y line. This is expected to stay 1.0 until Pango 2.