From f3946109bcb76160284bb30c16c247804b3ed4d8 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 2 Oct 2011 21:09:45 -0700 Subject: [PATCH] Release 0.4.15 --- RELEASE | 10 ++++++++++ configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/RELEASE b/RELEASE index c68055b..6f89d4d 100644 --- 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 ====== diff --git a/configure.ac b/configure.ac index 3b93205..6637b8e 100644 --- a/configure.ac +++ b/configure.ac @@ -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([]) -- 2.7.4