summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2007-01-30 10:40:23 +0000
committerDavid Turner <david@freetype.org>2007-01-30 10:40:23 +0000
commit3eaef6c170d80216e1cff1f725cb4a3e46625109 (patch)
treecaac5d969152e0365e472a163f919707ba9a2e12
parenta7ee608c1de138a3da93407104120198207c99aa (diff)
updating version numbers to 2.3.1VER-2-3-1
-rw-r--r--ChangeLog6
-rw-r--r--Jamfile2
-rw-r--r--README6
-rw-r--r--builds/unix/configure.raw2
-rw-r--r--docs/CHANGES12
-rw-r--r--docs/VERSION.DLL1
-rw-r--r--docs/release2
-rw-r--r--include/freetype/freetype.h2
8 files changed, 14 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ba919af..02fb9fe0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-01-30 David Turner <david@freetype.org>
+ * all-sources: tagging with VER-2-3-1 to prepare release
+
+ * docs/CHANGES, docs/VERSION.DLL, include/freetype/freetype.h,
+ docs/release, README, builds/unix/configure.raw, Jamfile: updating
+ version numbers to 2.3.1
+
* src/autofit/aftypes.h, src/autofit/afloader.c: disabling the
warper (i.e. light hinting improvements) to make a 2.3.1 bugfix
release before introducing a new feature. This should give us
diff --git a/Jamfile b/Jamfile
index 8d364686..4797def3 100644
--- a/Jamfile
+++ b/Jamfile
@@ -193,7 +193,7 @@ rule RefDoc
actions RefDoc
{
- python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.3.0 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h
+ python $(FT2_SRC)/tools/docmaker/docmaker.py --prefix=ft2 --title=FreeType-2.3.1 --output=$(DOC_DIR) $(FT2_INCLUDE)/freetype/*.h $(FT2_INCLUDE)/freetype/config/*.h
}
RefDoc refdoc ;
diff --git a/README b/README
index 1766d2e4..573a552f 100644
--- a/README
+++ b/README
@@ -9,7 +9,7 @@
is called `libttf'. They are *not* compatible!
- FreeType 2.3.0
+ FreeType 2.3.1
==============
Please read the docs/CHANGES file, it contains IMPORTANT
@@ -26,8 +26,8 @@
and download one of the following files.
- freetype-doc-2.3.0.tar.bz2
- freetype-doc-2.3.0.tar.gz
+ freetype-doc-2.3.1.tar.bz2
+ freetype-doc-2.3.1.tar.gz
ftdoc221.zip
diff --git a/builds/unix/configure.raw b/builds/unix/configure.raw
index b52542d9..d0e3c4a7 100644
--- a/builds/unix/configure.raw
+++ b/builds/unix/configure.raw
@@ -17,7 +17,7 @@ AC_CONFIG_SRCDIR([ftconfig.in])
# Don't forget to update docs/VERSION.DLL!
-version_info='9:11:3'
+version_info='9:12:3'
AC_SUBST([version_info])
ft_version=`echo $version_info | tr : .`
AC_SUBST([ft_version])
diff --git a/docs/CHANGES b/docs/CHANGES
index fb0c08a9..fc39ebfe 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -9,18 +9,6 @@ CHANGES BETWEEN 2.3.0 and 2.3.1
prevented FreeType to render some glyphs in CFF fonts.
- II. IMPORTANT CHANGES
-
- - The light auto-hinting mode has been improved and should
- generate less blurry text in many cases, without changing
- spacing. This is done by slightly translating/dilating the
- outline in the horizontal direction in order to better align its
- features to the pixel grid.
-
- Since the transformation is entirely linear, this still provides
- very good approximations to the original glyph shapes.
-
-
======================================================================
CHANGES BETWEEN 2.3.0 and 2.2.1
diff --git a/docs/VERSION.DLL b/docs/VERSION.DLL
index df8d8f07..4b51f3fc 100644
--- a/docs/VERSION.DLL
+++ b/docs/VERSION.DLL
@@ -53,6 +53,7 @@ systems, but not all of them:
release libtool so
-------------------------------
+ 2.3.1 9.12.3 6.3.12
2.3.0 9.11.3 6.3.11
2.2.1 9.10.3 6.3.10
2.2.0 9.9.3 6.3.9
diff --git a/docs/release b/docs/release
index e5032b79..fdf71549 100644
--- a/docs/release
+++ b/docs/release
@@ -41,7 +41,7 @@ How to prepare a new release
#!/bin/sh
- VERSION=2.3.0
+ VERSION=2.3.1
SAVANNAH_USER=wl
#####################################################################
diff --git a/include/freetype/freetype.h b/include/freetype/freetype.h
index f0d96294..67287051 100644
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -3314,7 +3314,7 @@ FT_BEGIN_HEADER
*/
#define FREETYPE_MAJOR 2
#define FREETYPE_MINOR 3
-#define FREETYPE_PATCH 0
+#define FREETYPE_PATCH 1
/*************************************************************************/