release time
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 3 Oct 2005 17:50:21 +0000 (17:50 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 3 Oct 2005 17:50:21 +0000 (17:50 +0000)
Original commit message from CVS:
release time

19 files changed:
ChangeLog
NEWS
RELEASE
common
configure.ac
po/af.po
po/az.po
po/cs.po
po/en_GB.po
po/hu.po
po/it.po
po/nb.po
po/nl.po
po/or.po
po/sq.po
po/sr.po
po/sv.po
po/uk.po
po/vi.po

index 70d9d00..4a7f3dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
 
 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 ===
 
diff --git a/NEWS b/NEWS
index 63e221a..bafee57 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/RELEASE b/RELEASE
index 8e24e40..28d00b6 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -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
index 7caeee4..7d17546 160000 (submodule)
--- a/common
+++ b/common
@@ -1 +1 @@
-Subproject commit 7caeee4b949b4388927fec7fcf25f767429bde30
+Subproject commit 7d175466d3319fe55327608ea1f7a20619ab5634
index 313653d..e455234 100644 (file)
@@ -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
index 431c6a2..a97bda9 100644 (file)
--- a/po/af.po
+++ b/po/af.po
@@ -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"
index 0c1fff5..531cedb 100644 (file)
--- a/po/az.po
+++ b/po/az.po
@@ -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"
index f5dabf8..cb8d75f 100644 (file)
--- a/po/cs.po
+++ b/po/cs.po
@@ -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"
index 94b70e9..da262ab 100644 (file)
@@ -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"
index 7e590bc..972e8ce 100644 (file)
--- a/po/hu.po
+++ b/po/hu.po
@@ -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"
index 96fa279..5670ad7 100644 (file)
--- a/po/it.po
+++ b/po/it.po
@@ -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"
index fb1993a..889c09d 100644 (file)
--- a/po/nb.po
+++ b/po/nb.po
@@ -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"
index 3dc72d0..c039c28 100644 (file)
--- a/po/nl.po
+++ b/po/nl.po
@@ -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"
index 5276c98..6a4981c 100644 (file)
--- a/po/or.po
+++ b/po/or.po
@@ -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"
index ffc19f0..dd5b1ad 100644 (file)
--- a/po/sq.po
+++ b/po/sq.po
@@ -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"
index fd1a1ee..36c464e 100644 (file)
--- a/po/sr.po
+++ b/po/sr.po
@@ -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"
index 3320403..1c60285 100644 (file)
--- a/po/sv.po
+++ b/po/sv.po
@@ -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"
index d58ea15..9b8c2d4 100644 (file)
--- a/po/uk.po
+++ b/po/uk.po
@@ -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"
index 05e3f61..d40f87a 100644 (file)
--- a/po/vi.po
+++ b/po/vi.po
@@ -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"