summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index 0be454e..d176fe4 100644
--- 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
======
diff --git a/configure.ac b/configure.ac
index 2cee920..d829ddf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)