summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-09-04 15:39:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-09-04 15:39:33 +0000
commitd87cab90ed9fa44d86aaf1e16b89c49713e50354 (patch)
tree669be280b1478c0763008990a5719c2eb38b8bb5
parent6ed7451f3dd7aa2b866a7743b09d926917dd9e6f (diff)
releasing 0.8.11RELEASE-0_8_11
Original commit message from CVS: releasing 0.8.11
-rw-r--r--ChangeLog9
-rw-r--r--NEWS16
-rw-r--r--RELEASE89
m---------common0
-rw-r--r--configure.ac2
5 files changed, 46 insertions, 70 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b5197c9a5..c9ea7c5733 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+=== release 0.8.11 ===
+
+2005-09-04 Thomas Vander Stichele <thomas at apestaart dot org>
+
+ * NEWS:
+ * RELEASE:
+ * configure.ac:
+ Releasing 0.8.11, "So Long ..."
+
2005-08-24 Stefan Kost <ensonic@users.sf.net>
* docs/gst/tmpl/gstplugin.sgml:
diff --git a/NEWS b/NEWS
index db99236073..4676d50e00 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
-This is GStreamer 0.8.10, "No Fun".
+This is GStreamer 0.8.11, "So Long ...".
+
+Bugs fixed since 0.8.10:
+
+ * 170809 : Error compiling on Solaris 9 x86
+ * 304123 : update to POTFILES.in
+ * 305653 : build fixes for gstreamer and gst-plugins
+ * 307352 : PATCH: pass the --libdir argument to autogen
+ * 308067 : GST_TYPE_BUFFER crashes in gstvalue handling
+ * 308438 : Registering the same tag twice leads to assertion warnings
+ * 308559 : gst_value_deserialize to a gint64 does not work
+ * 308647 : [filesink] not handling errors properly?
+ * 308766 : gst_element_factory_create() may invalidate pad templates...
+ * 309125 : [patch] memleak in gst/gstvalues.c
+
Changes since 0.8.9:
diff --git a/RELEASE b/RELEASE
index f0953cf6e5..03f2ce5b8d 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
-GStreamer: Release notes for GStreamer 0.8.10 "No Fun"
+GStreamer: Release notes for GStreamer 0.8.10 "So Long ..."
The GStreamer team is happy to announce a new release
@@ -17,61 +17,29 @@ additional plugins. GStreamer FFmpeg contains a plugin based on the popular
FFmpeg decoding library. These modules need not have the same source version
as the core, as long as they are in the 0.8.x series.
+
+A special "thank you" to Ronald Bultje, who has done most of the work on 0.8
+in the past year. We wish him luck on his new adventure in NYC. Thanks for
+all the fix !
+
Features of this release
* Parallel installability with 0.6.x series
* Internationalization
- * Fixes for 64-bit platforms
- * Fixes for gcc 4
- * New translation added: Russian (Peter Astakhov)
- * Registry now uses libxml for faster startup
Bugs fixed in this release
- * 137485 : [strings] Please don't unnecessarily abbreviate in Gstrea...
- * 147782 : [build] When compiling, CPPFLAGS don't propagate to GTKDO...
- * 149791 : fdsrc w/o timeout can hang exiting threads
- * 159676 : [playbin] audible click after 3s of playback using playbin
- * 161991 : gst_init is slow
- * 164479 : [cli-tools] gst_parse_launch can't handle spaces
- * 164821 : [docs] GstLibraryError misses (proper) descriptions
- * 165354 : Tests failure report for gstreamer 0.8.8
- * 166073 : [threads] wrong error handling
- * 166250 : [PATCH] [queue] When two threads are connected with queue...
- * 166699 : Typo in gstreamer-0.8.9/tools/gst-launch.1.in
- * 167701 : [PATCH, strings] Please do not split translatable strings...
- * 168493 : [API] gst_index_factory_new() doesn't increase refcount o...
- * 168659 : [build] Need to patch gst-element-check-0.8.m4 to check f...
- * 168703 : [API] Add gst_index_add_associationv() to gstindex.h
- * 169111 : [API] GstEvent NEED_RESPONSE flag
- * 169123 : [build] false dependence on libxml2 if registry is enabled
- * 169405 : [API] GST_TYPE_EVENT and gst_event_get_type unusable befo...
- * 169732 : gstreamer (element) does not build on cygwin
- * 170067 : Typefind leaks
- * 170464 : Bad variable's name mp3player in sample source code
- * 170499 : spider no decode some .mp3
- * 171400 : mmapsize property on gstfilesrc borked.
- * 172526 : gst-register fails on a lot of plugins on MacOSX
- * 300339 : assertion with gst_pad_relink_filtered
- * 300736 : Plug a bunch of leaks in the registry code
- * 300932 : [PATCH] add a GST_ELEMENT_WORK_IN_PLACE flag to gstelement
- * 301128 : cvs login command line is incorrect in PWG
- * 301313 : [decodebin] seek while reading (non-existant) ID3v2 tag d...
- * 301331 : gst_element_unlink only unlinks real pads
-
-API changed in this release
-
-
-- API additions:
-
-* GST_EVENT_COMMON_FLAGS_NEED_RESPONSE has been added, to indicate whether a reply is expected to an upstream event
-* GST_TAG_LANGUAGE_CODE has been added
-* GstChildProxy, a new interface to uniformly access elements' children and their properties, has been added
-
-- API depreciations:
-
-* gst_buffer_set_data was deprecated
+ * 170809 : Error compiling on Solaris 9 x86
+ * 304123 : update to POTFILES.in
+ * 305653 : build fixes for gstreamer and gst-plugins
+ * 307352 : PATCH: pass the --libdir argument to autogen
+ * 308067 : GST_TYPE_BUFFER crashes in gstvalue handling
+ * 308438 : Registering the same tag twice leads to assertion warnings
+ * 308559 : gst_value_deserialize to a gint64 does not work
+ * 308647 : [filesink] not handling errors properly?
+ * 308766 : gst_element_factory_create() may invalidate pad templates...
+ * 309125 : [patch] memleak in gst/gstvalues.c
Download
@@ -101,36 +69,21 @@ Applications
Applications already ported to use GStreamer 0.8.x include the GNOME
desktop components like gnome-media and nautilus-media, as well as other
-GNOME applications including sound-juicer, totem and rhythmbox.
-
-
-Users of Flumotion on 64-bit systems need to upgrade to this release, as it
-contains an important bug fix needed for the TCP elements.
-
-
-Users of Totem and Rhythmbox (development) having small pauses when playing
-MP3 files should also upgrade, as this is fixed in the queue element.
+GNOME applications including sound-juicer, totem and RhythmBox.
Contributors to this release
+ * Akos Maroy
+ * Andreas Schwab
+ * Antoine Tremblay
* Benjamin Otte
* David Schleef
- * Jamey Hicks
* Jan Schmidt
- * Jean de Largentaye
- * Kjartan Maraas
* Luca Ognibene
- * Maciej Katafiasz
- * Peter Astakhov
- * Phil Blundell
* Ronald Bultje
* Stefan Kost
* Thomas Vander Stichele
* Tim-Philipp Müller
* Torsten Schoenfeld
- * Tristan van Berkom
- * Wim Taymans
- * Wouter Paesen
- * Zaheer Abbas Merali
+  \ No newline at end of file
diff --git a/common b/common
-Subproject c484a2cfaa3e51cac56b995ea5ec7c0a96f4c08
+Subproject 54886902497be267fe1f1a3f9c4dc0245bc4617
diff --git a/configure.ac b/configure.ac
index 5f40aab9b5..79dfbe35bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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, 10, 2, GST_CVS="no", GST_CVS="yes")
+AS_VERSION(gstreamer, GST_VERSION, 0, 8, 11, 0, GST_CVS="no", GST_CVS="yes")
dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE