summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-06-15 11:09:43 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-06-15 11:09:43 -0400
commit9daa110ccb5adc48a0f01a1a637a9134b6d46892 (patch)
treee5651ab821ca45e2ad933109ff24205da874e369
parent7dc0bb2b5aab78d8d7a299b54351bb0e9a4e888d (diff)
downloadpango-1.28.1.tar.gz
Release 1.28.11.28.1
-rw-r--r--NEWS12
-rw-r--r--configure.in2
2 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d0670a1e..f0e6b651 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Overview of changes between 1.28.0 and 1.28.1
+=============================================
+- pango-view now accepts --margin
+- Various HarfBuzz bug fixes
+- Build fixes
+- Bugs fixed:
+ Bug 582698 - Support CSS-style margin specification
+ Bug 621612 - VPATH build fix
+ Bug 605870 - Incorrect shaping for Syriac
+ Bug 457990 - font metrics are not converted to user space in cairo backend
+ Bug 613015 - [HB] Does not sanitize Device tables referenced from ValueRecords
+
Overview of changes between 1.27.1 and 1.28.0
=============================================
- [HB] Fix leak when duplicating blob
diff --git a/configure.in b/configure.in
index 3b352e19..f9e39633 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ dnl ==========================================================================
dnl The triplet
m4_define([pango_version_major], [1])
m4_define([pango_version_minor], [28])
-m4_define([pango_version_micro], [0])
+m4_define([pango_version_micro], [1])
dnl Module API version. This should be stepped up when a change causes
dnl older modules to not work with new pango.
m4_define([pango_module_version], [1.6.0])