summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2014-10-20 11:24:58 +0200
committerThibault Saunier <tsaunier@gnome.org>2014-10-20 11:24:58 +0200
commit0ff3c63dd90dd429a383da36413521ac73dc5725 (patch)
treeadb01d136b45886f0ad98c75d4ccadd83074c110
parent6e7af72aa36332b7f6f117252b9bc016871dc489 (diff)
Release 1.4.0gst-python-1.4.0
-rw-r--r--ChangeLog25
-rw-r--r--NEWS2
-rw-r--r--RELEASE27
-rw-r--r--configure.ac2
-rw-r--r--gst-python.doap9
5 files changed, 43 insertions, 22 deletions
diff --git a/ChangeLog b/ChangeLog
index 8c106d3189..19e579a6da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,30 @@
+=== release 1.4.0 ===
+
+2014-10-20 Thibault Saunier <tsaunier@gnome.org>
+
+ * configure.ac:
+ releasing 1.4.0
+
+2014-10-19 13:34:59 +0200 Sebastian Dröge <sebastian@centricular.com>
+
+ * plugin/gstpythonplugin.c:
+ pythonplugin: Fix compiler warning about unused format string argument
+ CC libgstpythonplugin_la-gstpythonplugin.lo
+ gstpythonplugin.c:192:65: warning: data argument not used by format string
+ [-Wformat-extra-args]
+ GST_DEBUG ("GST_PLUGIN_SYSTEM_PATH set to %s", plugin_path, plugin_path);
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
+
=== release 1.3.90 ===
-2014-09-24 Thibault Saunier <tsaunier@gnome.org>
+2014-09-24 11:13:45 +0200 Thibault Saunier <tsaunier@gnome.org>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.3.90
+ * gst-python.doap:
+ Release 1.3.90
2014-06-10 16:04:15 +0200 Rico Tzschichholz <ricotz@ubuntu.com>
diff --git a/NEWS b/NEWS
index c67ea4d51b..331695fdb6 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-This is GStreamer overrides for PyGobject 1.3.90 release
+This is GStreamer overrides for PyGobject 1.4.0 release
diff --git a/RELEASE b/RELEASE
index c142044955..bbc19a8763 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,26 +1,21 @@
-Release notes for GStreamer Python bindings 1.3.90
+Release notes for GStreamer Python bindings 1.4.0
-The GStreamer team is pleased to announce the first release candidate of
-the stable 1.4 release series. The 1.4 release series is adding new features
-on top of the 1.0 and 1.2 series and is part of the API and ABI-stable 1.x
-release series of the Gstreamer overrides for PyGobject.
+The GStreamer team is proud to announce a new feature release
+in the 1.0.x stable series of the GStreamer Python Bindings.
-This release candidate will hopefully shortly be followed by the stable 1.4.0
-release if no bigger regressions or bigger issues are detected, and enough
-testing of the release candidate happened.
+This new version introduces the possibility to write GStreamer
+elements in python and get them registered in the GstRegistry.
+This means those elements will then be usable by any application
+that uses GStreamer, whatever language their are built with.
-Bugs fixed in this release
-
- * 723767 : Port Python-element loader plugin to 1.0
- * 729123 : sdp: GstSdp.SDPMessage.parse_buffer needs a guint8* + annotation corrections
- * 730596 : gst-python overrides broke due to a recent change in pygobject
- * 731008 : gst-python: Implement TIME_ARGS helper
+There were no bugs fixed in this release
+
==== Download ====
@@ -59,9 +54,5 @@ Applications
Contributors to this release
- * Christoph Reiter
- * Lubosz Sarnecki
- * Rico Tzschichholz
* Sebastian Dröge
- * Thibault Saunier
  \ No newline at end of file
diff --git a/configure.ac b/configure.ac
index 2c30a52d08..5617a38ddf 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.3.90,
+AC_INIT(GStreamer GObject Introspection overrides for Python , 1.4.0,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-python)
diff --git a/gst-python.doap b/gst-python.doap
index 867cba2e9e..495ebb5723 100644
--- a/gst-python.doap
+++ b/gst-python.doap
@@ -32,6 +32,15 @@ GStreamer Python Bindings is a set of overrides and Gst fundamental types handli
<release>
<Version>
+ <revision>1.4.0</revision>
+ <branch>1.4.0</branch>
+ <created>2014-10-20</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.4.0.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.3.90</revision>
<branch>1.3.90</branch>
<created>2014-09-24</created>