mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
Release 1.6.0
This commit is contained in:
parent
1d02193f47
commit
736cc553f4
5 changed files with 40 additions and 24 deletions
23
ChangeLog
23
ChangeLog
|
@ -1,9 +1,26 @@
|
|||
=== release 1.5.2 ===
|
||||
=== release 1.6.0 ===
|
||||
|
||||
2015-06-24 Thibault Saunier <tsaunier@gnome.org>
|
||||
2015-09-25 Thibault Saunier <tsaunier@gnome.org>
|
||||
|
||||
* configure.ac:
|
||||
releasing 1.5.2
|
||||
releasing 1.6.0
|
||||
|
||||
2015-06-24 17:44:44 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||
|
||||
* configure.ac:
|
||||
Back to development
|
||||
|
||||
=== release 1.5.2 ===
|
||||
|
||||
2015-06-24 17:44:30 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||
|
||||
* ChangeLog:
|
||||
* NEWS:
|
||||
* RELEASE:
|
||||
* configure.ac:
|
||||
* gst-python.doap:
|
||||
* testsuite/__init__.py:
|
||||
Release 1.5.2
|
||||
|
||||
2015-04-24 10:35:14 +0200 Thibault Saunier <tsaunier@gnome.org>
|
||||
|
||||
|
|
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
|||
This is GStreamer overrides for PyGobject 1.5.2 release
|
||||
This is GStreamer overrides for PyGobject 1.6.0 release
|
||||
|
|
26
RELEASE
26
RELEASE
|
@ -1,19 +1,10 @@
|
|||
Release notes for GStreamer Python bindings 1.6.0
|
||||
|
||||
Release notes for GStreamer Python bindings 1.5.2
|
||||
The GStreamer team is pleased to announce the first release of
|
||||
the stable 1.4 release series.
|
||||
|
||||
There were no bugs fixed in this release
|
||||
|
||||
The GStreamer team is proud to announce a new development release
|
||||
in the 1.5.x stable series of the GstPython PyGObject overrides.
|
||||
|
||||
|
||||
|
||||
|
||||
Features of this release
|
||||
|
||||
|
||||
Bugs fixed in this release
|
||||
|
||||
* 738157 : Same plugin name used for Python 3 and Python 2 plugins in Python
|
||||
|
||||
==== Download ====
|
||||
|
||||
|
@ -47,11 +38,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
|
||||
|
||||
* 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.5.2.1,
|
||||
AC_INIT(GStreamer GObject Introspection overrides for Python , 1.6.0,
|
||||
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.5.1)
|
||||
AC_SUBST(GST_REQ, 1.6.0)
|
||||
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.6.0</revision>
|
||||
<branch>1.6</branch>
|
||||
<created>2015-09-25</created>
|
||||
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.6.0.tar.xz" />
|
||||
</Version>
|
||||
</release>
|
||||
|
||||
<release>
|
||||
<Version>
|
||||
<revision>1.5.2</revision>
|
||||
|
|
Loading…
Reference in a new issue