Release 0.4.20 orc-0.4.20
authorSebastian Dröge <sebastian@centricular.com>
Mon, 23 Jun 2014 07:38:51 +0000 (09:38 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 23 Jun 2014 07:38:51 +0000 (09:38 +0200)
RELEASE
configure.ac

diff --git a/RELEASE b/RELEASE
index 0c32056..5e15d93 100644 (file)
--- 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
 ======
 
index d13828d..443dbf3 100644 (file)
@@ -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])