summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-07-27 12:17:54 +0200
committerBehdad Esfahbod <behdad@behdad.org>2015-07-27 12:17:54 +0200
commit9002c27b2f54bb5135db92045c0d770b47317577 (patch)
treede7f2fab4595a26e17fee6481c2e02e1f5ce6f2e
parentf1c20e1ba5bf218df7dc3e198bdcf1f449fc9387 (diff)
1.0.11.0.1
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 70e10885..ed67abf1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
+Overview of changes leading to 1.0.1
+Monday, July 27, 2015
+====================================
+
+- Fix out-of-bounds access in USE shaper.
+
+
Overview of changes leading to 1.0.0
-Thursday, July 26, 2015
+Sunday, July 26, 2015
====================================
- Implement Universal Shaping Engine:
diff --git a/configure.ac b/configure.ac
index c6aa7eed..4d64586b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
- [1.0.0],
+ [1.0.1],
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
[harfbuzz],
[http://harfbuzz.org/])