Release 0.11.91

This commit is contained in:
Sebastian Dröge 2012-05-13 16:43:25 +02:00
parent b5a9a8ed0d
commit b7c81681f9
7 changed files with 1073 additions and 13 deletions

1035
ChangeLog

File diff suppressed because it is too large Load diff

7
NEWS
View file

@ -1,4 +1,9 @@
This is GStreamer Bad Plug-ins 0.11.90 "Where the good and the bad and the worst and the best have gone to their eternal rest"
This is GStreamer Bad Plug-ins 0.11.91 "Be he alive, or be he dead"
New in 0.11.91:
* Ported asfmux, camerabin, coloreffects, gaudieffects, geometrictransform, hls plugins
* Lots of bugfixes and other improvements
New in 0.11.90:

26
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer Bad Plug-ins 0.11.90 "Where the good and the bad and the worst and the best have gone to their eternal rest"
Release notes for GStreamer Bad Plug-ins 0.11.91 "Be he alive, or be he dead"
@ -58,7 +58,8 @@ contains a set of well-supported plug-ins, but might pose problems for
Features of this release
* Lots of bugfixes, cleanup and other improvements
* Ported asfmux, camerabin, coloreffects, gaudieffects, geometrictransform, hls plugins
* Lots of bugfixes and other improvements
There were no bugs fixed in this release
@ -89,14 +90,29 @@ Applications
Contributors to this release
* Aleix Conchillo Flaque
* Alessandro Decina
* Andoni Morales Alastruey
* Arun Raghavan
* Edward Hervey
* Gil Pedersen
* Jacob Meuser
* Julian Scheel
* Luis de Bethencourt
* Marc-André Lureau
* Mark Nauwelaerts
* Olivier Crête
* Matej Knopp
* Patricia Muscalu
* Raimo Järvi
* Reynaldo H. Verdejo Pinochet
* Sebastian Dröge
* Stefan Sauer
* Sebastian Rasmussen
* Sreerenj Balachandran
* Thiago Santos
* Thibault Saunier
* Tim-Philipp Müller
* Wim Taymans
* uraeus
* Wind Yuan
* Youness Alaoui
* Руслан Ижбулатов
 

2
common

@ -1 +1 @@
Subproject commit 3429ba64cfe418492a9192496d7d23004c0d0872
Subproject commit dc702037b0490052dfc1fa5a3e5890bd55cf7b34

View file

@ -3,7 +3,7 @@ AC_PREREQ(2.62)
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 Bad Plug-ins, 0.11.90.1,
AC_INIT(GStreamer Bad Plug-ins, 0.11.91,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-bad)

View file

@ -33,6 +33,16 @@ real live maintainer, or some actual wide use.
</GitRepository>
</repository>
<release>
<Version>
<revision>0.11.91</revision>
<branch>0.11</branch>
<name>Be he alive, or be he dead</name>
<created>2012-05-13</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.11.91.tar.xz" />
</Version>
</release>
<release>
<Version>
<revision>0.11.90</revision>

View file

@ -24,7 +24,7 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins git"
#define GST_PACKAGE_NAME "GStreamer Bad Plug-ins source release"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
@ -199,7 +199,7 @@
#undef USE_POISONING
/* Version number of package */
#define VERSION "0.11.90.1"
#define VERSION "0.11.91"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */