From: Thomas Vander Stichele Date: Mon, 16 Jan 2006 20:59:38 +0000 (+0000) Subject: releasing 0.10.2 X-Git-Tag: RELEASE-0_10_2^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=780bfa7c21dbe2fc1b296b5ca5f0c440eeba8ef0;p=platform%2Fupstream%2Fgstreamer.git releasing 0.10.2 Original commit message from CVS: releasing 0.10.2 --- diff --git a/ChangeLog b/ChangeLog index 2518bca..d0ef43e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.2 === + +2006-01-16 Thomas Vander Stichele + + * configure.ac: + releasing 0.10.2, "If man is five" + 2006-01-16 Jan Schmidt * gst/gstbuffer.c: @@ -131,11 +138,11 @@ 2006-01-11 Stefan Kost * 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 diff --git a/NEWS b/NEWS index 8a425a5..aed59d8 100644 --- a/NEWS +++ b/NEWS @@ -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: diff --git a/RELEASE b/RELEASE index faa5f4c..2c0ffe4 100644 --- a/RELEASE +++ b/RELEASE @@ -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 328b115..85a0823 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 fa43df6..300894c 100644 --- a/docs/plugins/inspect/plugin-coreelements.xml +++ b/docs/plugins/inspect/plugin-coreelements.xml @@ -3,7 +3,7 @@ standard GStreamer elements ../../plugins/elements/.libs/libgstcoreelements.so libgstcoreelements.so - 0.10.1 + 0.10.2 LGPL gstreamer GStreamer source release diff --git a/docs/plugins/inspect/plugin-coreindexers.xml b/docs/plugins/inspect/plugin-coreindexers.xml index 225aee0..7d65abc 100644 --- a/docs/plugins/inspect/plugin-coreindexers.xml +++ b/docs/plugins/inspect/plugin-coreindexers.xml @@ -3,7 +3,7 @@ GStreamer core indexers ../../plugins/indexers/.libs/libgstcoreindexers.so libgstcoreindexers.so - 0.10.1 + 0.10.2 LGPL gstreamer GStreamer source release diff --git a/win32/common/config.h b/win32/common/config.h index 69d291f..8fda5c6 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). */