From 988efd8f178057ed3f64371ce18e05f9e755d28d Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Mon, 23 Jun 2014 09:38:51 +0200 Subject: Release 0.4.20 --- RELEASE | 13 +++++++++++++ configure.ac | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/RELEASE b/RELEASE index 0c32056..5e15d93 100644 --- a/RELEASE +++ b/RELEASE @@ -1,3 +1,16 @@ +0.4.20 +====== + +Maintenance release: + + - Fix list corruption when splitting code memory chunks, causing crashes + when allocating a lot of code memory and trying to free it later + (Tim-Philipp Müller) + - Add some extra checks for the number of variables used in ORC code to + prevent overflows and crashes in the compiler (Vincent Penquerc'h) + - Various compiler warnings, coverity warnings and static code analysis + fixes (Sebastian Dröge) + 0.4.19 ====== diff --git a/configure.ac b/configure.ac index d13828d..443dbf3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([orc], [0.4.19.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=orc],[orc]) +AC_INIT([orc], [0.4.20], [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="19:0:19" +ORC_LIBVERSION="20:0:20" AC_SUBST(ORC_LIBVERSION) LT_PREREQ([2.2.6]) LT_INIT([dlopen win32-dll disable-static]) -- cgit v1.2.3