summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2014-06-23 09:38:51 +0200
committerSebastian Dröge <sebastian@centricular.com>2014-06-23 09:38:51 +0200
commit988efd8f178057ed3f64371ce18e05f9e755d28d (patch)
tree419000f788aa50b97f030af3ddf83825b3123d8d
parenta9ebfeae114b9f211f9b97094e6fa4aab7ba9e1e (diff)
Release 0.4.20
-rw-r--r--RELEASE13
-rw-r--r--configure.ac4
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])