From 6697f9acb15b75268b86867a9f6b383891bec472 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 9 Sep 2011 19:36:54 +0200 Subject: [PATCH] Version 0.3. --- NEWS | 6 ++++++ README | 2 +- THANKS | 1 + configure.ac | 2 +- src/ttfautohint.1 | 4 ++-- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index c4c52fd..831fa7a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +New in 0.3: + +* Fix font generation; sometimes the `glyf' table was one byte too short, + making the font invalid. + + New in 0.2: * Fix bytecode bugs which prevented correct rendering on some platforms. diff --git a/README b/README index 72628c6..fa1c226 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ttfautohint 0.2 +ttfautohint 0.3 --------------- by Werner Lemberg diff --git a/THANKS b/THANKS index 76fba9b..df5dcd9 100644 --- a/THANKS +++ b/THANKS @@ -16,5 +16,6 @@ library: James Cloos Vernon Adams Greg Hitchcock +Daniel Johnson EOF diff --git a/configure.ac b/configure.ac index 276afaf..24cea9a 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ # with the ttfautohint library. AC_INIT([ttfautohint], - [0.2], + [0.3], [freetype-devel@nongnu.org]) AM_INIT_AUTOMAKE([-Wall -Werror gnits]) diff --git a/src/ttfautohint.1 b/src/ttfautohint.1 index 0ddfa60..469b380 100644 --- a/src/ttfautohint.1 +++ b/src/ttfautohint.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.1. -.TH TTFAUTOHINT "1" "July 2011" "ttfautohint version 0.2" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.4. +.TH TTFAUTOHINT "1" "September 2011" "ttfautohint version 0.3" "User Commands" .SH NAME ttfautohint \- add new auto-generated hints to a TrueType font .SH SYNOPSIS -- 2.11.4.GIT