From 0f14bf2d95a1c5fe3696c501421bc854fbe9c51a Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Fri, 14 Jul 2006 15:50:19 +0000 Subject: [PATCH] configure.ac: releasing 0.10.9, "On the road again" Original commit message from CVS: 2006-07-13 Jan Schmidt * configure.ac: releasing 0.10.9, "On the road again" --- ChangeLog | 7 ++++ NEWS | 31 ++++++++++++++++- RELEASE | 36 ++++++++++++++++++-- configure.ac | 4 +-- docs/plugins/gstreamer-plugins.args | 12 ++++++- docs/plugins/inspect/plugin-coreelements.xml | 2 +- docs/plugins/inspect/plugin-coreindexers.xml | 2 +- win32/common/config.h | 10 +++--- 8 files changed, 90 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8cba5ed51f..5e70c009db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.9 === + +2006-07-13 Jan Schmidt + + * configure.ac: + releasing 0.10.9, "On the road again" + 2006-07-13 Wim Taymans * libs/gst/base/gstbasesrc.c: (gst_base_src_update_length): diff --git a/NEWS b/NEWS index bb8a9fb039..3e4ee3d29a 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,33 @@ -This is GStreamer 0.10.8, "Soepeke, ik zie ou nog altijd nie" +This is GStreamer 0.10.9, "On the road again" +Changes since 0.10.8: + + * The testsuite can now generate coverage information + * Better support for non-linear editing + * Removed Glib 2.6 compatibility + * Performance improvements on cpus that support branch hints + * Bug fixes + +Bugs fixed since 0.10.8: + + * 346730 : some warnings about enums and macros + * 341029 : Ghostpads internal and target should be linked from the b... + * 346192 : [PATCH] Pad blocking on events + * 347384 : [ghostpad] padtemplates shouldn't be set automatically + * 344115 : [patch] make more internal data const + * 324176 : gst-element-check-0.x.m4 should use versioned gst-inspect + * 330379 : Bogus commits to basesink, basetransform, collectpads + * 341667 : restore_from_xml breaks pad links again after creating them + * 344642 : tools/gst-inspect.c does not compile if --disable-nls is ... + * 344748 : Fails with non-writable registry + * 344849 : GstController doesn't handle float properties correct + * 345086 : [gst-feedback] calls un-versioned tools + * 346097 : SIGSEGV when using --gst-plugin-load + * 347337 : GDP does not correctly deserialize events without a struc... + * 347408 : basesrc causes regressions in pull with 0 bytes + * 345720 : Bad performance playing files off CD + * 331727 : make probes and Ghostpads more elegant + * 343196 : basetransform not handles ro/rw buffer flagging for trans... + * 346663 : Segmentation error with fakesrc, fakesink and a filter Changes since 0.10.7: diff --git a/RELEASE b/RELEASE index 0fda09b15a..1c27143f3d 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer 0.10.8 "Soepeke, ik zie ou nog altijd nie" +Release notes for GStreamer 0.10.9 "On the road again" @@ -38,11 +38,33 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API - * Important fix for registry update causing applets not to load + * The testsuite can now generate coverage information + * Better support for non-linear editing + * Removed Glib 2.6 compatibility + * Performance improvements on cpus that support branch hints + * Bug fixes Bugs fixed in this release - * 344474 : Gnome Mixer Applet doesn't want to load + * 346730 : some warnings about enums and macros + * 341029 : Ghostpads internal and target should be linked from the b... + * 346192 : [PATCH] Pad blocking on events + * 347384 : [ghostpad] padtemplates shouldn't be set automatically + * 344115 : [patch] make more internal data const + * 324176 : gst-element-check-0.x.m4 should use versioned gst-inspect + * 330379 : Bogus commits to basesink, basetransform, collectpads + * 341667 : restore_from_xml breaks pad links again after creating them + * 344642 : tools/gst-inspect.c does not compile if --disable-nls is ... + * 344748 : Fails with non-writable registry + * 344849 : GstController doesn't handle float properties correct + * 345086 : [gst-feedback] calls un-versioned tools + * 346097 : SIGSEGV when using --gst-plugin-load + * 347337 : GDP does not correctly deserialize events without a struc... + * 347408 : basesrc causes regressions in pull with 0 bytes + * 345720 : Bad performance playing files off CD + * 331727 : make probes and Ghostpads more elegant + * 343196 : basetransform not handles ro/rw buffer flagging for trans... + * 346663 : Segmentation error with fakesrc, fakesink and a filter Download @@ -77,7 +99,15 @@ Let us know if you want to be added to this list. Contributors to this release + * Andy Wingo * Edward Hervey + * Jan Schmidt + * Peter Kjellerstedt + * Philip Jägenstedt + * Sebastien Moutte + * Stefan Kost * Thomas Vander Stichele * Tim-Philipp Müller + * Wim Taymans + * Wouter Paesen   \ No newline at end of file diff --git a/configure.ac b/configure.ac index d0a8c1b7f8..c5982b7b4d 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.52) dnl initialize autoconf dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AC_INIT(GStreamer, 0.10.8.1, +AC_INIT(GStreamer, 0.10.9, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) @@ -42,7 +42,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, 8, 0, 8) +AS_LIBTOOL(GST, 8, 1, 8) dnl FIXME: this macro doesn't actually work; dnl the generated libtool script has no support for the listed tags. diff --git a/docs/plugins/gstreamer-plugins.args b/docs/plugins/gstreamer-plugins.args index da09c0f801..9b6bb1b48b 100644 --- a/docs/plugins/gstreamer-plugins.args +++ b/docs/plugins/gstreamer-plugins.args @@ -305,7 +305,7 @@ rw Touch mapped region read data Touch mmapped data regions to force them to be read from disk. -FALSE +TRUE @@ -318,6 +318,16 @@ TRUE + +GstFileSrc::sequential +gboolean + +rw +Optimise for sequential mmap access +Whether to use madvise to hint to the kernel that access to mmap pages will be sequential. +FALSE + + GstIdentity::check-perfect gboolean diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml index 890a857d23..faf3efeb6a 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.8 + 0.10.9 LGPL gstreamer GStreamer source release diff --git a/docs/plugins/inspect/plugin-coreindexers.xml b/docs/plugins/inspect/plugin-coreindexers.xml index 895ced6d43..20fb3e2f7c 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.8 + 0.10.9 LGPL gstreamer GStreamer source release diff --git a/win32/common/config.h b/win32/common/config.h index 090fb2314b..d19587e4ec 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -24,7 +24,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" @@ -33,7 +33,7 @@ #define GST_MAJORMINOR "0.10" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer CVS/prerelease" +#define GST_PACKAGE_NAME "GStreamer source release" /* package origin */ #define GST_PACKAGE_ORIGIN "Unknown package origin" @@ -197,13 +197,13 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 0.10.8.1" +#define PACKAGE_STRING "GStreamer 0.10.9" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gstreamer" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.8.1" +#define PACKAGE_VERSION "0.10.9" /* Define the plugin directory */ #ifdef _DEBUG @@ -219,7 +219,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.8.1" +#define VERSION "0.10.9" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */