From 9a8c19dc6dc6cd005acdac91fa60b5c1f2ca3ddd Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Thu, 20 Mar 2014 20:26:41 +0100 Subject: [PATCH] Update to new release. --- .gnulib | 2 +- NEWS | 7 +++++++ README | 4 ++-- configure.ac | 4 +--- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.gnulib b/.gnulib index 47f93b0..8dbb1a5 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit 47f93b076d2083144591dcb7deedbda450085379 +Subproject commit 8dbb1a57c762010531fbbdd7e4d17dbd062992d9 diff --git a/NEWS b/NEWS index 825f1bd..6f35d2f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +New in 1.00: + +* Much less memory consumption while handling fonts with complicated glyphs. + +* Option `-s' was partially broken. + + New in 1.00rc1: * OpenType feature support. ttfautohint now uses the HarfBuzz library to diff --git a/README b/README index a2b6221..4d63b5a 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -ttfautohint 1.00rc1 -------------------- +ttfautohint 1.00 +---------------- by Werner Lemberg diff --git a/configure.ac b/configure.ac index 776283d..9f8c7f9 100644 --- a/configure.ac +++ b/configure.ac @@ -15,12 +15,10 @@ AC_INIT([ttfautohint], [freetype-devel@nongnu.org]) AC_CONFIG_AUX_DIR([gnulib]) -# the last `gnu' string should be `gnits', -# but this is temporarily changed for release candidates AM_INIT_AUTOMAKE([-Wall -Werror] m4_bmatch(m4_defn([AC_PACKAGE_VERSION]), [-], [gnu], - [gnu])) + [gnits])) AC_CONFIG_MACRO_DIRS([gnulib/m4 m4]) -- 2.11.4.GIT