Release 0.4.23 0.4.23
authorSebastian Dröge <sebastian@centricular.com>
Wed, 17 Dec 2014 09:13:17 +0000 (10:13 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 17 Dec 2014 09:13:17 +0000 (10:13 +0100)
RELEASE
configure.ac

diff --git a/RELEASE b/RELEASE
index c8e2cd5..0be454e 100644 (file)
--- 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
 ======
 
index a7aaf1e..d8a6ead 100644 (file)
@@ -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])