From 58d51af4e8788cdbdcac60172fdf9837e3c08021 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 17 Dec 2014 10:13:17 +0100 Subject: [PATCH] Release 0.4.23 --- RELEASE | 14 ++++++++++++++ configure.ac | 4 ++-- 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]) -- 2.7.4