diff options
author | David Schleef <ds@schleef.org> | 2010-10-14 15:32:22 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2010-10-14 15:32:22 -0700 |
commit | 3fbb1abac49c09401928fd28ec0fdeb5fdd918fe (patch) | |
tree | 384bd96eef2ed041bbcef98cab880ffe766aca68 | |
parent | da8da5fb9b26c19910f01d2ca6f501986e46f6f8 (diff) |
Release 0.4.11orc-0.4.11
-rw-r--r-- | RELEASE | 15 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 17 insertions, 2 deletions
@@ -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 ====== diff --git a/configure.ac b/configure.ac index 35e06fd..f7d46bf 100644 --- a/configure.ac +++ b/configure.ac @@ -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([]) |