summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2016-04-04 16:25:32 -0700
committerBehdad Esfahbod <behdad@behdad.org>2016-04-04 16:35:07 -0700
commita0331b55f7b45437980e1fc323251f4091bf2c4e (patch)
tree43da9320bbd27113665a7592c533656f7f5a2a14
parent6e55199b5f097ac93bad38f32e9813e2da14c5a7 (diff)
1.2.51.2.5
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d2117493..71036b3d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes leading to 1.2.5
+Monday, April 4, 2016
+====================================
+
+- Fix GDEF mark-filtering-set, which was broken in 1.2.3.
+
+
Overview of changes leading to 1.2.4
Thursday, March 17, 2016
====================================
diff --git a/configure.ac b/configure.ac
index 59603311..e3eb2627 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
- [1.2.4],
+ [1.2.5],
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
[harfbuzz],
[http://harfbuzz.org/])