releasing 0.10.0

Original commit message from CVS:
releasing 0.10.0
This commit is contained in:
Thomas Vander Stichele 2005-12-05 18:05:01 +00:00
parent c5d8411554
commit 715efa9247
8 changed files with 42 additions and 49 deletions

View file

@ -1,3 +1,10 @@
=== release 0.10.0 ===
2005-12-05 <thomas (at) apestaart (dot) org>
* configure.ac:
releasing 0.10.0, "Maroilles"
2005-12-05 Thomas Vander Stichele <thomas at apestaart dot org>
submitted by: Funda Wang <fundawang@linux.net.cn>

12
NEWS
View file

@ -1,4 +1,4 @@
This is GStreamer 0.9.7, "My Dog Has No Nose".
This is GStreamer 0.10.0, "Maroilles".
Changes from the 0.8 series to 0.10 series:
@ -41,6 +41,16 @@ Changes from the 0.8 series to 0.10 series:
* Addition of base classes and helper functions in the core to abstract
away the harder parts of plugin development.
Changes since 0.9.7:
* added Traditional Chinese translation
Bugs fixed since 0.9.7:
* 322874 : [PAD] pad_alloc_buffer should not call set_caps
* 323222 : GStreamer 0.9.7 still checks in dirs containing 0.9
* 323250 : [collectpads] debug category should be called 'collectpad...
Changes since 0.9.6:
* bumped major/minor to 0.10

53
RELEASE
View file

@ -1,25 +1,20 @@
GStreamer: Release notes for GStreamer 0.9.7 "My Dog Has No Nose"
GStreamer: Release notes for GStreamer 0.10.0 "Maroilles"
The GStreamer team is petrified to announce a new release
in the 0.9.x development series of the
The GStreamer team is proud to announce a new release
in the 0.10.x stable series of the
core of the GStreamer streaming media framework.
The 0.9.x series is a development series and not recommended for end users.
The 0.10.x series is a stable series targeted at end users.
It is not API or ABI compatible with the stable 0.8.x series.
It is, however, parallel installable with the 0.8.x series.
This release is a pre-release for the new 0.10 stable series.
The major/minor has been bumped to 0.10 - update your pkg-config magic if
you're developing applications..
The main focus of the 0.9 series is to make GStreamer threadsafe.
The 0.10.x series has been reworked for threadsafety. It also features
various feature additions and enchancements.
This module, gstreamer, only contains core functionality.
@ -43,24 +38,13 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
* bumped major/minor to 0.10
* API cleanup
* PluginFeature and TypeFind leak fixes
* cleaned up source tree
* added plugin documentation for core elements
* fixes for stripped core
* new Chinese/Traditional translation
Bugs fixed in this release
* 320529 : [API] gst_event_new_segment mentions " stream_time " as an ...
* 321917 : quicktime with two video tracks and extra foo, makes tote...
* 322257 : Fix gstnet library name
* 322427 : gst-compprep aborts with 'double free or corruption'
* 322429 : Filesink seeking problem
* 322626 : Strings in gst-launch.c adn gstdebug.c are horrid
* 322708 : gst_plugin_load_file leaks a reference to a GstPlugin
* 322751 : gst_ghost_pad_get_target borks on pads without target
* 322842 : GStreamer-CRITICAL in GstBaseSink and GstBaseTransform
* 322874 : [PAD] pad_alloc_buffer should not call set_caps
* 323222 : GStreamer 0.9.7 still checks in dirs containing 0.9
* 323250 : [collectpads] debug category should be called 'collectpad...
Download
@ -88,26 +72,21 @@ will create more lists as necessary.
Applications
At this point, ports of existing applications to 0.9 are still experimental.
A patch for Totem is maintained at
http://bugzilla.gnome.org/show_bug.cgi?id=313086.
At this point, ports of existing applications to 0.10 are still experimental.
Totem HEAD has a configure option to build the 0.10 backend.
A patch for Rhythmbox is maintained at
http://bugzilla.gnome.org/show_bug.cgi?id=309609.
Jamboree has a branch with the tag "jamboree-gst-0.9" that works against
GStreamer 0.9.
Flumotion has been mostly ported to 0.9 as well.
Jamboree builds against GStreamer 0.10.
Flumotion has been ported to 0.10 as well.
Contributors to this release
*
* Andy Wingo
* Edward Hervey
* Jan Schmidt
* Funda Wang
* Michael Smith
* Stefan Kost
* Thomas Vander Stichele
* Tim-Philipp Müller
* Wim Taymans

View file

@ -6,7 +6,7 @@ AC_INIT
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, 9, 7, 1,
AS_VERSION(gstreamer, GST_VERSION, 0, 10, 0, 0,
GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ?
@ -38,7 +38,7 @@ dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
dnl - interfaces added -> increment AGE
dnl - interfaces removed -> AGE = 0
dnl sets GST_LT_LDFLAGS
AS_LIBTOOL(GST, 0, 0, 0)
AS_LIBTOOL(GST, 1, 0, 1)
AS_LIBTOOL_TAGS
AM_PROG_LIBTOOL

View file

@ -27,9 +27,6 @@ network connections also need a protocol to do this.
#GstBuffer, #GstCaps, #GstEvent
</para>
<!-- ##### SECTION Stability_Level ##### -->
<!-- ##### ENUM GstDPHeaderFlag ##### -->
<para>

View file

@ -3,7 +3,7 @@
<description>standard GStreamer elements</description>
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
<basename>libgstcoreelements.so</basename>
<version>0.9.7</version>
<version>0.10.0</version>
<license>LGPL</license>
<source>gstreamer</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>GStreamer core indexers</description>
<filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
<basename>libgstcoreindexers.so</basename>
<version>0.9.7</version>
<version>0.10.0</version>
<license>LGPL</license>
<source>gstreamer</source>
<package>GStreamer source release</package>

View file

@ -21,7 +21,7 @@
#undef GST_GCOV_ENABLED
/* Default errorlevel to use */
#define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
#define GST_LEVEL_DEFAULT GST_LEVEL_NONE
/* GStreamer license */
#define GST_LICENSE "LGPL"
@ -30,10 +30,10 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer CVS/prerelease"
#define GST_PACKAGE_NAME "GStreamer source release"
/* Define the version */
#define GST_VERSION "0.9.7.1"
#define GST_VERSION "0.10.0"
/* Define if the host CPU is an Alpha */
#undef HAVE_CPU_ALPHA
@ -213,7 +213,7 @@
#undef USE_POISONING
/* Version number of package */
#define VERSION "0.9.7.1"
#define VERSION "0.10.0"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */