summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-08-27 12:24:03 +0300
committerSebastian Dröge <sebastian@centricular.com>2014-08-27 12:34:32 +0300
commit16e053b8f2359196fd50b111f1c10b93590f5cb9 (patch)
treec53f176f504ef82a338e7c8ecd3dde44a574d219
parentdfcc456c2b31deab21501e889c89bd168a50a411 (diff)
downloadorc-16e053b8f2359196fd50b111f1c10b93590f5cb9.tar.gz
Release 0.4.22orc-0.4.22
-rw-r--r--RELEASE11
-rw-r--r--configure.ac4
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])