summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2015-09-01 17:03:50 +0100
committerBehdad Esfahbod <behdad@behdad.org>2015-09-01 17:03:50 +0100
commit7f5405397406a24c5a001b5ef43dcf4d6926415e (patch)
tree847a25a1a573cccbdb2dc1c99577710aaa4a7fa9
parent5828c45d7a816ccd0a7f10a665ea3cf8cfd63b05 (diff)
downloadharfbuzz-7f5405397406a24c5a001b5ef43dcf4d6926415e.tar.gz
1.0.31.0.3
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 67bef7f6..1656488f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Overview of changes leading to 1.0.3
+Tuesday, September 1, 2015
+====================================
+
+- Start of user documentation, from Simon Cozens!
+- Implement glyph_extents() for TrueType fonts in hb-ot-font.
+- Improve GPOS cursive attachments with conflicting lookups.
+- More fixes for cluster-level = 1.
+- Uniscribe positioning fix.
+
+
Overview of changes leading to 1.0.2
Wednesday, August 19, 2015
====================================
diff --git a/configure.ac b/configure.ac
index 2a0bc6a4..45bb689e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([HarfBuzz],
- [1.0.2],
+ [1.0.3],
[http://bugs.freedesktop.org/enter_bug.cgi?product=harfbuzz],
[harfbuzz],
[http://harfbuzz.org/])