diff --git a/NEWS b/NEWS index 3c45e70500..b027d21e06 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Overview of changes between 1.32.5 and 1.32.6 +============================================= +- Make pango threadsafe +- Pass down BOT/EOT flags to HarfBuzz +- 690279 - broken relocation of modules +- 691263 - Build with automake-1.13 broken + Overview of changes between 1.32.4 and 1.32.5 ============================================= - 689843 - Drop last ues of G_CONST_RETURN diff --git a/configure.ac b/configure.ac index a67bb18c09..341e308782 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], [32]) -m4_define([pango_version_micro], [5]) +m4_define([pango_version_micro], [6]) m4_define([pango_version], [pango_version_major.pango_version_minor.pango_version_micro])