summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS10
-rw-r--r--configure.ac2
2 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2ef0aa0d..620a2291 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Overview of changes between 1.33.7 and 1.33.8
+=============================================
+- 694095 - Fails make check: -pango_cairo_win32_font_map_get_type
+- 668154 - GTK+ Crashes on Non BMP utf-8 charpoints
+- 694626 - Add pango_font_map_changed
+- 694626 - PangoFc: change FontMap in pango_fc_font_map_clear_cache
+- 694830 - Fails make check: +pango_font_map_change
+- 694918 - Pango layout is misrendered with non-identity transformation
+- 694882 - build broken - introspection of pangoxft2 and pangoxft
+
Overview of changes between 1.32.6 and 1.33.7
=============================================
- Allow enabling font features through fontconfig snipplets
diff --git a/configure.ac b/configure.ac
index 060d13df..4e59b608 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl
dnl The triplet
m4_define([pango_version_major], [1])
m4_define([pango_version_minor], [33])
-m4_define([pango_version_micro], [7])
+m4_define([pango_version_micro], [8])
m4_define([pango_version],
[pango_version_major.pango_version_minor.pango_version_micro])