Release 0.4.15
authorDavid Schleef <ds@schleef.org>
Mon, 3 Oct 2011 04:09:45 +0000 (21:09 -0700)
committerDavid Schleef <ds@schleef.org>
Mon, 3 Oct 2011 04:12:38 +0000 (21:12 -0700)
RELEASE
configure.ac

diff --git a/RELEASE b/RELEASE
index c68055b..6f89d4d 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,14 @@
 
+0.4.16
+======
+
+Fix a few bugs people noticed in 0.4.15.
+
+ - orc_init() tried to take the same mutex as generated C code that
+   calls (indirectly) orc_init().
+ - sse: Fixes for 64 bit pointers with any of the upper 32 bits set.
+
+
 0.4.15
 ======
 
index 3b93205..6637b8e 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(orc,0.4.15.1)
+AC_INIT(orc,0.4.16)
 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="15:0:15"
+ORC_LIBVERSION="16:0:16"
 AC_SUBST(ORC_LIBVERSION)
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_TAGS([])