Release 0.4.28 sandbox/mzx/upstream-git
authorEdward Hervey <bilboed@bilboed.com>
Mon, 20 Nov 2017 15:15:58 +0000 (16:15 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Mon, 20 Nov 2017 15:15:58 +0000 (16:15 +0100)
RELEASE
configure.ac
meson.build

diff --git a/RELEASE b/RELEASE
index a10eb15..e406e44 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,10 @@
+0.4.28
+======
+
+  - Numerous undefined behaviour fixes (Edward Hervey)
+  - Ability to disable tests (Edward Hervey)
+  - Fix meson dist behaviour (Tim-Philipp Müller)
+
 0.4.27
 ======
 
index 124a922..bdf89a6 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.68])
-AC_INIT([orc], [0.4.27.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer&component=orc],[orc])
+AC_INIT([orc], [0.4.28], [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="27:0:27"
+ORC_LIBVERSION="28:0:28"
 AC_SUBST(ORC_LIBVERSION)
 LT_PREREQ([2.2.6])
 LT_INIT([dlopen win32-dll disable-static])
index 94d4732..32f6492 100644 (file)
@@ -1,4 +1,4 @@
-project ('orc', 'c', version : '0.4.27.1',
+project ('orc', 'c', version : '0.4.28',
                      meson_version : '>= 0.32.0',
                      default_options : ['buildtype=debugoptimized',
                                         'warning_level=1',