From e9634b643240eba1dcfebd13785f30cbb4e91d34 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sun, 6 Nov 2011 08:38:26 +0100 Subject: [PATCH] Version 0.5. --- NEWS | 7 +++++++ README | 2 +- THANKS | 9 ++++++++- configure.ac | 2 +- src/ttfautohint.1 | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 264f8c9..71b2033 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +New in 0.5: + +* Rendering on iOS is now expected to give good results. + +* No bad rendering at very large PPEM values. + + New in 0.4: * The bytecode has been changed to `create' twilight points. This should diff --git a/README b/README index 1c1c652..abea4c2 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ttfautohint 0.4 +ttfautohint 0.5 --------------- by Werner Lemberg diff --git a/THANKS b/THANKS index df5dcd9..186b09e 100644 --- a/THANKS +++ b/THANKS @@ -9,13 +9,20 @@ the original idea, and to Raph Levien and the Google Web Fonts team for providing financial support to initiate the project. +Thanks also to FontLab, Google (again) and all the other people who +contributed to the campaign at Pledgie +for continuing the financial support. + The following people have provided help in developing and testing the library: -James Cloos +Dave Arnold Vernon Adams +James Cloos Greg Hitchcock Daniel Johnson +David Lemon +Adam Twardoch EOF diff --git a/configure.ac b/configure.ac index f9ff94a..84fdf3b 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ # with the ttfautohint library. AC_INIT([ttfautohint], - [0.4], + [0.5], [freetype-devel@nongnu.org]) AM_INIT_AUTOMAKE([-Wall -Werror gnits]) diff --git a/src/ttfautohint.1 b/src/ttfautohint.1 index 29a022e..3e81c94 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.4. -.TH TTFAUTOHINT "1" "October 2011" "ttfautohint version 0.4" "User Commands" +.TH TTFAUTOHINT "1" "November 2011" "ttfautohint version 0.5" "User Commands" .SH NAME ttfautohint \- add new auto-generated hints to a TrueType font .SH SYNOPSIS -- 2.11.4.GIT