diff options
-rw-r--r-- | ChangeLog | 37 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | RELEASE | 17 | ||||
m--------- | common | 0 | ||||
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | po/af.po | 2 | ||||
-rw-r--r-- | po/az.po | 2 | ||||
-rw-r--r-- | po/cs.po | 2 | ||||
-rw-r--r-- | po/en_GB.po | 2 | ||||
-rw-r--r-- | po/hu.po | 2 | ||||
-rw-r--r-- | po/it.po | 2 | ||||
-rw-r--r-- | po/nb.po | 2 | ||||
-rw-r--r-- | po/nl.po | 2 | ||||
-rw-r--r-- | po/or.po | 2 | ||||
-rw-r--r-- | po/sq.po | 2 | ||||
-rw-r--r-- | po/sr.po | 2 | ||||
-rw-r--r-- | po/sv.po | 4 | ||||
-rw-r--r-- | po/uk.po | 2 | ||||
-rw-r--r-- | po/vi.po | 2 |
19 files changed, 47 insertions, 50 deletions
@@ -1,3 +1,10 @@ +=== release 0.9.3 === + +2005-10-03 Thomas Vander Stichele <thomas at apestaart dot org> + + * configure.ac: + Releasing 0.9.3, "Porthos" + 2005-09-28 Wim Taymans <wim@fluendo.com> * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header): @@ -16,9 +23,6 @@ * PORTED_09: Gsmdec ported to 0.9. - - - 2005-09-22 Arwed v. Merkatz <v.merkatz@gmx.net> * configure.ac: @@ -37,25 +41,26 @@ 2005-09-20 Flavio Oliveira <flavio.oliveira@indt.org.br> - * ext/gsm/gstgsmenc.c: - Setting caps on the outgoing buffers. - Need to fix: rtpencoder does not know what it is handling and errors out + * ext/gsm/gstgsmenc.c: + Setting caps on the outgoing buffers. + Need to fix: rtpencoder does not know what it is handling and + errors out 2005-09-20 Edgard Lima <edgard.lima@indt.org.br> - * configure.ac: - * ext/sdl/Makefile.am: - Fixed Makefile.am - removed hard coded flags from Makefile.am. - Added AC_PATH_XTRA to configure.ac to be used by Makefile.am. + * configure.ac: + * ext/sdl/Makefile.am: + Fixed Makefile.am - removed hard coded flags from Makefile.am. + Added AC_PATH_XTRA to configure.ac to be used by Makefile.am. 2005-09-19 Edgard Lima <edgard.lima@indt.org.br> - * Makefile.am: - * configure.ac: - * ext/sdl/Makefile.am: - * ext/sdl/sdlvideosink.c: - * PORTED_09: - Ported to 0.9. + * Makefile.am: + * configure.ac: + * ext/sdl/Makefile.am: + * ext/sdl/sdlvideosink.c: + * PORTED_09: + Ported to 0.9. === release 0.9.1 === @@ -1,4 +1,5 @@ -This is GStreamer Bad Plug-ins 0.9.1 +This is GStreamer Bad Plug-ins 0.9.3, "Porthos" -This release was tested with GStreamer Core 0.9.2 and GStreamer Base Plug-ins -0.9.1 +Changes since 0.9.1: + + * ported gsm, tta, sdlvideosink @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.1 "Angel Eyes" +GStreamer: Release notes for GStreamer Bad Plug-ins 0.9.3 "Porthos" The GStreamer team is petrified to announce a new release @@ -60,6 +60,7 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API + * ported gsm, tta, sdlvideosink Bugs fixed in this release @@ -92,17 +93,9 @@ Applications Contributors to this release - * Andy Wingo + * Arwed v. Merkatz * Christian Schaller - * David Schleef - * Edward Hervey - * Jan Schmidt - * Michael Smith - * Philippe Khalaf - * Ronald Bultje - * Stefan Kost - * Thomas Vander Stichele - * Tim-Philipp Müller + * Edgard Lima + * Flavio Oliveira * Wim Taymans - * Zaheer Abbas Merali
\ No newline at end of file diff --git a/common b/common -Subproject 7caeee4b949b4388927fec7fcf25f767429bde3 +Subproject 7d175466d3319fe55327608ea1f7a20619ab563 diff --git a/configure.ac b/configure.ac index 313653d6..e4552349 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_MAINTAINER_MODE dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 1, 1, +AS_VERSION(gst-plugins-bad, GST_PLUGINS_BAD_VERSION, 0, 9, 3, 0, GST_CVS="no", GST_CVS="yes") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) @@ -51,7 +51,7 @@ dnl the gettext stuff needed AM_GNU_GETTEXT_VERSION(0.11.5) AM_GNU_GETTEXT([external]) -GETTEXT_PACKAGE=gst-plugins-$GST_MAJORMINOR +GETTEXT_PACKAGE=gst-plugins-bad-$GST_MAJORMINOR AC_SUBST(GETTEXT_PACKAGE) AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE], "$GETTEXT_PACKAGE", [gettext package name]) @@ -464,9 +464,7 @@ AC_CONFIG_FILES( Makefile gst-plugins-bad.spec gst/Makefile -gst/librfb/Makefile gst/qtdemux/Makefile -gst/speed/Makefile gst/tta/Makefile sys/Makefile ext/Makefile @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.7.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2004-03-18 14:16+0200\n" "Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n" "Language-Team: Afrikaans <i18n@af.org.za>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-0.8.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2004-03-19 18:29+0200\n" "Last-Translator: Metin Amiroff <metin@karegen.com>\n" "Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2004-08-08 22:58+0200\n" "Last-Translator: Miloslav Trmac <mitr@volny.cz>\n" "Language-Team: Czech <translation-team-cs@lists.sourceforge.net>\n" diff --git a/po/en_GB.po b/po/en_GB.po index 94b70e96..da262ab7 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2004-04-26 10:41-0400\n" "Last-Translator: Gareth Owen <gowen72@yahoo.com>\n" "Language-Team: English (British) <en_gb@li.org>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2004-07-18 11:03+0200\n" "Last-Translator: Laszlo Dvornik <dvornik@invitel.hu>\n" "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2004-11-07 19:11+0100\n" "Last-Translator: Luca Ferretti <elle.uca@infinito.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2004-10-04 15:54+0200\n" "Last-Translator: Kjartan Maraas <kmaraas@broadpark.no>\n" "Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2004-08-05 16:26+0200\n" "Last-Translator: Elros Cyriatan <cyriatan@fastmail.fm>\n" "Language-Team: Dutch <vertaling@nl.linux.org>\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2004-09-27 13:32+0530\n" "Last-Translator: Gora Mohanty <gora_mohanty@yahoo.co.in>\n" "Language-Team: Oriya <gora_mohanty@yahoo.co.in>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2004-08-07 20:29+0200\n" "Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n" "Language-Team: Albanian <begraj@hotmail.com>\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.7.6\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2004-03-13 00:18+0100\n" "Last-Translator: Danilo Segan <dsegan@gmx.net>\n" "Language-Team: Serbian <gnu@prevod.org>\n" @@ -2,13 +2,13 @@ # Copyright (C) 2004 Free Software Foundation, Inc. # Christian Rose <menthos@menthos.com>, 2004. # -# $Id: sv.po,v 1.22 2005/09/06 14:05:50 thomasvs Exp $ +# $Id: sv.po,v 1.23 2005/10/03 17:50:21 thomasvs Exp $ # msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2004-08-03 20:53+0200\n" "Last-Translator: Christian Rose <menthos@menthos.com>\n" "Language-Team: Swedish <sv@li.org>\n" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins 0.8.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2004-08-03 15:40+0200\n" "Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n" "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gst-plugins-0.8.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-09-06 15:15+0200\n" +"POT-Creation-Date: 2005-10-03 18:32+0200\n" "PO-Revision-Date: 2005-01-22 17:17+0930\n" "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n" "Language-Team: Vietnamese <gnomevi-list@lists.sourceforge.net> \n" |