1.0.4
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 30 Sep 2015 21:51:16 +0000 (22:51 +0100)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 30 Sep 2015 21:51:16 +0000 (22:51 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 1656488..24db666 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Overview of changes leading to 1.0.4
+Wednesday, September 30, 2015
+====================================
+
+- Fix minor out-of-bounds read error.
+
+
 Overview of changes leading to 1.0.3
 Tuesday, September 1, 2015
 ====================================
index 45bb689..15decdc 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([HarfBuzz],
-        [1.0.3],
+        [1.0.4],
         [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
         [harfbuzz],
         [http://harfbuzz.org/])