Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2011-10-03 08:09:45 +0400
committerDavid Schleef <ds@schleef.org>2011-10-03 08:12:38 +0400
commitf3946109bcb76160284bb30c16c247804b3ed4d8 (patch)
treeba3b9983eb652d75dcf8cd600ca301d19437d729
parentc6027442c1bfab101404fd26b589bdbab1260a96 (diff)
Release 0.4.15
-rw-r--r--RELEASE10
-rw-r--r--configure.ac4
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([])