From ceeb08fd277eb5f131ae74b078a44880abb2a70b Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Wed, 30 Jan 2008 14:05:45 +0000 Subject: Release 0.10.17 Original commit message from CVS: Release 0.10.17 --- ChangeLog | 7 ++++ NEWS | 11 ++++- RELEASE | 62 ++-------------------------- configure.ac | 2 +- docs/plugins/inspect/plugin-coreelements.xml | 2 +- docs/plugins/inspect/plugin-coreindexers.xml | 2 +- gstreamer.doap | 10 ++--- win32/common/config.h | 6 +-- 8 files changed, 32 insertions(+), 70 deletions(-) diff --git a/ChangeLog b/ChangeLog index 15e542ead3..c88fedbc53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.10.17 === + +2008-01-30 Jan Schmidt + + * configure.ac: + releasing 0.10.17, "Due Negligence" + 2008-01-30 Jan Schmidt * gst/gstutils.c: diff --git a/NEWS b/NEWS index b408b3e771..d2af45df7f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,13 @@ -This is GStreamer 0.10.16 "Special Dispensation" +This is GStreamer 0.10.17 "Due Negligence" + +Changes since 0.10.16: + + * Fix compilation on environments that have POSIX timers but not + monotonic clocks + +Bugs fixed since 0.10.16: + + * 512715 : gst/gstutils.c and HAVE_MONOTONIC_CLOCK Changes since 0.10.15: diff --git a/RELEASE b/RELEASE index 1cab43b00a..aad1b0a370 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer 0.10.16 "Special Dispensation" +Release notes for GStreamer 0.10.17 "Due Negligence" @@ -37,52 +37,11 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * Monotonic/Posix clock support - * Dumping of dot-file graph descriptions for debugging - * Clean-up of exported symbols - * Many bug-fixes and enhancements - * + * Fix compilation on environments that have POSIX timers but not monotonic clocks Bugs fixed in this release - * 497859 : --disable-gst-debug option fails compilation - * 339279 : [gst.URIHandler] interfaces with class-global virtual met... - * 498694 : Patches to avoid g_signal_emit(SIGNAL_HANDOFF) on identit... - * 498746 : basesink is forwarding downstream events - * 498767 : Hangs after end of tracks since 0.10.15 - * 498924 : deprecate GST_PLUGIN_DEFINE_STATIC because it's not portable - * 499007 : [gst-plot-timeline] more options - * 499140 : Add check to ensure .def files are kept up-to-date - * 500143 : Some small improvements (limiting realloc and CPU usage ) - * 500150 : [filesink] add property to enable buffering via setvbuf() - * 501560 : gst_(caps|structure)_from_string() crash if structure nam... - * 503131 : g_intern_string SUSE 10.2 - * 503231 : Change to GST_BUFFER_FLAG_GAP meaning can break with base... - * 503417 : Build failure due uninitialized variable in function 'gst... - * 503590 : gstreamer-0.10.15 fails tests on ppc64 - * 503675 : broken registry files written to disk - * 504499 : Messages from check no longer contain the test case name - * 505799 : iSight camera does not work in gstreamer - * 506643 : crash in fixate_value/gst_value_init_and_copy on empty li... - * 507957 : clean-up incomplete function declarations - * 508175 : GST_TIMEVAL_TO_TIME() and GST_TIMESPEC_TO_TIME() need to ... - * 510187 : gst_plugin_register_static() API review and GST_PLUGIN_DE... - * 510747 : Use $(MAKE) instead of make to fix the build if GNU make ... - * 511750 : Configure of prereleases 15.2-15.4 fail in OpenEmbedded M... - -API changed in this release - -- API additions: - -* GstIdentity::signal-handoffs -* gst_util_get_timestamp() -* gst_base_transform_set_gap_aware() -* GstFileSink::buffer-mode -* GstFileSink::buffer-size -* gst_plugin_register_static() -- API deprecations: - -* GST_PLUGIN_DEFINE_STATIC() + * 512715 : gst/gstutils.c and HAVE_MONOTONIC_CLOCK Download @@ -117,20 +76,7 @@ Let us know if you want to be added to this list. Contributors to this release - * Alexis Ballier - * Damien Lespiau - * David Schleef - * Edward Hervey * Jan Schmidt - * Julien MOUTTE - * Julien Moutte - * Laurent Glayal - * Matthias Bolte - * Peter Kjellerstedt + * Cygwin Ports Maintainer * Sebastian Dröge - * Stefan Kost - * Thijs Vermeir - * Thomas Vander Stichele - * Tim-Philipp Müller - * Wim Taymans   \ No newline at end of file diff --git a/configure.ac b/configure.ac index 2fae23c74e..4ad36020d3 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.16.1, +AC_INIT(GStreamer, 0.10.17, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) AG_GST_INIT diff --git a/docs/plugins/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml index 9b1751fde9..95a45f1462 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.16 + 0.10.17 LGPL gstreamer GStreamer source release diff --git a/docs/plugins/inspect/plugin-coreindexers.xml b/docs/plugins/inspect/plugin-coreindexers.xml index 4f78bb9cdb..4d72734e1e 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.16 + 0.10.17 LGPL gstreamer GStreamer source release diff --git a/gstreamer.doap b/gstreamer.doap index 10047a6226..b7e66ef420 100644 --- a/gstreamer.doap +++ b/gstreamer.doap @@ -41,12 +41,12 @@ hierarchy, and a set of media-agnostic core elements. - 0.10.16 + 0.10.17 0.10 - Special Dispensation - 2008-01-28 - - + Due Negligence + 2008-01-30 + + diff --git a/win32/common/config.h b/win32/common/config.h index 1fb1c035d6..527130761d 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -197,13 +197,13 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 0.10.16" +#define PACKAGE_STRING "GStreamer 0.10.17" /* 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.16" +#define PACKAGE_VERSION "0.10.17" /* Define the plugin directory */ #ifdef _DEBUG @@ -219,7 +219,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.16" +#define VERSION "0.10.17" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ -- cgit v1.2.3