From 1163fd1027010ce16ff25bc5448948f4a5073844 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 17 Jul 2017 16:16:35 +0100 Subject: [PATCH] Release 0.4.27 --- RELEASE | 8 ++++++++ configure.ac | 4 ++-- meson.build | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/RELEASE b/RELEASE index c95226b..a10eb15 100644 --- a/RELEASE +++ b/RELEASE @@ -1,3 +1,11 @@ +0.4.27 +====== + + - sse: preserve non volatile sse registers, needed for MSVC (Matej Knopp) + - x86: don't hard-code register size to zero in orc_x86_emit_*() functions (Igor Rondarev) + - Fix incorrect asm generation on 64-bit Windows when building with MSVC (Jan Schmidt) + - Support build using the Meson build system (Nirbheek Chauhan, Tim-Philipp Müller) + 0.4.26 ====== diff --git a/configure.ac b/configure.ac index 3fd3458..265162e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([orc], [0.4.26.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=orc],[orc]) +AC_INIT([orc], [0.4.27], [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=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="25:0:25" +ORC_LIBVERSION="27:0:27" AC_SUBST(ORC_LIBVERSION) LT_PREREQ([2.2.6]) LT_INIT([dlopen win32-dll disable-static]) diff --git a/meson.build b/meson.build index a947f0e..04090c3 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project ('Orc', 'c', version : '0.4.26.1', +project ('orc', 'c', version : '0.4.27', meson_version : '>= 0.32.0', default_options : ['buildtype=debugoptimized', 'warning_level=1', -- 2.7.4