mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 00:36:51 +00:00
Release 1.7.91
This commit is contained in:
parent
f783017629
commit
0bf0e6f7e6
5 changed files with 28 additions and 12 deletions
17
ChangeLog
17
ChangeLog
|
@ -1,9 +1,20 @@
|
||||||
=== release 1.7.90 ===
|
=== release 1.7.91 ===
|
||||||
|
|
||||||
2016-03-01 Sebastian Dröge <slomo@coaxion.net>
|
2016-03-15 Sebastian Dröge <slomo@coaxion.net>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
releasing 1.7.90
|
releasing 1.7.91
|
||||||
|
|
||||||
|
=== release 1.7.90 ===
|
||||||
|
|
||||||
|
2016-03-01 18:53:59 +0200 Sebastian Dröge <sebastian@centricular.com>
|
||||||
|
|
||||||
|
* ChangeLog:
|
||||||
|
* NEWS:
|
||||||
|
* RELEASE:
|
||||||
|
* configure.ac:
|
||||||
|
* gst-python.doap:
|
||||||
|
Release 1.7.90
|
||||||
|
|
||||||
2016-02-27 11:16:00 +0000 Hanno Boeck <hanno@hboeck.de>
|
2016-02-27 11:16:00 +0000 Hanno Boeck <hanno@hboeck.de>
|
||||||
|
|
||||||
|
|
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
||||||
This is GStreamer 1.7.90
|
This is GStreamer 1.7.91
|
||||||
|
|
8
RELEASE
8
RELEASE
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
Release notes for GStreamer Python bindings 1.7.90
|
Release notes for GStreamer Python bindings 1.7.91
|
||||||
|
|
||||||
The GStreamer team is pleased to announce the first release candidate of the stable
|
The GStreamer team is pleased to announce the second release candidate of the stable
|
||||||
1.8 release series. The 1.8 release series is adding new features on top of
|
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
|
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.
|
series of the GStreamer multimedia framework.
|
||||||
|
@ -12,10 +12,6 @@ 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 ====
|
==== Download ====
|
||||||
|
|
||||||
You can find source releases of gst-python in the download
|
You can find source releases of gst-python in the download
|
||||||
|
|
|
@ -3,7 +3,7 @@ AC_PREREQ([2.68])
|
||||||
dnl initialize autoconf
|
dnl initialize autoconf
|
||||||
dnl when going to/from release please set the nano (fourth number) right !
|
dnl when going to/from release please set the nano (fourth number) right !
|
||||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||||
AC_INIT(GStreamer GObject Introspection overrides for Python , 1.7.90,
|
AC_INIT(GStreamer GObject Introspection overrides for Python , 1.7.91,
|
||||||
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
|
||||||
gst-python)
|
gst-python)
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4")
|
||||||
|
|
||||||
dnl required versions of other packages
|
dnl required versions of other packages
|
||||||
dnl Note that they are runtime requirements
|
dnl Note that they are runtime requirements
|
||||||
AC_SUBST(GST_REQ, 1.7.90)
|
AC_SUBST(GST_REQ, 1.7.91)
|
||||||
AC_SUBST(PYGOBJECT_REQ, 3.0)
|
AC_SUBST(PYGOBJECT_REQ, 3.0)
|
||||||
|
|
||||||
AC_DISABLE_STATIC
|
AC_DISABLE_STATIC
|
||||||
|
|
|
@ -30,6 +30,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
|
||||||
</GitRepository>
|
</GitRepository>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
||||||
|
<release>
|
||||||
|
<Version>
|
||||||
|
<revision>1.7.91</revision>
|
||||||
|
<branch>master</branch>
|
||||||
|
<created>2016-03-15</created>
|
||||||
|
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.7.91.tar.xz" />
|
||||||
|
</Version>
|
||||||
|
</release>
|
||||||
|
|
||||||
<release>
|
<release>
|
||||||
<Version>
|
<Version>
|
||||||
<revision>1.7.90</revision>
|
<revision>1.7.90</revision>
|
||||||
|
|
Loading…
Reference in a new issue