From 3d9213ffa2ad4ed84263f36b019c76a1e271e25f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 8 Mar 2010 23:09:01 +0000 Subject: [PATCH] Release 0.10.28 --- ChangeLog | 69 +++++++++++++++++++- NEWS | 8 ++- RELEASE | 53 ++------------- configure.ac | 4 +- docs/plugins/inspect/plugin-coreelements.xml | 2 +- docs/plugins/inspect/plugin-coreindexers.xml | 2 +- gstreamer.doap | 11 ++++ win32/common/config.h | 6 +- win32/common/gstversion.h | 2 +- 9 files changed, 99 insertions(+), 58 deletions(-) diff --git a/ChangeLog b/ChangeLog index 444dc666eb..6373420869 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,72 @@ -=== release 0.10.27 === +=== release 0.10.28 === -2010-03-05 Tim-Philipp Müller +2010-03-08 Tim-Philipp Müller * configure.ac: - releasing 0.10.27, "You're Shocked, We Know" + releasing 0.10.28, "Same old, same old" + +2010-03-08 22:05:29 +0100 Benjamin Otte + + * gst/gstvalue.c: + caps: Allow 1/max as the minimal fraction value > 0 + This is useful for formats that require a valid framerate (like + theoraenc). + +2010-03-04 15:21:37 +0100 Wim Taymans + + * gst/gstelement.c: + element: fix typo in comments + +=== release 0.10.27 === + +2010-03-05 23:43:26 +0000 Tim-Philipp Müller + + * ChangeLog: + * NEWS: + * RELEASE: + * configure.ac: + * docs/plugins/inspect/plugin-coreelements.xml: + * docs/plugins/inspect/plugin-coreindexers.xml: + * gstreamer.doap: + * win32/common/config.h: + * win32/common/gstversion.h: + Release 0.10.27 + +2010-03-05 23:41:09 +0000 Tim-Philipp Müller + + * po/af.po: + * po/az.po: + * po/be.po: + * po/bg.po: + * po/ca.po: + * po/cs.po: + * po/da.po: + * po/de.po: + * po/en_GB.po: + * po/es.po: + * po/eu.po: + * po/fi.po: + * po/fr.po: + * po/hu.po: + * po/id.po: + * po/it.po: + * po/ja.po: + * po/nb.po: + * po/nl.po: + * po/pl.po: + * po/pt_BR.po: + * po/ru.po: + * po/rw.po: + * po/sk.po: + * po/sq.po: + * po/sr.po: + * po/sv.po: + * po/tr.po: + * po/uk.po: + * po/vi.po: + * po/zh_CN.po: + * po/zh_TW.po: + Update .po files 2010-03-04 18:39:02 +0000 Tim-Philipp Müller diff --git a/NEWS b/NEWS index 3af9b23192..326b2db3f9 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ -This is GStreamer 0.10.27 "You're Shocked, We Know" +This is GStreamer 0.10.28 "Same Old, Same Old" + +Changes since 0.10.27: + + * parse "1/MAX" fraction strings + * no material changes compared to 0.10.27, this release is mostly to + keep core/base version numbers in sync Changes since 0.10.26: diff --git a/RELEASE b/RELEASE index 949f8da939..a356d3b35d 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -Release notes for GStreamer 0.10.27 "You're Shocked, We Know" +Release notes for GStreamer 0.10.28 "Same old, same old" @@ -37,36 +37,12 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * basesrc: protect segment values from concurrent access from different threads - * typefind: protect internal fields from concurrent changes from different threads - * typefind: fix pad activation corner-case with have-type already having been emitted - * typefind: reset the working mode when going to READY/NULL, fixes re-use from READY state as with decodebin2 - * gstpoll: fix crash when logging is enabled for GST_POLL - * bytewriter: expose gst_byte_writer_put_{float32|float64}_*() properly in header - * basesink: fix emergency rendering timestamp tracking - * fdsink, fdsrc: fix compilation with MSVC - * memindex: avoid busy loop when doing EXACT lookup + * No material changes compared to 0.10.27, this release is mostly to + keep the version in sync with gst-plugins-base + * Parse "1/MAX" fraction strings -Bugs fixed in this release - - * 610366 : [gstcollectpads][doc] Add a reminder for 'data' doc - * 605189 : gst_element_get_state has wrong introspection - * 607771 : [API] Add gst_byte_writer_fill - * 608036 : [typefind] deadlock when upstream puts caps on buffers on pull mode - * 608877 : [typefind] Access to internal fields not threadsafe - * 609941 : GStreamer-WARNING **: External plugin loader failed. - * 610210 : [PATCH] Fix compilation of fdsink and fdsrc with MSVC - * 610246 : [optimization] Speed up _get_range() - * 610367 : [memindex] might busy loop upon EXACT lookup - * 610444 : [controller] Interpolation control source passes NULL pointers to GSequence API - * 611087 : [basesink] emergency rendering of late buffers fails after resuming from PAUSE - * 611719 : GST_DEBUG_OBJECT macros not fed with GObject* in gstpoll.c - -API changed in this release - -- API additions: +There were no bugs fixed in this release -* gst_byte_writer_fill() Download @@ -91,23 +67,8 @@ subscribe to the gstreamer-devel list. If there is sufficient interest we will create more lists as necessary. -Applications - -Applications ported to GStreamer 0.10 include Totem, RhythmBox, Sound-Juicer, -Gnome Media, Flumotion, Amarok, Jamboree, Pitivi, Istanbul, AnnoAmp, Elisa, and others. -Let us know if you want to be added to this list. - - Contributors to this release - * Andoni Morales Alastruey - * Arun Raghavan * Benjamin Otte - * Edward Hervey - * Johan Bilien - * Mark Nauwelaerts - * Sebastian Dröge - * Stefan Kost - * Thiago Santos - * Tim-Philipp Müller -  \ No newline at end of file + * Wim Taymans +  diff --git a/configure.ac b/configure.ac index 7a8565dbbb..79f6564c9b 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, git and prerelease does Werror too -AC_INIT(GStreamer, 0.10.27, +AC_INIT(GStreamer, 0.10.28, http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer, gstreamer) AG_GST_INIT @@ -43,7 +43,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, 24, 0, 24) +AS_LIBTOOL(GST, 24, 1, 24) 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/inspect/plugin-coreelements.xml b/docs/plugins/inspect/plugin-coreelements.xml index 9b90c47475..744583f9c3 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.27 + 0.10.28 LGPL gstreamer GStreamer source release diff --git a/docs/plugins/inspect/plugin-coreindexers.xml b/docs/plugins/inspect/plugin-coreindexers.xml index 161b26efd5..91c2e43a1a 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.27 + 0.10.28 LGPL gstreamer GStreamer source release diff --git a/gstreamer.doap b/gstreamer.doap index a4fd4e4391..2906f807de 100644 --- a/gstreamer.doap +++ b/gstreamer.doap @@ -39,6 +39,17 @@ hierarchy, and a set of media-agnostic core elements. + + + 0.10.28 + 0.10 + Same Old, Same Old + 2010-03-08 + + + + + 0.10.27 diff --git a/win32/common/config.h b/win32/common/config.h index ca50ea123a..8efd150cc1 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -316,7 +316,7 @@ #define PACKAGE_NAME "GStreamer" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "GStreamer 0.10.27" +#define PACKAGE_STRING "GStreamer 0.10.28" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "gstreamer" @@ -325,7 +325,7 @@ #undef PACKAGE_URL /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.10.27" +#define PACKAGE_VERSION "0.10.28" /* directory where plugins are located */ #ifdef _DEBUG @@ -356,7 +356,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.10.27" +#define VERSION "0.10.28" /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ diff --git a/win32/common/gstversion.h b/win32/common/gstversion.h index 8dcaa7b688..c04a4a5ce8 100644 --- a/win32/common/gstversion.h +++ b/win32/common/gstversion.h @@ -57,7 +57,7 @@ G_BEGIN_DECLS * * The micro version of GStreamer at compile time: */ -#define GST_VERSION_MICRO (27) +#define GST_VERSION_MICRO (28) /** * GST_VERSION_NANO: *