From 16e053b8f2359196fd50b111f1c10b93590f5cb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 27 Aug 2014 12:24:03 +0300 Subject: Release 0.4.22 --- RELEASE | 11 +++++++++++ configure.ac | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/RELEASE b/RELEASE index ac49a69..c8e2cd5 100644 --- a/RELEASE +++ b/RELEASE @@ -1,3 +1,14 @@ +0.4.22 +====== + +Maintenance release: + + - Handle NOCONFIGURE=1 in autogen.sh (Colin Walters) + - Some memory leak fixes in the compiler (Sebastian Dröge, Thiago Santos) + - Fixes for compiler warnings on Win64 (Edward Hervey) + - Properly detect CPU features on Android in non-debug build (Jan Schmidt) + - Use Android logging system instead of stderr for debug output (Jan Schmidt) + 0.4.21 ====== diff --git a/configure.ac b/configure.ac index 69492c9..39fe035 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([orc], [0.4.21.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=orc],[orc]) +AC_INIT([orc], [0.4.22], [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="21:0:21" +ORC_LIBVERSION="22:0:22" AC_SUBST(ORC_LIBVERSION) LT_PREREQ([2.2.6]) LT_INIT([dlopen win32-dll disable-static]) -- cgit v1.2.1