Skip to content
Snippets Groups Projects
Commit 53934de3 authored by Sebastian Dröge's avatar Sebastian Dröge :tea:
Browse files

Release 1.7.2

parent 7b627c49
No related branches found
Tags gst-devtools-1.14.0
No related merge requests found
=== release 1.7.2 ===
2016-02-19 Sebastian Dröge <slomo@coaxion.net>
* configure.ac:
releasing 1.7.2
2016-02-15 23:26:06 +0100 Thibault Saunier <tsaunier@gnome.org>
* gi/overrides/gstmodule.c:
* testsuite/common.py:
gst: Fix a crash when passing wrong type as __templates__
2016-02-08 11:30:08 +0100 Thibault Saunier <tsaunier@gnome.org>
* gi/overrides/GstPbutils.py:
* plugin/gstpythonplugin.c:
Avoid warning about gi.require_version not being called
2015-12-24 15:30:00 +0100 Sebastian Dröge <sebastian@centricular.com>
* configure.ac:
Back to development
=== release 1.7.1 ===
2015-12-24 Sebastian Dröge <slomo@coaxion.net>
2015-12-24 15:00:41 +0100 Sebastian Dröge <sebastian@centricular.com>
* ChangeLog:
* NEWS:
* RELEASE:
* configure.ac:
releasing 1.7.1
* gst-python.doap:
Release 1.7.1
2015-12-14 13:03:24 +0100 Sebastian Dröge <sebastian@centricular.com>
......
This is GStreamer 1.7.1
This is GStreamer 1.7.2
Release notes for GStreamer Python bindings 1.7.1
Release notes for GStreamer Python bindings 1.7.2
The GStreamer team is pleased to announce the first release of the unstable
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 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
......@@ -13,20 +12,19 @@ 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 ====
You can find source releases of gst-python in the download
directory: http://gstreamer.freedesktop.org/src/gst-python/
directory: https://gstreamer.freedesktop.org/src/gst-python/
The git repository and details how to clone it can be found at
http://cgit.freedesktop.org/gstreamer/gst-python/
==== Homepage ====
The project's website is http://gstreamer.freedesktop.org/
The project's website is https://gstreamer.freedesktop.org/
==== Support and Bugs ====
......@@ -51,7 +49,6 @@ subscribe to the gstreamer-devel list.
Contributors to this release
* Mark Nauwelaerts
* Sebastian Dröge
* Thibault Saunier
\ No newline at end of file
......@@ -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.1.1,
AC_INIT(GStreamer GObject Introspection overrides for Python , 1.7.2,
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.1.1)
AC_SUBST(GST_REQ, 1.7.2)
AC_SUBST(PYGOBJECT_REQ, 3.0)
AC_DISABLE_STATIC
......
......@@ -30,6 +30,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
</GitRepository>
</repository>
<release>
<Version>
<revision>1.7.2</revision>
<branch>master</branch>
<created>2016-02-19</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.7.2.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>1.7.1</revision>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment