diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-01-16 20:59:38 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-01-16 20:59:38 +0000 |
commit | 780bfa7c21dbe2fc1b296b5ca5f0c440eeba8ef0 (patch) | |
tree | d6271713089a01f3906e271334ef83bb74ba6b94 | |
parent | 6876d64a29c5c42266e38919416816009e292ff5 (diff) |
releasing 0.10.2RELEASE-0_10_2
Original commit message from CVS:
releasing 0.10.2
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | RELEASE | 31 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-coreelements.xml | 2 | ||||
-rw-r--r-- | docs/plugins/inspect/plugin-coreindexers.xml | 2 | ||||
-rw-r--r-- | win32/common/config.h | 8 |
7 files changed, 36 insertions, 34 deletions
@@ -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> @@ -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: @@ -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 diff --git a/configure.ac b/configure.ac index 328b115b3..85a0823ac 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ? diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml index fa43df6be..300894cf4 100644 --- a/docs/plugins/inspect/plugin-coreelements.xml +++ b/docs/plugins/inspect/plugin-coreelements.xml @@ -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> diff --git a/docs/plugins/inspect/plugin-coreindexers.xml b/docs/plugins/inspect/plugin-coreindexers.xml index 225aee071..7d65abcff 100644 --- a/docs/plugins/inspect/plugin-coreindexers.xml +++ b/docs/plugins/inspect/plugin-coreindexers.xml @@ -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> diff --git a/win32/common/config.h b/win32/common/config.h index 69d291f93..8fda5c6e7 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -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). */ |