Commit 0aef221bdf5c49f956d8f41be8164d26835e2679

sammy 2008-06-12T14:13:46

* Updated NEWS file. * Mark package as being version 2.1.3~rc5.

diff --git a/NEWS b/NEWS
index 06a0221..089adac 100644
--- a/NEWS
+++ b/NEWS
@@ -8,9 +8,10 @@ been released to date.  All versions prior to and including version
 versions have changes attributed per contributor.
 
 ----------------------------------------------------------------------
---- 2008-XX-XX  Release 2.1.3                                      ---
+--- 2008-06-12  Release 2.1.3~rc5                                  ---
 ----------------------------------------------------------------------
 
+    * Stable API. Public headers are now frozen.
     * Fixed several memory corruption and crash bugs - Sam Hocevar
     * Fixed several memory leaks - Sam Hocevar
     * Kerning and glyph performance enhancements - Sean Morrison
@@ -22,6 +23,8 @@ versions have changes attributed per contributor.
     * Fixed the paths in the XCode project - Henry Maddocks
     * Changed the behaviour of some objects so that if there is an
       error their state isn't changed - Henry Maddocks
+    * New, fast FTBufferFont texture fonts - Sam Hocevar
+    * UTF-8 support - Daniel Remenak
 
 ----------------------------------------------------------------------
 --- 2004-12-11  Release 2.1.2                                      ---
diff --git a/configure.ac b/configure.ac
index dbfe83a..53560ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ dnl Minimum version of autoconf required.  Should coincide with the
 dnl setting in the autogen.sh script.
 AC_PREREQ(2.58)
 
-AC_INIT(FTGL, 2.1.3, [henryj@paradise.net.nz], ftgl)
+AC_INIT(FTGL, 2.1.3~rc5, [sam@zoy.org], ftgl)
 AC_CONFIG_SRCDIR(src/FTPoint.cpp)
 AC_CONFIG_AUX_DIR(.auto)
 AM_INIT_AUTOMAKE([1.6 no-define dist-zip dist-bzip2])