From 9add19d936b6e9cf34cdcae7f5b8e11a3e68c61a Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 19 Jul 2011 08:12:44 +0200 Subject: [PATCH] Version 0.2. --- NEWS | 5 +++++ README | 2 +- THANKS | 1 + configure.ac | 2 +- src/ttfautohint.1 | 4 ++-- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 5659d01..c4c52fd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +New in 0.2: + +* Fix bytecode bugs which prevented correct rendering on some platforms. + + New in 0.1: * First release. diff --git a/README b/README index d1469eb..72628c6 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ttfautohint 0.1 +ttfautohint 0.2 --------------- by Werner Lemberg diff --git a/THANKS b/THANKS index c8a42b3..c596948 100644 --- a/THANKS +++ b/THANKS @@ -8,5 +8,6 @@ library: James Cloos Vernon Adams +Greg Hitchcock EOF diff --git a/configure.ac b/configure.ac index 3c49fbc..276afaf 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ # with the ttfautohint library. AC_INIT([ttfautohint], - [0.1], + [0.2], [freetype-devel@nongnu.org]) AM_INIT_AUTOMAKE([-Wall -Werror gnits]) diff --git a/src/ttfautohint.1 b/src/ttfautohint.1 index cd152d0..0ddfa60 100644 --- a/src/ttfautohint.1 +++ b/src/ttfautohint.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. -.TH TTFAUTOHINT "1" "June 2011" "ttfautohint version 0.1" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.40.1. +.TH TTFAUTOHINT "1" "July 2011" "ttfautohint version 0.2" "User Commands" .SH NAME ttfautohint \- add new auto-generated hints to a TrueType font .SH SYNOPSIS -- 2.11.4.GIT