back to cvs

Original commit message from CVS:
back to cvs
This commit is contained in:
Thomas Vander Stichele 2004-06-05 17:25:45 +00:00
parent 5729f3b2a3
commit b5255eecec
16 changed files with 67 additions and 60 deletions

View file

@ -1,6 +1,15 @@
2004-06-05 Thomas Vander Stichele <thomas (at) apestaart (dot) org>
* configure.ac:
bump nano to cvs
=== release 0.8.3 ===
2004-06-05 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
update libtool versioning
do a new release
* docs/gst/tmpl/gstelement.sgml:
* docs/gst/tmpl/gsttypes.sgml:
* gst/gstinfo.c: (_gst_debug_init):

6
NEWS
View file

@ -1,3 +1,9 @@
This is GStreamer 0.8.3
Changes since 0.8.2:
* Hotfix for unregisterable switch element
This is GStreamer 0.8.2
Changes since 0.8.1:

35
RELEASE
View file

@ -1,5 +1,5 @@
GStreamer: Release notes for GStreamer 0.8.2 "Gigantic"
GStreamer: Release notes for GStreamer 0.8.3 "Oops"
The GStreamer team is happy to announce a new release
@ -22,39 +22,8 @@ Features of this release
* Parallel installability with 0.6.x series
* Internationalization
* New translations in this release: Turkish, Ukrainian, GB English
* Translations: af, az, en_GB, fr, nl, sr, sv, tr, uk
* Fixes for setting elements to NULL to release devices
* Windows port
* New GStreamer Data Protocol helper library
* New GstAdapter, similar to bytestream
* Fixes for registry loading plugins with same name
* Added no-more-pads signal
* Added Fixed List GValue type
* Fixes to schedulers
Bugs fixed in this release
* 133897 : Internal GStreamer error: seek problem
* 134839 : buffers leaked by filesrc, typefind, spider or fakesink
* 137710 : When seeking, the sink's time is reset
* 138012 : [opt] simple pipeline crashe
* 138836 : docs build but won't install
* 140015 : GstValue GTypes should not derive from G_TYPE_BOXED
* 140156 : ARM port / type reading patches
* 140477 : [debug] crash with *:2 while playing alien.mpg
* 140594 : Small memory leak int gst_parse_launch()
* 140734 : filesrc should handle named pipes/devices
* 140743 : Leak in _gst_parse_escape()
* 141083 : gstreamer-0.8.1 compile failure with gcc-3.4: error: PIC ...
* 141304 : GST_CAPS and GST_IS_CAPS broken
* 141317 : Win32 build with newest Microsoft compilers
* 141414 : filesink leaks events
* 141416 : leak in entrygthread scheduler
* 141417 : Memory leak in gthread-cothreads.h
* 142304 : The Win32 makefiles clean too much
* 142804 : needed change to allow x86 Solaris compile with Forte
* 142957 : xmlregistry failes to compile on osx
* Hotfix for the switch element
Download

View file

@ -3,7 +3,7 @@ AC_CANONICAL_TARGET([])
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(gstreamer, GST_VERSION, 0, 8, 2, 1, GST_CVS="no", GST_CVS="yes")
AS_VERSION(gstreamer, GST_VERSION, 0, 8, 3, 1, GST_CVS="no", GST_CVS="yes")
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE

View file

@ -76,6 +76,8 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para>
@:
@gstelement: the object which received the signal.
<!-- ##### SIGNAL GstElement::error ##### -->
@ -83,6 +85,11 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para>
@:
@:
@:
@:
@gstelement: the object which received the signal.
@arg1:
@arg2:
@ -93,6 +100,10 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para>
@:
@:
@:
@gstelement: the object which received the signal.
@arg1:
@arg2:
@ -102,6 +113,9 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para>
@:
@:
@gstelement: the object which received the signal.
@arg1:
@ -110,6 +124,8 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para>
@:
@gstelement: the object which received the signal.
<!-- ##### SIGNAL GstElement::pad-removed ##### -->
@ -117,6 +133,9 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para>
@:
@:
@gstelement: the object which received the signal.
@arg1:
@ -125,6 +144,10 @@ and gst_element_set_clock(). You can wait for the clock to reach a given
</para>
@:
@:
@:
@gstelement: the object which received the signal.
@arg1:
@arg2:

View file

@ -127,58 +127,58 @@ template.
</para>
@:
@gstelement: the object which received the signal.
<!-- ##### SIGNAL GstElement::error ##### -->
<para>
</para>
@:
@:
@:
@:
@gstelement: the object which received the signal.
@arg1:
@arg2:
@arg3:
<!-- ##### SIGNAL GstElement::found-tag ##### -->
<para>
</para>
@:
@:
@:
@gstelement: the object which received the signal.
@arg1:
@arg2:
<!-- ##### SIGNAL GstElement::new-pad ##### -->
<para>
</para>
@:
@:
@gstelement: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GstElement::no-more-pads ##### -->
<para>
</para>
@:
@gstelement: the object which received the signal.
<!-- ##### SIGNAL GstElement::pad-removed ##### -->
<para>
</para>
@:
@:
@gstelement: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GstElement::state-change ##### -->
<para>
</para>
@:
@:
@:
@gstelement: the object which received the signal.
@arg1:
@arg2:
<!-- ##### STRUCT GstElementClass ##### -->
<para>

View file

@ -100,7 +100,7 @@ TODO :
then edit it
- copy www/htdocs/releases/$(module)/$(version) to RELEASE
- copy the list of changes and add them to NEWS
- update the ChangeLog and add === release (version) ===
- update web site docs
- release-specific docs should go in CVS
- change docs/current symlink

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
"PO-Revision-Date: 2004-03-24 11:28+0200\n"
"Last-Translator: Petri Jooste <rkwjpj@puk.ac.za>\n"
"Language-Team: Afrikaans <i18n@af.org.za>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer-0.8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
"PO-Revision-Date: 2004-03-19 18:40+0200\n"
"Last-Translator: Metin Amiroff <metin@karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az@lists.sourceforge.net>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.8.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
"PO-Revision-Date: 2004-04-26 10:36-0400\n"
"Last-Translator: Gareth Owen <gowen72@yahoo.com>\n"
"Language-Team: English (British) <en_gb@li.org>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GStreamer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
"PO-Revision-Date: 2004-01-13 16:52+0100\n"
"Last-Translator: Julien Moutte <julien@moutte.net>\n"
"Language-Team: French <fr@li.org>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: GStreamer\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
"PO-Revision-Date: 2004-01-13 12:03+0100\n"
"Last-Translator: Thomas Vander Stichele <thomas@apestaart.org>\n"
"Language-Team: Dutch <nl@li.org>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.7.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
"PO-Revision-Date: 2004-03-13 01:47+0100\n"
"Last-Translator: Danilo Segan <dsegan@gmx.net>\n"
"Language-Team: Serbian <gnu@prevod.org>\n"

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
"PO-Revision-Date: 2004-03-20 18:41+0100\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
"PO-Revision-Date: 2004-04-03 03:14+0300\n"
"Last-Translator: Baris Cicek <baris@teamforce.name.tr>\n"
"Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n"

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gstreamer 0.8.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-06-04 10:57+0200\n"
"POT-Creation-Date: 2004-06-05 14:22+0200\n"
"PO-Revision-Date: 2004-04-20 18:40+0200\n"
"Last-Translator: Maxim V. Dziumanenko <mvd@mylinux.com.ua>\n"
"Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"