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-04-30 05:32:56 +0400
committerDavid Schleef <ds@schleef.org>2011-04-30 05:35:39 +0400
commit71103f0f585c59ee5d48f9f569bc47b42ab91d1b (patch)
tree6b789552636e816966426e1d717438a46124cb7b
parent4d39eb4a8328526855e6af1e1bf037349c00e66c (diff)
Release 0.4.14orc-0.4.14
-rw-r--r--RELEASE8
-rw-r--r--configure.ac4
2 files changed, 10 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 41a4d48..62c1544 100644
--- a/RELEASE
+++ b/RELEASE
@@ -2,6 +2,14 @@
0.4.13
======
+Yet more bug fixing. Altivec should work again, OS/X should
+work again. MMX should work again. Another codegen bug on
+SSE fixed.
+
+
+0.4.13
+======
+
Fixes two serious code generation bugs in 0.4.12 on SSE and
Altivec. Also added some compatibility code to mitigate
the previous automatic inclusion of stdint.h.
diff --git a/configure.ac b/configure.ac
index 1315b71..4ad1d72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.58])
-AC_INIT(orc,0.4.13.1)
+AC_INIT(orc,0.4.14)
dnl don't forget to update libversion
AS_NANO(ORC_CVS=no,ORC_CVS=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="13:0:13"
+ORC_LIBVERSION="14:0:14"
AC_SUBST(ORC_LIBVERSION)
AC_LIBTOOL_WIN32_DLL
AC_LIBTOOL_TAGS([])