mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Release 1.7.2
This commit is contained in:
parent
7b627c499d
commit
53934de37c
5 changed files with 47 additions and 13 deletions
34
ChangeLog
34
ChangeLog
|
@ -1,9 +1,37 @@
|
|||
=== release 1.7.1 ===
|
||||
=== release 1.7.2 ===
|
||||
|
||||
2015-12-24 Sebastian Dröge <slomo@coaxion.net>
|
||||
2016-02-19 Sebastian Dröge <slomo@coaxion.net>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.7.1
|
||||
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 15:00:41 +0100 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* gst-python.doap:
|
||||
Release 1.7.1
|
||||
|
||||
2015-12-14 13:03:24 +0100 Sebastian Dröge <sebastian@centricular.com>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
|||
This is GStreamer 1.7.1
|
||||
This is GStreamer 1.7.2
|
||||
|
|
11
RELEASE
11
RELEASE
|
@ -1,8 +1,7 @@
|
|||
|
||||
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
|
||||
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue