From f783017629e60a85290230c4216b09be8aab631e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 1 Mar 2016 18:53:59 +0200 Subject: [PATCH] Release 1.7.90 --- ChangeLog | 51 ++++++++++++++++++++++++++++++++++++++++++++++--- NEWS | 2 +- RELEASE | 18 ++++++++++------- configure.ac | 4 ++-- gst-python.doap | 9 +++++++++ 5 files changed, 71 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index e6d02a0db6..6f8d137e8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,54 @@ -=== release 1.7.2 === +=== release 1.7.90 === -2016-02-19 Sebastian Dröge +2016-03-01 Sebastian Dröge * configure.ac: - releasing 1.7.2 + releasing 1.7.90 + +2016-02-27 11:16:00 +0000 Hanno Boeck + + * gi/overrides/gstmodule.c: + NULL-terminate PyMethodDef array + PyMethodDef arrays are supposed to end with an entry full of NULL/0 values. + This is missing in gst-python in the file gstmodule.c. + This causes out of bounds memory reads which can be seen / tested by compiling + gst-python with address sanitizer (-fsanitize=address in CFLAGS/LDFLAGS). + https://bugzilla.gnome.org/show_bug.cgi?id=762766 + +2016-02-21 10:46:24 +0000 Tim-Philipp Müller + + * Makefile.am: + * win32/MANIFEST: + * win32/common/.gitignore: + * win32/common/config.h.in: + * win32/vs6/gst_python.dsw: + * win32/vs6/libgstpython.dsp: + * win32/vs6/pygenfiles.dsp: + win32: remove outdated build cruft + This hasn't been touched for generations, doesn't work, + and is just causing confusion. We also don't want to + maintain these files manually. + +2016-02-19 17:13:57 +0100 Thibault Saunier + + * gi/overrides/gstmodule.c: + Fix bug when checking template object type + +2016-02-19 12:38:49 +0200 Sebastian Dröge + + * configure.ac: + Back to development + +=== release 1.7.2 === + +2016-02-19 12:16:05 +0200 Sebastian Dröge + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * gst-python.doap: + Release 1.7.2 2016-02-15 23:26:06 +0100 Thibault Saunier diff --git a/NEWS b/NEWS index 1b4562143f..21d8509c8c 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is GStreamer 1.7.2 +This is GStreamer 1.7.90 diff --git a/RELEASE b/RELEASE index 0399480edb..045217c730 100644 --- a/RELEASE +++ b/RELEASE @@ -1,19 +1,21 @@ -Release notes for GStreamer Python bindings 1.7.2 +Release notes for GStreamer Python bindings 1.7.90 -The GStreamer team is pleased to announce the second release of the unstable -1.7 release series. The 1.7 release series is adding new features on top of +The GStreamer team is pleased to announce the first release candidate of the stable +1.8 release series. The 1.8 release series is adding new features on top of the 1.0, 1.2, 1.4 and 1.6 series and is part of the API and ABI-stable 1.x release -series of the GStreamer multimedia framework. The unstable 1.7 release series -will lead to the stable 1.8 release series in the next weeks. Any newly added -API can still change until that point. +series of the GStreamer multimedia framework. Binaries for Android, iOS, Mac OS X and Windows will be provided separately -during the unstable 1.7 release series. +during the stable 1.8 release series. +Bugs fixed in this release + + * 762766 : PyMethodDef _gi_gst_functions array needs null object at the end + ==== Download ==== You can find source releases of gst-python in the download @@ -49,6 +51,8 @@ subscribe to the gstreamer-devel list. Contributors to this release + * Hanno Boeck * Sebastian Dröge * Thibault Saunier + * Tim-Philipp Müller   \ No newline at end of file diff --git a/configure.ac b/configure.ac index d3e4a6a176..58eaafe2c7 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ([2.68]) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer GObject Introspection overrides for Python , 1.7.2.1, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.7.90, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) @@ -38,7 +38,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4") dnl required versions of other packages dnl Note that they are runtime requirements -AC_SUBST(GST_REQ, 1.7.2.1) +AC_SUBST(GST_REQ, 1.7.90) AC_SUBST(PYGOBJECT_REQ, 3.0) AC_DISABLE_STATIC diff --git a/gst-python.doap b/gst-python.doap index 151fe45b06..0547fc3149 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -30,6 +30,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli + + + 1.7.90 + master + 2016-03-01 + + + + 1.7.2