diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2013-01-18 17:10:47 -0600 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2013-01-18 17:10:47 -0600 |
commit | 09b5393874e56fcfd63a92d28e6c1c2ddeee0942 (patch) | |
tree | e5d1b2696e9d6671e2b0554fb59218ae55548bea | |
parent | eb45c0a2fbaeeb34e77a2935934e8d1302728ec8 (diff) |
0.9.120.9.12
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ +Overview of changes leading to 0.9.12 +Thursday, January 18, 2013 +===================================== + +- Build fixes for Sun compiler. +- Minor bug fix. + Overview of changes leading to 0.9.11 Thursday, January 10, 2013 ===================================== diff --git a/configure.ac b/configure.ac index e95e48fa..202bef95 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([HarfBuzz], - [0.9.11], + [0.9.12], [http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz], [harfbuzz], [http://harfbuzz.org/]) |