+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
======
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)
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([])