Release 0.4.11 orc-0.4.11
authorDavid Schleef <ds@schleef.org>
Thu, 14 Oct 2010 22:32:22 +0000 (15:32 -0700)
committerDavid Schleef <ds@schleef.org>
Thu, 14 Oct 2010 22:32:22 +0000 (15:32 -0700)
RELEASE
configure.ac

diff --git a/RELEASE b/RELEASE
index 7a677d9..a2629c6 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,19 @@
 
+0.4.11
+======
+
+This is primarily a bug fixing release.
+
+ - Fixes for CPUs that don't have backends
+ - Fix loading of double parameters
+ - mmx: Fix 64-bit parameter loading
+ - sse/mmx: Fix x2/x4 with certain opcodes
+
+There are still some issues with the ARM backend on certain
+architecture levels (especially ARMv6).  Some assistance from
+a user with access to such hardware would be useful.
+
+
 0.4.10
 ======
 
index 35e06fd..f7d46bf 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(orc,0.4.10.1)
+AC_INIT(orc,0.4.11)
 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="10:0:10"
+ORC_LIBVERSION="11:0:11"
 AC_SUBST(ORC_LIBVERSION)
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_TAGS([])