NEWS | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-)
New commits: commit 432ffc47a46d41bea17d839d0d3980e654c6e638 Author: Behdad Esfahbod <[email protected]> Date: Wed Sep 30 22:51:16 2015 +0100 1.0.4 diff --git a/NEWS b/NEWS index 1656488..24db666 100644 --- 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 ==================================== diff --git a/configure.ac b/configure.ac index 45bb689..15decdc 100644 --- a/configure.ac +++ b/configure.ac @@ -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/]) _______________________________________________ HarfBuzz mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/harfbuzz
