diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-06-24 22:19:53 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-06-24 22:19:53 +0200 |
commit | 1a3af3cb4daeb6802197a7854507d6ee8bc9a06b (patch) | |
tree | 5aa0ada20c0e1c327d67b6f4398d32aa42e5c9c4 | |
parent | 795699b28a99bc68e6a98e81d41f3cb3e8dd9b81 (diff) |
Release 0.4.24orc-0.4.24
-rw-r--r-- | RELEASE | 11 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -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) |