summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-10-07 16:49:19 -0700
committerDavid Schleef <ds@schleef.org>2010-10-07 16:49:19 -0700
commit9f0e74477ff5538337c2909084d3c0483980bf1d (patch)
treee640ad71fb9bf634e4f7a3aeb8fd697f91b00658
parent8bdb699d718665e72128b0a48350265b594bc2c7 (diff)
Release 0.4.10orc-0.4.10
-rw-r--r--RELEASE19
-rw-r--r--configure.ac4
2 files changed, 21 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 74dd140..7a677d9 100644
--- 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
=====
diff --git a/configure.ac b/configure.ac
index 9e88e14..53141c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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([])