Release 1.10.2
authorSebastian Dröge <sebastian@centricular.com>
Tue, 29 Nov 2016 14:21:53 +0000 (16:21 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Tue, 29 Nov 2016 14:21:53 +0000 (16:21 +0200)
23 files changed:
ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/inspect/plugin-a52dec.xml
docs/plugins/inspect/plugin-amrnb.xml
docs/plugins/inspect/plugin-amrwbdec.xml
docs/plugins/inspect/plugin-asf.xml
docs/plugins/inspect/plugin-cdio.xml
docs/plugins/inspect/plugin-dvdlpcmdec.xml
docs/plugins/inspect/plugin-dvdread.xml
docs/plugins/inspect/plugin-dvdsub.xml
docs/plugins/inspect/plugin-lame.xml
docs/plugins/inspect/plugin-mad.xml
docs/plugins/inspect/plugin-mpeg2dec.xml
docs/plugins/inspect/plugin-mpg123.xml
docs/plugins/inspect/plugin-realmedia.xml
docs/plugins/inspect/plugin-siddec.xml
docs/plugins/inspect/plugin-twolame.xml
docs/plugins/inspect/plugin-x264.xml
docs/plugins/inspect/plugin-xingmux.xml
gst-plugins-ugly.doap
win32/common/config.h

index 5d9e018cc106bb0947b2ae69b3f3c16961a2f6e1..5b204cab3bce86651ae8a93f7d5558bb581dbf58 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,162 @@
+=== release 1.10.2 ===
+
+2016-11-29  Sebastian Dröge <slomo@coaxion.net>
+
+       * configure.ac:
+         releasing 1.10.2
+
+2016-11-29 14:10:05 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/hr.po:
+       * po/id.po:
+       * po/sv.po:
+         po: Update translations
+
+2016-11-25 12:41:03 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Allow 64bit sizes for DATA object
+         we *can* have files greater than 4GB, any other object should be
+         smaller than that
+
+2016-11-25 10:07:35 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Add sanity check for asf_stream_audio
+         We should have enough bytes for the specified codec_data
+         https://bugzilla.gnome.org/show_bug.cgi?id=775070
+
+2016-11-25 09:45:04 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Add sanity checks when reading asf_stream_video_format
+         It should report a size of at least 40 bytes
+         Also check for the size of the remaining data (i.e. codec_data)
+         https://bugzilla.gnome.org/show_bug.cgi?id=775070
+
+2016-11-25 09:44:05 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Add check for invalid/corrupt asf object
+         An asf object can't realistically be bigger than 2**32 bytes.
+         If it reports a size bigger than that, consider it corrupt and properly
+         propagate the error back.
+         https://bugzilla.gnome.org/show_bug.cgi?id=775070
+
+2016-11-22 17:14:44 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Handle EOS in push-mode on corrupted files
+         It is possible no streams were activated when receiving EOS, if so
+         handled it as if we hadn't seen the header
+         https://bugzilla.gnome.org/show_bug.cgi?id=774846
+
+2016-11-22 16:56:04 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+       * gst/asfdemux/gstasfdemux.h:
+         asfdemux: FILE headers are mandatory in the header
+         As per the specification, also avoids ending up trying to play a
+         file with plenty of un-initialized values.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774846
+
+2016-11-22 16:54:26 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Handle incomplete header in pull mode
+         pulling headers is meant to complete as a whole. If we don't have
+         enough data, it's an error.
+         Avoids pipeline hangs on corrupted files
+         https://bugzilla.gnome.org/show_bug.cgi?id=774846
+
+2016-11-22 16:22:49 +0100  Edward Hervey <edward@centricular.com>
+
+       * gst/asfdemux/gstasfdemux.c:
+         asfdemux: Handle issues with "empty" files
+         In some corrupted files, we could end up with no actual streams
+         being exposed.
+         In those cases, make sure we properly propagate the failure all
+         the way to the loop function. This avoids ending up in cases where
+         we are neither EOS'd nor ERROR'd out from a pipeline point of view.
+         https://bugzilla.gnome.org/show_bug.cgi?id=774846
+
+2016-11-20 14:53:32 +0000  Tim-Philipp Müller <tim@centricular.com>
+
+       * meson.build:
+         meson: update version
+
 === release 1.10.1 ===
 
-2016-11-17  Sebastian Dröge <slomo@coaxion.net>
+2016-11-17 15:55:50 +0200  Sebastian Dröge <sebastian@centricular.com>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.10.1
+       * docs/plugins/inspect/plugin-a52dec.xml:
+       * docs/plugins/inspect/plugin-amrnb.xml:
+       * docs/plugins/inspect/plugin-amrwbdec.xml:
+       * docs/plugins/inspect/plugin-asf.xml:
+       * docs/plugins/inspect/plugin-cdio.xml:
+       * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
+       * docs/plugins/inspect/plugin-dvdread.xml:
+       * docs/plugins/inspect/plugin-dvdsub.xml:
+       * docs/plugins/inspect/plugin-lame.xml:
+       * docs/plugins/inspect/plugin-mad.xml:
+       * docs/plugins/inspect/plugin-mpeg2dec.xml:
+       * docs/plugins/inspect/plugin-mpg123.xml:
+       * docs/plugins/inspect/plugin-realmedia.xml:
+       * docs/plugins/inspect/plugin-siddec.xml:
+       * docs/plugins/inspect/plugin-twolame.xml:
+       * docs/plugins/inspect/plugin-x264.xml:
+       * docs/plugins/inspect/plugin-xingmux.xml:
+       * gst-plugins-ugly.doap:
+       * win32/common/config.h:
+         Release 1.10.1
+
+2016-11-17 15:06:59 +0200  Sebastian Dröge <sebastian@centricular.com>
+
+       * po/af.po:
+       * po/az.po:
+       * po/bg.po:
+       * po/ca.po:
+       * po/cs.po:
+       * po/da.po:
+       * po/de.po:
+       * po/el.po:
+       * po/en_GB.po:
+       * po/eo.po:
+       * po/es.po:
+       * po/eu.po:
+       * po/fi.po:
+       * po/fr.po:
+       * po/gl.po:
+       * po/hr.po:
+       * po/hu.po:
+       * po/id.po:
+       * po/it.po:
+       * po/ja.po:
+       * po/lt.po:
+       * po/lv.po:
+       * po/ms.po:
+       * po/mt.po:
+       * po/nb.po:
+       * po/nl.po:
+       * po/or.po:
+       * po/pl.po:
+       * po/pt_BR.po:
+       * po/ro.po:
+       * po/ru.po:
+       * po/sk.po:
+       * po/sl.po:
+       * po/sq.po:
+       * po/sr.po:
+       * po/sv.po:
+       * po/tr.po:
+       * po/uk.po:
+       * po/vi.po:
+       * po/zh_CN.po:
+         Update .po files
 
 2016-11-17 14:46:41 +0200  Sebastian Dröge <sebastian@centricular.com>
 
diff --git a/NEWS b/NEWS
index 23b5ab712de5ccffc95c6d60f8da037b9b8d028d..815dee3b5e80136bd753e2c8b3727445109e9123 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,8 @@
 # GStreamer 1.10 Release Notes
 
 GStreamer 1.10.0 was originally released on 1st November 2016.
-The latest bug-fix release in the 1.10 series is [1.10.1](#1.10.1) and was
-released on 17 November 2016.
+The latest bug-fix release in the 1.10 series is [1.10.2](#1.10.2) and was
+released on 29 November 2016.
 
 The GStreamer team is proud to announce a new major feature release in the
 stable 1.x API series of your favourite cross-platform multimedia framework!
@@ -13,7 +13,7 @@ improvements.
 See [https://gstreamer.freedesktop.org/releases/1.10/][latest] for the latest
 version of this document.
 
-*Last updated: Tuesday 17 Nov 2016, 15:00 UTC [(log)][gitlog]*
+*Last updated: Tuesday 29 Nov 2016, 12:30 UTC [(log)][gitlog]*
 
 [latest]: https://gstreamer.freedesktop.org/releases/1.10/
 [gitlog]: https://cgit.freedesktop.org/gstreamer/www/log/src/htdocs/releases/1.10/release-notes-1.10.md
@@ -1084,7 +1084,7 @@ This release only contains bugfixes and it should be safe to update from 1.10.x.
 
 #### Major bugfixes in 1.10.1
 
- - Security-relevant bugfix in the vmnc decoder (no CVE)
+ - Security-relevant bugfix in the vmnc decoder (CVE-2016-9445, CVE-2016-9446)
  - Various bugfixes to playbin3/decodebin3
  - Fix error at the end of playing any WAV file
  - Fix usability of androidmedia plugin if the camera or sensor API is not
@@ -1099,6 +1099,31 @@ GIT logs or ChangeLogs of the particular modules.
 
 [buglist-1.10.1]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=168172&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.1
 
+<a name="1.10.2"></a>
+
+### 1.10.2
+
+The first 1.10 bug-fix release (1.10.2) was released on 29 November 2016.
+This release only contains bugfixes and it should be safe to update from 1.10.x.
+
+#### Major bugfixes in 1.10.2
+
+ - Security-relevant bugfix in the FLI/FLX/FLC decoder (CVE-2016-9634,
+   CVE-2016-9635, CVE-2016-9636)
+ - Various fixes for crashes, assertions and other failures on fuzzed input
+   files (among others, thanks to Hanno Böck for testing and reporting)
+ - SAVP/SAVPF profile in gst-rtsp-server works for live streams again, and the
+   correct MIKEY policy message is generated
+ - Further OpenGL related bugfixes
+ - gst-libav was updated to ffmpeg 3.2.1
+ - ... and many, many more!
+
+For a full list of bugfixes see [Bugzilla][buglist-1.10.2]. 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.10.2]: https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=168172&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.10.2
+
 ## Known Issues
 
 - iOS builds with iOS 6 SDK and old C++ STL. You need to select iOS 6 instead
diff --git a/RELEASE b/RELEASE
index 0210cd87fd95c378c6a2510af20a9a37cd4e8b60..96dd44b91151182f1a0b6901d8c5c15f6e8e2ef2 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,11 +1,11 @@
 
-Release notes for GStreamer Ugly Plugins 1.10.1
+Release notes for GStreamer Ugly Plugins 1.10.2
 
-The GStreamer team is proud to announce the first bugfix release in the stable
+The GStreamer team is proud to announce the second bugfix release in the stable
 1.10 release series of your favourite cross-platform multimedia framework!
 
 
-This release only contains bugfixes and it is safe to update from 1.10.0. For a
+This release only contains bugfixes and it is safe to update from 1.10.x. For a
 full list of bugfixes see Bugzilla.
 
 
@@ -55,6 +55,11 @@ contains a set of codecs plugins based on libav (formerly gst-ffmpeg)
 
   
 
+Bugs fixed in this release
+     
+      * 774846 : asfdemux: Timeouts with corrupted files
+      * 775070 : asfdemux: ASF object size checks
+
 ==== Download ====
 
 You can find source releases of gst-plugins-ugly in the download
@@ -90,6 +95,7 @@ subscribe to the gstreamer-devel list.
         
 Contributors to this release
     
+      * Edward Hervey
       * Sebastian Dröge
       * Tim-Philipp Müller
  
\ No newline at end of file
index c2ebb0147f0ae655faac3cbb2d8997cbd7c1e006..e198167a4acf54ecacae7d68451e9c5d55d5886d 100644 (file)
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
 dnl initialize autoconf
 dnl releases only do -Wall, cvs and prerelease does -Werror too
 dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT([GStreamer Ugly Plug-ins],[1.10.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
+AC_INIT([GStreamer Ugly Plug-ins],[1.10.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer],[gst-plugins-ugly])
 
 AG_GST_INIT
 
@@ -42,7 +42,7 @@ AC_SUBST(GST_API_VERSION)
 AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
   [GStreamer API Version])
 
-AS_LIBTOOL(GST, 1001, 0, 1001)
+AS_LIBTOOL(GST, 1002, 0, 1002)
 
 dnl *** required versions of GStreamer stuff ***
 GST_REQ=1.10.0
index 35dddcead1350c71bdfe85b14f2aa48bd42c5501..da894ec5fd941b0dd9aee8d7e4b42c20094ae74b 100644 (file)
@@ -3,7 +3,7 @@
   <description>Decodes ATSC A/52 encoded audio streams</description>
   <filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
   <basename>libgsta52dec.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 245bdcee1838211031237a2fa44c97147a247963..3666a1b10357836f48b518df9b9e6f9c79358096 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adaptive Multi-Rate Narrow-Band</description>
   <filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
   <basename>libgstamrnb.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 6b93b935bef5f85666d4023184a531487ab934ea..d05430686d0adeaa799afc681851e5d52dd3ab5e 100644 (file)
@@ -3,7 +3,7 @@
   <description>Adaptive Multi-Rate Wide-Band Decoder</description>
   <filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
   <basename>libgstamrwbdec.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>unknown</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 8f4eb6de1b48256390b00f3cbfb601e48952a695..87fe8c8687bc640bc3053301db503427ec8f5813 100644 (file)
@@ -3,7 +3,7 @@
   <description>Demuxes and muxes audio and video in Microsofts ASF format</description>
   <filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
   <basename>libgstasf.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index aa8bde28c8e452073bd7ecc88cd39b6aafaea4ba..00e25e8e97e62261ab5733f5d0e13d1c9e14962b 100644 (file)
@@ -3,7 +3,7 @@
   <description>Read audio from audio CDs</description>
   <filename>../../ext/cdio/.libs/libgstcdio.so</filename>
   <basename>libgstcdio.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 78663eb1c31bd3850df1cab5c550d16c2ebc6a66..75822d1a95e72280bb484eca8567c01aa4453b92 100644 (file)
@@ -3,7 +3,7 @@
   <description>Decode DVD LPCM frames into standard PCM</description>
   <filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
   <basename>libgstdvdlpcmdec.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index cce61b77ecc284f9167c75961a614d1b244bebe5..62f25c48c68543a9bbd6664522d9e9be1836a2f2 100644 (file)
@@ -3,7 +3,7 @@
   <description>Access a DVD with dvdread</description>
   <filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
   <basename>libgstdvdread.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 3e6d430c167ce8a0aa841776a9eba9a105aba712..652705beaec6bd6571887dfb7a403711837e9f0c 100644 (file)
@@ -3,7 +3,7 @@
   <description>DVD subtitle parser and decoder</description>
   <filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
   <basename>libgstdvdsub.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 9bb8cf2064269364de2167324d76507f6f5967f5..7919f3b2f579139e2a567aae5be2388ecd721083 100644 (file)
@@ -3,7 +3,7 @@
   <description>Encode MP3s with LAME</description>
   <filename>../../ext/lame/.libs/libgstlame.so</filename>
   <basename>libgstlame.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index e332d10c1d55c20c2d3927e01947cb5e8826ea81..4972d83df822c7a499561d91a62b20210480c616 100644 (file)
@@ -3,7 +3,7 @@
   <description>mp3 decoding based on the mad library</description>
   <filename>../../ext/mad/.libs/libgstmad.so</filename>
   <basename>libgstmad.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index f631ae85ae0fc1ae0c0cbc3d4dc04fd5f8bdf1b3..f04231b42da445e7baa719ad9d94ef141dc7696a 100644 (file)
@@ -3,7 +3,7 @@
   <description>LibMpeg2 decoder</description>
   <filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
   <basename>libgstmpeg2dec.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 49ce2bd16e5933d6a628fc7b0d7b61601031f2dc..d77b275e01b46d9330a1adf72f734f700a6abfc1 100644 (file)
@@ -3,7 +3,7 @@
   <description>mp3 decoding based on the mpg123 library</description>
   <filename>../../ext/mpg123/.libs/libgstmpg123.so</filename>
   <basename>libgstmpg123.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index d7ca3e565428bc2eb8222a705c8bac3b6963a74d..5ad3a09586305bc3ff1fcd26e24e6d380f8a83a8 100644 (file)
@@ -3,7 +3,7 @@
   <description>RealMedia support plugins</description>
   <filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
   <basename>libgstrmdemux.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 7cb4ad305f14509f4d7858430be5d29345002d46..8f8edc2dd0d67bfb863813cf7e30b754fce890c4 100644 (file)
@@ -3,7 +3,7 @@
   <description>Uses libsidplay to decode .sid files</description>
   <filename>../../ext/sidplay/.libs/libgstsid.so</filename>
   <basename>libgstsid.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 5885fde035ef698d1945813b46a00df6c3162458..4029cf20f288ab5a7afda3740bfac07908e04361 100644 (file)
@@ -3,7 +3,7 @@
   <description>Encode MP2s with TwoLAME</description>
   <filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
   <basename>libgsttwolame.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 0d27778b3b9126f94aaa90487c420edb0ff061d2..f5a12623dc5ae6a1a6f5b1b87cedd8b55a0db281 100644 (file)
@@ -3,7 +3,7 @@
   <description>libx264-based H264 plugins</description>
   <filename>../../ext/x264/.libs/libgstx264.so</filename>
   <basename>libgstx264.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>GPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 2e77d571e44ac4bd24ada97c61ed222be9261db2..b07e109156df9a9107af15fda7c7f2f75e315310 100644 (file)
@@ -3,7 +3,7 @@
   <description>Add XING tags to mpeg audio files</description>
   <filename>../../gst/xingmux/.libs/libgstxingmux.so</filename>
   <basename>libgstxingmux.so</basename>
-  <version>1.10.1</version>
+  <version>1.10.2</version>
   <license>LGPL</license>
   <source>gst-plugins-ugly</source>
   <package>GStreamer Ugly Plug-ins source release</package>
index 7e63007bc9c9d9464a9885f5afc20817f286b1d9..d5bbedbd93f2eb9bb4766fc204d7bb83b3bda32d 100644 (file)
@@ -33,6 +33,16 @@ might be widely known to present patent problems.
    </GitRepository>
  </repository> 
 
+  <release>
+  <Version>
+   <revision>1.10.2</revision>
+   <branch>1.10</branch>
+   <name></name>
+   <created>2016-11-29</created>
+   <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.10.2.tar.xz" />
+  </Version>
+ </release>
+
   <release>
   <Version>
    <revision>1.10.1</revision>
index e1c40ad5f031c308741195943d6453b7dcb81a66..6ca3876b85ce2712bae3624b371beb2724e66714 100644 (file)
@@ -67,7 +67,7 @@
 #define GST_PACKAGE_ORIGIN "Unknown package origin"
 
 /* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2016-11-17"
+#define GST_PACKAGE_RELEASE_DATETIME "2016-11-29"
 
 /* Define if static plugins should be built */
 #undef GST_PLUGIN_BUILD_STATIC
 #define PACKAGE_NAME "GStreamer Ugly Plug-ins"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.10.1"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.10.2"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "gst-plugins-ugly"
 #undef PACKAGE_URL
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "1.10.1"
+#define PACKAGE_VERSION "1.10.2"
 
 /* directory where plugins are located */
 #ifdef _DEBUG
 #undef TARGET_CPU
 
 /* Version number of package */
-#define VERSION "1.10.1"
+#define VERSION "1.10.2"
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */