diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-08-19 12:54:11 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-08-19 12:54:11 +0300 |
commit | f9ac0dfcd6333f3d06952346a4ddb02205b3ce1e (patch) | |
tree | 49d5bac4635a2cea035e873e4b2781928247ad11 | |
parent | 1c6a57b0d1f8b3f16d67a8cdb39bafc22c7b3b51 (diff) |
-rw-r--r-- | ChangeLog | 75 | ||||
-rw-r--r-- | NEWS | 37 | ||||
-rw-r--r-- | RELEASE | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | gst-python.doap | 9 |
5 files changed, 46 insertions, 83 deletions
@@ -1,9 +1,20 @@ +=== release 1.8.3 === + +2016-08-19 Sebastian Dröge <slomo@coaxion.net> + + * configure.ac: + releasing 1.8.3 + === release 1.8.2 === -2016-06-09 Sebastian Dröge <slomo@coaxion.net> +2016-06-09 11:52:45 +0300 Sebastian Dröge <sebastian@centricular.com> + * ChangeLog: + * NEWS: + * RELEASE: * configure.ac: - releasing 1.8.2 + * gst-python.doap: + Release 1.8.2 === release 1.8.1 === @@ -213,7 +224,6 @@ 2015-04-24 09:37:24 +0200 Thibault Saunier <tsaunier@gnome.org> * testsuite/Makefile.am: - * testsuite/old/test_fraction.py: * testsuite/test_fraction.py: tests: Add test_fraction back in the testsuite Properly porting it and adding a small test about getting fraction @@ -259,33 +269,7 @@ * testsuite/old/testhelpermodule.c: * testsuite/overrides_hack.py: * testsuite/runtests.py: - * testsuite/test-object.c: - * testsuite/test-object.h: - * testsuite/test_adapter.py: - * testsuite/test_audio.py: - * testsuite/test_bin.py: - * testsuite/test_buffer.py: - * testsuite/test_bus.py: - * testsuite/test_caps.py: - * testsuite/test_element.py: - * testsuite/test_event.py: - * testsuite/test_fraction.py: - * testsuite/test_ghostpad.py: * testsuite/test_gst.py: - * testsuite/test_interface.py: - * testsuite/test_iterator.py: - * testsuite/test_libtag.py: - * testsuite/test_message.py: - * testsuite/test_pad.py: - * testsuite/test_pbutils.py: - * testsuite/test_pipeline.py: - * testsuite/test_registry.py: - * testsuite/test_segment.py: - * testsuite/test_struct.py: - * testsuite/test_taglist.py: - * testsuite/test_typefind.py: - * testsuite/test_xml.py: - * testsuite/testhelpermodule.c: test: Bring back the testsuite and test if the initialization override works Summary: Simplify the Makefile taking example on pitivi and copy several pitivi @@ -376,39 +360,7 @@ 2014-06-05 19:54:13 +0200 Thibault Saunier <tsaunier@gnome.org> - * examples/.gitignore: - * examples/Makefile.am: - * examples/audio-controller.py: - * examples/audioconcat.py: - * examples/bps.py: - * examples/buffer-draw.py: - * examples/cp.py: - * examples/cutter.py: - * examples/debugslider.py: - * examples/decodebin.py: - * examples/f2f.py: - * examples/filesrc.py: - * examples/fvumeter.py: - * examples/gst-discover: - * examples/gstfile.py: - * examples/helloworld.py: - * examples/maemogst.py: - * examples/mixer.py: - * examples/option-parser.py: - * examples/pipeline-tester: - * examples/play.py: * examples/plugins/python/sinkelement.py: - * examples/pyidentity.py: - * examples/python/sinkelement.py: - * examples/remuxer.py: - * examples/segments.py: - * examples/sinkelement-registry.py: - * examples/sinkelement.py: - * examples/switch.py: - * examples/synchronizer.py: - * examples/tagsetter.py: - * examples/video-controller.py: - * examples/vumeter.py: * old_examples/.gitignore: * old_examples/Makefile.am: * old_examples/audio-controller.py: @@ -1545,7 +1497,6 @@ * configure.ac: * gst/Makefile.am: - * gst/__init__.py: * gst/__init__.py.in: Fix distcheck. Before this change gst/__init__.py wasn't being copied to @@ -1,26 +1,29 @@ -### 1.8.2 +### 1.8.3 -The first 1.8 bug-fix release (1.8.2) was released on 9 June 2016. -This release only contains bugfixes and it should be safe to update from 1.8.0. +The third 1.8 bug-fix release (1.8.3) was released on 19 August 2016. +This release only contains bugfixes and it should be safe to update from 1.8.x. -#### Major bugfixes in 1.8.2 +#### Major bugfixes in 1.8.3 - - Fix vp8enc and flacenc segmentation faults on Windows - - Fix Android build failure due to BSD sed on OS X - - Fix Android build failure with applications targetting API > 20 - - Fix playback of live MS SmoothStreaming streams - - Fix various issues with vtdec and caopengllayersink on OS X - - Fix severe performance degradation in various image decoders - - Fix sample rate negotiation in opusdec - - Fix regression in typefind, causing deadlocks in some situations - - Fix mpegtsmux to set PTS on all output buffers again - - Fix extraction of frame dimensions from SDP in RTP JPEG depayloader - - Fix failure in v4l2videodec when setting of format fails after starting + - Fix Android build scripts on OS X and Windows + - Fix stepping in PAUSED state in certain circumstances + - Fix jackaudiosink hang when exiting + - Fix udpsrc receiving multicast packets not only from the selected + multicast group + - Fix unnecessary decoding of unselected streams in GES + - Fix (multi)udpsink randomly not sending to clients + - Fix ALL\_BOTH probes not considering EVENT\_FLUSH + - Fix average input rate calculations in queue2 + - Fix various locking issues causing deadlock in adaptivedemux + - Fix gst-libav encoders to correctly produce codec\_data in caps + - Add Wayland, Windows and Rasberry Pi support to the QML GL video sink + - Add support for building with OpenH264 1.6 + - Add support for controlling deinterlacing in GES video sources - ... and many, many more! -For a full list of bugfixes see [Bugzilla][buglist-1.8.2]. Note that this is +For a full list of bugfixes see [Bugzilla][buglist-1.8.3]. Note that this is not the full list of changes. For the full list of changes please refer to the GIT logs or ChangeLogs of the particular modules. -[buglist-1.8.2]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=130196&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.2 +[buglist-1.8.3]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=145400&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.3 @@ -1,11 +1,11 @@ -Release notes for GStreamer Python bindings 1.8.2 +Release notes for GStreamer Python bindings 1.8.3 -The GStreamer team is proud to announce the second bugfix release in the stable +The GStreamer team is proud to announce the third bugfix release in the stable 1.8 release series of your favourite cross-platform multimedia framework! -This release only contains bugfixes and it is safe to update from 1.8.1. For a +This release only contains bugfixes and it is safe to update from 1.8.x. For a full list of bugfixes see Bugzilla. diff --git a/configure.ac b/configure.ac index a9503a0..289f98f 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.8.2, +AC_INIT(GStreamer GObject Introspection overrides for Python , 1.8.3, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gst-python) diff --git a/gst-python.doap b/gst-python.doap index 3b0a6f3..56875ea 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.8.3</revision> + <branch>1.8</branch> + <created>2016-08-19</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-python/gst-python-1.8.3.tar.xz" /> + </Version> + </release> + + <release> + <Version> <revision>1.8.2</revision> <branch>1.8</branch> <created>2016-06-09</created> |