Skip to content
Snippets Groups Projects
Commit 979a6a33 authored by Sebastian Dröge's avatar Sebastian Dröge
Browse files

Release 0.11.91

parent c0c9e880
No related branches found
No related merge requests found
This diff is collapsed.
This is GStreamer Good Plug-ins 0.11.90 "From grief and moan to a gold throne"
This is GStreamer Good Plug-ins 0.11.91 "I smell the blood of an Englishman"
New features in 0.11.91:
* Ported flx, dv1394, oss and oss4 plugins
* Lots of bugfixes and other improvements
New features in 0.11.90:
......
Release notes for GStreamer Good Plug-ins 0.11.90 "From grief and moan to a gold throne"
Release notes for GStreamer Good Plug-ins 0.11.91 "I smell the blood of an Englishman"
......@@ -52,8 +52,8 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
* Lots of bugfixes, cleanup and other improvements
* The interleave/deinterleave plugin was ported to 0.11
* Ported flx, dv1394, oss and oss4 plugins
* Lots of bugfixes and other improvements
There were no bugs fixed in this release
......@@ -84,15 +84,23 @@ Applications
Contributors to this release
* Alexander Saprykin
* Alban Browaeys
* Bastien Nocera
* Chris Pankow
* Edward Hervey
* Luis de Bethencourt
* Mark Nauwelaerts
* Nicolas Dufresne
* Olivier Crête
* Raimo Järvi
* Mart Raudsepp
* Pascal Buhler
* Peter Seiderer
* Sebastian Dröge
* Stefan Sauer
* Thiago Santos
* Tim-Philipp Müller
* Vincent Penquerc'h
* Víctor Manuel Jáquez Leal
* Wim Taymans
* Youness Alaoui
* idc-dragon
* uraeus
* Руслан Ижбулатов
\ No newline at end of file
common @ dc702037
Subproject commit 3429ba64cfe418492a9192496d7d23004c0d0872
Subproject commit dc702037b0490052dfc1fa5a3e5890bd55cf7b34
......@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre
AC_INIT(GStreamer Good Plug-ins, 0.11.90.1,
AC_INIT(GStreamer Good Plug-ins, 0.11.91,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)
......
......@@ -32,6 +32,16 @@ the plug-in code, LGPL or LGPL-compatible for the supporting library).
</GitRepository>
</repository>
<release>
<Version>
<revision>0.11.91</revision>
<branch>0.11</branch>
<name>I smell the blood of an Englishman</name>
<created>2012-05-13</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-0.11.91.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>0.11.90</revision>
......
......@@ -58,7 +58,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2012-04-12"
#define GST_PACKAGE_RELEASE_DATETIME "2012-05-13"
/* struct v4l2_buffer missing */
#undef GST_V4L2_MISSING_BUFDECL
......@@ -369,7 +369,7 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.90"
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.11.91"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
......@@ -378,7 +378,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.11.90"
#define PACKAGE_VERSION "0.11.91"
/* directory where plugins are located */
#ifdef _DEBUG
......@@ -409,7 +409,7 @@
#undef STDC_HEADERS
/* Version number of package */
#define VERSION "0.11.90"
#define VERSION "0.11.91"
/* old wavpack API */
#undef WAVPACK_OLD_API
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment