Release 0.4.10 orc-0.4.10
authorDavid Schleef <ds@schleef.org>
Thu, 7 Oct 2010 23:49:19 +0000 (16:49 -0700)
committerDavid Schleef <ds@schleef.org>
Thu, 7 Oct 2010 23:49:19 +0000 (16:49 -0700)
RELEASE
configure.ac

diff --git a/RELEASE b/RELEASE
index 74dd140..7a677d9 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,4 +1,23 @@
 
+0.4.10
+======
+
+Changes:
+
+ - Added several simple 64-bit opcodes
+ - Improved debugging by adding ORC_CODE=emulate
+ - Allocation of mmap'd areas for code now has several fallback
+   methods, in order to placate various SELinux configurations.
+ - Various speed improvements in SSE backend
+ - Add SSE implementations of ldreslinl and ldresnearl.
+ - Update Mersenne Twister example
+
+There was a bug in the calculation of maximum loop shift that, when
+fixed, increases the speed of certain functions by a factor of two.
+However, the fix also triggers a bug in Schroedinger, which is fixed
+in the 1.0.10 release.
+
+
 0.4.9
 =====
 
index 9e88e14..53141c8 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
-AC_INIT(orc,0.4.9.1)
+AC_INIT(orc,0.4.10)
 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="9:0:9"
+ORC_LIBVERSION="10:0:10"
 AC_SUBST(ORC_LIBVERSION)
 AC_LIBTOOL_WIN32_DLL
 AC_LIBTOOL_TAGS([])