releasing 0.10.2

Original commit message from CVS:
releasing 0.10.2
This commit is contained in:
Thomas Vander Stichele 2006-01-16 20:59:38 +00:00
parent 6876d64a29
commit 780bfa7c21
7 changed files with 36 additions and 34 deletions

View file

@ -1,3 +1,10 @@
=== release 0.10.2 ===
2006-01-16 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
releasing 0.10.2, "If man is five"
2006-01-16 Jan Schmidt <thaytan@mad.scientist.com>
* gst/gstbuffer.c:
@ -131,11 +138,11 @@
2006-01-11 Stefan Kost <ensonic@users.sf.net>
* docs/random/ensonic/media-device-daemon.txt:
more ideas (dbus)
more ideas (dbus)
* gst/gstbuffer.c:
fix doc example, add clarification
fix doc example, add clarification
* tools/gst-launch.1.in:
add initial info about GST_PLUGIN_PATH, needs more work
add initial info about GST_PLUGIN_PATH, needs more work
2006-01-11 Tim-Philipp Müller <tim at centricular dot net>

12
NEWS
View file

@ -1,4 +1,14 @@
This is GStreamer 0.10.1, "Nollaig chridheil"
This is GStreamer 0.10.2, "If man is 5"
Changes since 0.10.1:
* documentation updates
* bug fixes
Bugs fixed since 0.10.1:
* 325429 : GST_BOILERPLATE_FULL can't be used when compiling with -W...
* 316086 : MinGW compilation: fileindexer depends on mmap
Changes since 0.10.0:

31
RELEASE
View file

@ -1,5 +1,5 @@
GStreamer: Release notes for GStreamer 0.10.1 "Nollaig chridheil"
GStreamer: Release notes for GStreamer 0.10.2 "If man is five"
@ -38,28 +38,13 @@ Features of this release
* Parallel installability with 0.8.x series
* Threadsafe design and API
* element factory leak fixes
* tests cleanup
* BaseSrc seeking in other format than BYTES
* collectpad fixes
* documentation updates
* bug fixes
Bugs fixed in this release
* 322441 : getcontext() in common/m4/gst-mcsc.m4 uses incorrect stac...
* 323041 : [BASESRC] basesrc does not handle a seek to non-bytes for...
* 323870 : [tools] gst-feedback needs updating for 0.9/0.10
* 323882 : gst-launch manpage needs updates
* 323905 : use return val of g_list_append
API changed in this release
- API additions:
* GST_TYPE_STATIC_CAPS
* GST_TYPE_STATIC_PAD_TEMPLATE
* GstNetTimeProvider::active
* gst_base_src_set_format
* 325429 : GST_BOILERPLATE_FULL can't be used when compiling with -W...
* 316086 : MinGW compilation: fileindexer depends on mmap
Download
@ -98,12 +83,12 @@ Flumotion has been ported to 0.10 as well.
Contributors to this release
* Andy Wingo
* Brian Cameron
* David Schleef
* Edward Hervey
* James Livingston
* Jan Schmidt
* Julien MOUTTE
* Michael Smith
* Sebastien Moutte
* Stefan Kost
* Thomas Vander Stichele
* Tim-Philipp Müller

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, 10, 1, 2,
AS_VERSION(gstreamer, GST_VERSION, 0, 10, 2, 0,
GST_CVS="no", GST_CVS="yes")
dnl can autoconf find the source ?

View file

@ -3,7 +3,7 @@
<description>standard GStreamer elements</description>
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
<basename>libgstcoreelements.so</basename>
<version>0.10.1</version>
<version>0.10.2</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.10.1</version>
<version>0.10.2</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.10.1.2"
#define GST_VERSION "0.10.2"
/* Define the MAJOR.MINOR version */
#define GST_MAJORMINOR "0.10"
@ -216,7 +216,7 @@
#undef USE_POISONING
/* Version number of package */
#define VERSION "0.10.1.2"
#define VERSION "0.10.2"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */