From 1a3af3cb4daeb6802197a7854507d6ee8bc9a06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 24 Jun 2015 22:19:53 +0200 Subject: Release 0.4.24 --- RELEASE | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3