From: David Schleef Date: Mon, 3 Oct 2011 04:09:45 +0000 (-0700) Subject: Release 0.4.15 X-Git-Tag: orc-0.4.16~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3946109bcb76160284bb30c16c247804b3ed4d8;p=platform%2Fupstream%2Forc.git Release 0.4.15 --- 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([])