Release 0.4.24
authorSebastian Dröge <sebastian@centricular.com>
Wed, 24 Jun 2015 20:19:53 +0000 (22:19 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 24 Jun 2015 20:19:53 +0000 (22:19 +0200)
RELEASE
configure.ac

diff --git a/RELEASE b/RELEASE
index 0be454e..d176fe4 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,14 @@
+0.4.24
+======
+
+  - Only reuse constants of the same size and value (Wim Taymans)
+  - Fix reading of .orc files with Windows line endings on
+    Windows (Tim-Philipp Müller)
+  - Fix out of bounds array access in the tests (Luis de Bethencourt)
+  - Remove duplicate code path in orcc (Edward Hervey)
+  - Put a limit to the memcpy test (Edward Hervey)
+  - Fix mmap leak on error path (Vincent Penquerc'h)
+
 0.4.23
 ======
 
index 2cee920..d829ddf 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.68])
-AC_INIT([orc], [0.4.23.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=orc],[orc])
+AC_INIT([orc], [0.4.24], [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)