diff --git a/ChangeLog b/ChangeLog index 1c6c3ca7f01face7047b73842f0f81d91602baa6..9cab930daa7c4affbab98fe548226a313e451509 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,68 @@ +=== release 1.7.1 === + +2015-12-24 Sebastian Dröge + + * configure.ac: + releasing 1.7.1 + +2015-12-14 13:03:24 +0100 Sebastian Dröge + + * plugin/gstpythonplugin.c: + python: Check return value of g_module_symbol() + CID 1320702 + +2015-12-14 13:01:25 +0100 Sebastian Dröge + + * plugin/gstpythonplugin.c: + python: Don't call Py_DECREF() on NULL + CID 1320703 + +2015-11-16 10:12:37 +0200 Sebastian Dröge + + * plugin/gstpythonplugin.c: + pythonplugin: Clean up error handling a bit + Don't g_error() but only g_critical() when things go wrong and return FALSE. + g_error() would kill the application immediately. + Also check if we can actually get gi.repository.Gst before using it. + +2015-11-08 11:56:28 +0100 Mark Nauwelaerts + + * gi/overrides/Gst.py: + * gi/overrides/gstmodule.c: + overrides: also provide wrapper for trace level debug logging + +2015-11-08 11:56:20 +0100 Mark Nauwelaerts + + * gi/overrides/Gst.py: + overrides: fix a few typos in exception messages + +2015-10-27 22:19:19 +0100 Thibault Saunier + + * examples/plugins/python/sinkelement.py: + examples: Port the sink example to GstBaseSink + Also we now need to explicitly call Gst.init() from python bindings. + +2015-10-25 21:33:46 +0100 Mark Nauwelaerts + + * gi/overrides/Gst.py: + overrides: chain up to base __init__ in Pad override + Fixes https://bugzilla.gnome.org/show_bug.cgi?id=757108 + +2015-09-25 12:03:45 +0200 Thibault Saunier + + * configure.ac: + Back to development + === release 1.6.0 === -2015-09-25 Thibault Saunier +2015-09-25 12:01:24 +0200 Thibault Saunier + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.6.0 + * gst-python.doap: + Release 1.6.0 2015-06-24 17:44:44 +0200 Thibault Saunier diff --git a/NEWS b/NEWS index e199f2443ed691c01725b35884cbdb1d6e7ab203..0443637a391a5e850fd45b1233c79adf292e7b4f 100644 --- a/NEWS +++ b/NEWS @@ -1 +1 @@ -This is GStreamer overrides for PyGobject 1.6.0 release +This is GStreamer 1.7.1 diff --git a/RELEASE b/RELEASE index dfdcfd3ee47116d8a37e6d388246dca1b2c472e6..937405757436891b3023e48b95030262c0be47f7 100644 --- a/RELEASE +++ b/RELEASE @@ -1,10 +1,20 @@ -Release notes for GStreamer Python bindings 1.6.0 -The GStreamer team is pleased to announce the first release of -the stable 1.4 release series. +Release notes for GStreamer Python bindings 1.7.1 -There were no bugs fixed in this release +The GStreamer team is pleased to announce the first release of the unstable +1.7 release series. The 1.7 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. + + +Binaries for Android, iOS, Mac OS X and Windows will be provided separately +during the unstable 1.7 release series. + + + ==== Download ==== @@ -38,10 +48,10 @@ from there (see link above). Interested developers of the core library, plugins, and applications should subscribe to the gstreamer-devel list. - -Applications - + Contributors to this release - + + * Mark Nauwelaerts + * Sebastian Dröge * Thibault Saunier -  +  \ No newline at end of file diff --git a/configure.ac b/configure.ac index 3fc4486630b05df0d0c6b5968a898863d5889809..5e198584724e224b016b7dffbbe82b1a598f0af4 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.0.1, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.7.1, 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.6.0) +AC_SUBST(GST_REQ, 1.7.1) AC_SUBST(PYGOBJECT_REQ, 3.0) AC_DISABLE_STATIC diff --git a/gst-python.doap b/gst-python.doap index 04cd67a74d5b8df4be462164b3e4e0b2ca86734f..50b7991046552d3dc9b0965d71945cbbc7284c1c 100644 --- a/gst-python.doap +++ b/gst-python.doap @@ -30,6 +30,33 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli + + + 1.7.1 + master + 2015-12-24 + + + + + + + 1.6.2 + 1.6 + 2015-12-14 + + + + + + + 1.6.1 + 1.6 + 2015-10-30 + + + + 1.6.0