Release 0.4.15 orc-0.4.15
authorDavid Schleef <ds@schleef.org>
Sun, 25 Sep 2011 21:17:59 +0000 (14:17 -0700)
committerDavid Schleef <ds@schleef.org>
Sun, 25 Sep 2011 21:17:59 +0000 (14:17 -0700)
RELEASE
configure.ac

diff --git a/RELEASE b/RELEASE
index 661df16..c68055b 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,16 @@
 
+0.4.15
+======
+
+This should have been release much earlier.
+
+ - Protect global resources with mutexes.  Duh.  This solves a bunch
+   of bug reports.
+ - Restore c64x-c backend.  Untested.
+ - Convert MMX and SSE backends to a new instruction scheduler.
+ - Add alignment and size hints to parser.
+
+
 0.4.14
 ======
 
index 1c220d8..151aa06 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(orc,0.4.14.1)
+AC_INIT(orc,0.4.15)
 dnl don't forget to update libversion
 
 AS_NANO(ORC_GIT=no,ORC_GIT=yes)
@@ -17,7 +17,7 @@ dnl - library source changed -> increment REVISION
 dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
 dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
-ORC_LIBVERSION="14:0:14"
+ORC_LIBVERSION="15:0:15"
 AC_SUBST(ORC_LIBVERSION)
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_TAGS([])