diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2008-04-07 10:48:51 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2008-04-07 10:48:51 +0000 |
commit | 6b4ca109b1b65ef70c1bde44f61eec80a0df1b58 (patch) | |
tree | d2804d092b53e2061740dd1e3f3b5e5fb5811d68 | |
parent | 390b19c0cc95438e9a2c099d8de93bcea9c448c0 (diff) |
Merge other changes from 0.10.19 release branch.
Original commit message from CVS:
* NEWS:
* RELEASE:
* gstreamer.doap:
Merge other changes from 0.10.19 release branch.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | NEWS | 10 | ||||
-rw-r--r-- | RELEASE | 38 | ||||
-rw-r--r-- | gstreamer.doap | 12 |
4 files changed, 30 insertions, 37 deletions
@@ -1,3 +1,10 @@ +2008-04-07 Tim-Philipp Müller <tim at centricular dot net> + + * NEWS: + * RELEASE: + * gstreamer.doap: + Merge other changes from 0.10.19 release branch. + 2008-04-06 Sebastian Dröge <slomo@circular-chaos.org> Patch by: Damien Lespiau <damien dot lespiau at gmail dot com> @@ -1,4 +1,12 @@ -This is GStreamer 0.10.18 "So far away" +This is GStreamer 0.10.19 "Me Again" + +Changes since 0.10.18: + + * Fix a regression in raw fd handling + +Bugs fixed since 0.10.18: + + * 524041 : gstfdsrc broken in 0.10.18 Changes since 0.10.17: @@ -1,5 +1,5 @@ -Release notes for GStreamer 0.10.18 "So far away" +Release notes for GStreamer 0.10.19 "Me again" @@ -37,30 +37,11 @@ contains a set of less supported plug-ins that haven't passed the Features of this release - * New GstPoll abstraction simplifies operations on multiple fd's/sockets - * Various bug fixes and corrections + * Fix a regression in raw fd handling Bugs fixed in this release - * 516187 : adding gst_collect_pads_read_buffer () collectpads - * 516395 : gst_buffer_create_sub does not copy flags - * 520756 : different registry backend configurations cause build errors - * 498222 : configure improvements - * 499127 : [multiqueue] has no documentation - * 505417 : Add GstPoll to core - * 509559 : [gstinfo]_gst_debug_init() memory leak - * 510194 : segmentation fault when trying to link elements. - * 511783 : [API] [check] add gst_check_element_push_buffer_list() etc. - * 513964 : [GstPad] gst_pad_get_caps don't return a copy of the caps - * 515469 : patch to add gst_index_set_resolver_full - * 519584 : gst_element_implements_interface() segfaults with 'filesr... - * 519698 : g_free/xmlFree mismatches in gstregistryxml - * 520152 : Core uses non-portable size_t and ssize_t - * 520671 : GstPoll needs to be ported to Windows - * 520808 : GstPoll's API could need some changes for Windows - * 520877 : registrybinary.c doesn't build cleanly on Windows/MSVC - * 521740 : libgstreamer.def exports not up to date - * 522741 : regression: gst_index_entry_free() frees string it does n... + * 524041 : gstfdsrc broken in 0.10.18 Download @@ -95,19 +76,6 @@ Let us know if you want to be added to this list. Contributors to this release - * Andy Wingo - * David Schleef - * Edward Hervey - * Fabrizio Gennari * Jan Schmidt - * Julien Moutte - * Ole André Vadla Ravnås - * Peter Kjellerstedt - * Rene Stadler - * Sebastian Dröge - * Siavash Safi - * Stefan Kost - * Thijs Vermeir - * Tim-Philipp Müller * Wim Taymans
\ No newline at end of file diff --git a/gstreamer.doap b/gstreamer.doap index a82f3afab..f36f0b26b 100644 --- a/gstreamer.doap +++ b/gstreamer.doap @@ -41,7 +41,17 @@ hierarchy, and a set of media-agnostic core elements. <release> <Version> - <revision>0.10.18</revision> + <revision>0.10.19</revision> + <branch>0.10</branch> + <name>Me Again</name> + <created>2008-04-04</created> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.19.tar.bz2" /> + <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.19.tar.gz" /> + </Version> + </release> + + <release> + <Version> <revision>0.10.18</revision> <branch>0.10</branch> <name>So far away</name> <created>2008-03-21</created> |