summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-12-17 10:13:17 +0100
committerSebastian Dröge <sebastian@centricular.com>2014-12-17 10:13:17 +0100
commit58d51af4e8788cdbdcac60172fdf9837e3c08021 (patch)
tree808d81a4251046df35119acde5dad7368a049a13
parent98f3b33241fcdfe8ede33685f6418d87343b5a44 (diff)
Release 0.4.23orc-0.4.230.4.23
-rw-r--r--RELEASE14
-rw-r--r--configure.ac4
2 files changed, 16 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index c8e2cd5..0be454e 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,17 @@
+0.4.23
+======
+
+ - Various improvements to the NEON backend to bring it closer to the SSE
+ backend (Wim Waymans)
+ - Add support for setting a custom backup function (Wim Taymans)
+ - Preserve NEON/VFP registers across subroutines (Jerome Laheurte)
+ - Fix 64 bit parameter loading on big-endian systems (Tim-Philipp Müller)
+ - Improved implementations for various opcodes (Wim Taymans)
+ - Various improvements and fixes to constants handling (Wim Taymans)
+ - Avoid some undefined operations on signed integers (Wim Taymans)
+ - Prefer user specific directories over global ones for intermediate files
+ to prevent name collisions (Fabian Deutsch)
+
0.4.22
======
diff --git a/configure.ac b/configure.ac
index a7aaf1e..d8a6ead 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.68])
-AC_INIT([orc], [0.4.22.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=orc],[orc])
+AC_INIT([orc], [0.4.23], [http://bugzilla.gnome.org/enter_bug.cgi?product=orc],[orc])
dnl don't forget to update libversion
AS_NANO(ORC_GIT=no,ORC_GIT=yes)
@@ -22,7 +22,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="22:0:22"
+ORC_LIBVERSION="23:0:23"
AC_SUBST(ORC_LIBVERSION)
LT_PREREQ([2.2.6])
LT_INIT([dlopen win32-dll disable-static])