configure.ac: releasing 0.10.15, "October"

Original commit message from CVS:
=== release 0.10.15 ===

2007-11-15  Jan Schmidt <jan.schmidt@sun.com>

* configure.ac:
releasing 0.10.15, "October"
This commit is contained in:
Jan Schmidt 2007-11-16 00:07:54 +00:00
parent 0e2362d657
commit f68d08a092
10 changed files with 193 additions and 55 deletions

View file

@ -1,3 +1,10 @@
=== release 0.10.15 ===
2007-11-15 Jan Schmidt <jan.schmidt@sun.com>
* configure.ac:
releasing 0.10.15, "October"
2007-11-14 Jan Schmidt <jan.schmidt@sun.com>
* win32/vs6/libgstreamer.dsp:

81
NEWS
View file

@ -1,4 +1,83 @@
This is GStreamer 0.10.14 "Breathing Vacuum"
This is GStreamer 0.10.15 "October"
Changes since 0.10.14:
* Changes for asynchronous sink management
* New ts-offset property on basesink for adjusting clock synchronisation
* New GstController LFO feature
* Fixes and improvements in latency measurement for live pipelines
* Additional documentation and docs fixes
* Faster typefinding
* More tag types added
* Improvements in various core elements and parent classes
* New unit tests
* Allow dumping pipelines as dot graphs
* GstStructures now support nesting
* URIHandler interface can now be implemented in bindings
* Many other bug-fixes and improvements
Bugs fixed since 0.10.14:
* 496722 : DSP/DSW files in win32/vs6 directory are in unix format
* 476514 : [queue] Doesn't forward EOS event in all cases
* 456573 : allow dumping pipelines as dot graphs
* 475723 : cleanup static caps correctly
* 480341 : Memory leak at fakesink (regression in cvs)
* 349410 : Problems with type handling
* 414539 : [API] Support more GST_TAG*_SORTNAME and remove MusicBrai...
* 459717 : [Controller] Add GstLFOControlSource that provides values...
* 459809 : [API] add GST_TAG_COMPOSER
* 461598 : Commit Hungarian translations from TP
* 461599 : Some files missing from POTFILES.in
* 464366 : program including gst/gstbuffer.h does not compile with -...
* 466595 : gst_index_add_association generates corrupted entries
* 469402 : File uri handling on windows broken
* 473846 : Deadlock if sink is unable to send first buffer
* 474371 : Can't build libsgtcontroller with VS6
* 474823 : tee unit test failure
* 478347 : GST_STATIC_PAD_TEMPLATE macro causes warnings with g++-4.2
* 478401 : gstbasesrc.c ref count bug
* 479784 : GST_PLUGIN_DEFINE() doesn't accept BSD and MIT/X11 licences
* 485343 : Implement a wait_eos function in basesink
* 487969 : allow nested GstStructures
* 492077 : Build issues on Windows/MSVC
* 493134 : Wrong GstObject signals registration
* 493983 : Build issues on Windows
* 494343 : pre-release vs6 patch
* 480858 : gstqueue code cleaning
* 486758 : queue element fails to re-negotiate caps upstream when si...
* 488201 : gst_segment_set_newsegment does not accumulate correctly
* 492729 : PAUSED- > PLAYING returns ASYNC when triggered from bus han...
* 494245 : [basesink] doesn't sync correctly if segment is in BYTES ...
API added since 0.10.14:
* gst_base_sink_get_last_buffer()
* GstBaseSink::last-buffer
* GstURIHandlerInterface::get_type_full
* GstURIHandlerInterface::get_protocols_full
* New tag: GST_TAG_ARTIST_SORTNAME
* New tag: GST_TAG_ALBUM_SORTNAME
* New tag: GST_TAG_TITLE_SORTNAME
* New tag: GST_TAG_COMPOSER
* gst_value_set_structure()
* gst_value_get_structure()
* GST_VALUE_HOLDS_STRUCTURE macro
* gst_bus_pop_filtered()
* gst_bus_timed_pop_filtered()
* gst_base_sink_wait_eos()
* gst_pad_peer_query()
* GstBaseSrc::do-timestamp
* gst_base_src_set_do_timestamp()
* gst_base_src_get_do_timestamp()
* GstBaseSink::ts-offset property
* gst_base_sink_set_ts_offset()
* gst_base_sink_get_ts_offset()
* GstBaseSink::async property
* gst_base_sink_set_async_enabled()
* gst_base_sink_is_async_enabled()
* gst_structure_get_uint()
* GstLFOControlSource and functions
Changes since 0.10.13:

129
RELEASE
View file

@ -1,5 +1,5 @@
Release notes for GStreamer 0.10.14 "Breathing Vacuum"
Release notes for GStreamer 0.10.15 "October"
@ -14,7 +14,7 @@ It is, however, parallel installable with the 0.8.x series.
The 0.10.x series has been reworked for threadsafety. It also features
various feature additions and enhancements.
various feature additions and enchancements.
This module, gstreamer, only contains core functionality.
@ -37,51 +37,84 @@ contains a set of less supported plug-ins that haven't passed the
Features of this release
* State change handling improvements
* New improved GstController API
* Multi-queue fixes and enhancements
* Fewer dynamic library relocations
* Various other fixes and improvements
* Parallel installability with 0.8.x series
* Threadsafe design and API
* Changes for asynchronous sink management
* New ts-offset property on basesink for adjusting clock synchronisation
* New GstController LFO feature
* Fixes and improvements in latency measurement for live pipelines
* Additional documentation and docs fixes
* Faster typefinding
* More tag types added
* Improvements in various core elements and parent classes
* New unit tests
* Allow dumping pipelines as dot graphs
* GstStructures now support nesting
* URIHandler interface can now be implemented in bindings
* Many other bug-fixes and improvements
Bugs fixed in this release
* 457322 : registry is read twice on startup
* 406632 : pkgconfigify the check for Check in configure.ac
* 423700 : [multiqueue] leaks memory when flushing
* 437457 : saving relocations for GstElementDetails
* 444648 : [API] add GstParamSpecFraction
* 444820 : build error with grammar.tab.c
* 448794 : state changes are racy with decodebin after rewrite for 0...
* 449197 : [capsfilter] Should set src pad caps on buffer
* 449226 : Incomplete ghostpads in xml session save
* 449493 : minor quoting fix in gst-feature.m4 macro
* 450711 : [GstController] Improve extensibility by providing a GstC...
* 451939 : [API] add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI
* 459501 : gst_registry_lookup_feature_locked is slow
* 462558 : Regression in async state change handling
* 462752 : make gst_element_class_set_details_simple args const
* 430682 : multiqueue doesn't output data on unlinked pads properly
* 462085 : registry feature hash can access invalid memory
* 357959 : buffer_alloc is not proxied through tee
* 374639 : GstTee doesn't handle pad list resyncs properly
* 449414 : [capsfilter] Copy of passed GstCaps taken instead of refe...
* 453732 : [PATCH] multiqueue returns wrong internally linked pads
* 496722 : DSP/DSW files in win32/vs6 directory are in unix format
* 476514 : [queue] Doesn't forward EOS event in all cases
* 456573 : allow dumping pipelines as dot graphs
* 475723 : cleanup static caps correctly
* 480341 : Memory leak at fakesink (regression in cvs)
* 349410 : Problems with type handling
* 414539 : [API] Support more GST_TAG*_SORTNAME and remove MusicBrai...
* 459717 : [Controller] Add GstLFOControlSource that provides values...
* 459809 : [API] add GST_TAG_COMPOSER
* 461598 : Commit Hungarian translations from TP
* 461599 : Some files missing from POTFILES.in
* 464366 : program including gst/gstbuffer.h does not compile with -...
* 466595 : gst_index_add_association generates corrupted entries
* 469402 : File uri handling on windows broken
* 473846 : Deadlock if sink is unable to send first buffer
* 474371 : Can't build libsgtcontroller with VS6
* 474823 : tee unit test failure
* 478347 : GST_STATIC_PAD_TEMPLATE macro causes warnings with g++-4.2
* 478401 : gstbasesrc.c ref count bug
* 479784 : GST_PLUGIN_DEFINE() doesn't accept BSD and MIT/X11 licences
* 485343 : Implement a wait_eos function in basesink
* 487969 : allow nested GstStructures
* 492077 : Build issues on Windows/MSVC
* 493134 : Wrong GstObject signals registration
* 493983 : Build issues on Windows
* 494343 : pre-release vs6 patch
* 480858 : gstqueue code cleaning
* 486758 : queue element fails to re-negotiate caps upstream when si...
* 488201 : gst_segment_set_newsegment does not accumulate correctly
* 492729 : PAUSED- > PLAYING returns ASYNC when triggered from bus han...
* 494245 : [basesink] doesn't sync correctly if segment is in BYTES ...
API changed in this release
- API additions:
* Add GstParamSpecFraction, so elements can have fraction
properties without lots of painful string parsing (#444648).
* Add fail_unless_equals_float() and assert_equals_float()
* Add gst_type_register_static_full
* Add gst_element_class_set_details_simple
* Refactor GstController into the core controller which can take
a GstControlSource for providing actual values for timestamps.
* add GST_TAG_LICENSE_URI and GST_TAG_COPYRIGHT_URI (#451939)
* gst_element_factory_has_interface()
* gst_base_sink_get_last_buffer()
* GstBaseSink::last-buffer
* GstURIHandlerInterface::get_type_full
* GstURIHandlerInterface::get_protocols_full
* New tag: GST_TAG_ARTIST_SORTNAME
* New tag: GST_TAG_ALBUM_SORTNAME
* New tag: GST_TAG_TITLE_SORTNAME
* New tag: GST_TAG_COMPOSER
* gst_value_set_structure()
* gst_value_get_structure()
* GST_VALUE_HOLDS_STRUCTURE macro
* gst_bus_pop_filtered()
* gst_bus_timed_pop_filtered()
* gst_base_sink_wait_eos()
* gst_pad_peer_query()
* GstBaseSrc::do-timestamp
* gst_base_src_set_do_timestamp()
* gst_base_src_get_do_timestamp()
* GstBaseSink::ts-offset property
* gst_base_sink_set_ts_offset()
* gst_base_sink_get_ts_offset()
* GstBaseSink::async property
* gst_base_sink_set_async_enabled()
* gst_base_sink_is_async_enabled()
* gst_structure_get_uint()
* GstLFOControlSource and functions
Download
@ -116,18 +149,26 @@ Let us know if you want to be added to this list.
Contributors to this release
* Andy Wingo
*
* Benoit Fouet
* David Nečas
* Edgard Lima
* Edward Hervey
* Felipe Contreras
* Gabor Kelemen
* Jan Schmidt
* Mark Nauwelaerts
* Jan Schmidt - Sun Microsystems
* Jorge González González
* Julien MOUTTE
* Michael Smith
* Murray Cumming
* Ole André Vadla Ravnås
* Philippe Kalaf
* Sebastian Dröge
* Sebastien Moutte
* Stefan Kost
* Steve Fink
* Thomas Vander Stichele
* Tim Angus
* Tim-Philipp Müller
* Tommi Vainikainen
* Wim Taymans
* Étienne Noreau-Hébert
 

View file

@ -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.14.1,
AC_INIT(GStreamer, 0.10.15,
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, 13, 0, 13)
AS_LIBTOOL(GST, 14, 0, 14)
dnl FIXME: this macro doesn't actually work;
dnl the generated libtool script has no support for the listed tags.

View file

@ -261,7 +261,7 @@
<ARG>
<NAME>GstFakeSink::num-buffers</NAME>
<TYPE>gint</TYPE>
<RANGE>>= G_MAXULONG</RANGE>
<RANGE>>= -1</RANGE>
<FLAGS>rw</FLAGS>
<NICK>num-buffers</NICK>
<BLURB>Number of buffers to accept going EOS.</BLURB>

View file

@ -3,7 +3,7 @@
<description>standard GStreamer elements</description>
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
<basename>libgstcoreelements.so</basename>
<version>0.10.14</version>
<version>0.10.15</version>
<license>LGPL</license>
<source>gstreamer</source>
<package>GStreamer source release</package>

View file

@ -3,7 +3,7 @@
<description>GStreamer core indexers</description>
<filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
<basename>libgstcoreindexers.so</basename>
<version>0.10.14</version>
<version>0.10.15</version>
<license>LGPL</license>
<source>gstreamer</source>
<package>GStreamer source release</package>

View file

@ -39,6 +39,17 @@ hierarchy, and a set of media-agnostic core elements.
</CVSRepository>
</repository>
<release>
<Version>
<revision>0.10.15</revision>
<branch>0.10</branch>
<name>October</name>
<created>2007-11-15</created>
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.15.tar.bz2" />
<file-release rdf:resource="http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.15.tar.gz" />
</Version>
</release>
<release>
<Version>
<revision>0.10.14</revision>

View file

@ -1 +1 @@
af az ca be bg cs da de en_GB es fi fr hu it nb nl pl ru rw sq sr sv tr uk vi zh_CN zh_TW
af az ca be bg cs da de en_GB es fi fr hu it nb nl pl ru rw sk sq sr sv tr uk vi zh_CN zh_TW

View file

@ -175,7 +175,7 @@
#define HAVE_WIN32 1
/* Define host CPU */
#define HOST_CPU "x86_64"
#define HOST_CPU "i686"
/* library dir */
#ifdef _DEBUG
@ -197,13 +197,13 @@
#define PACKAGE_NAME "GStreamer"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer 0.10.14"
#define PACKAGE_STRING "GStreamer 0.10.15"
/* 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.14"
#define PACKAGE_VERSION "0.10.15"
/* Define the plugin directory */
#ifdef _DEBUG
@ -219,7 +219,7 @@
#undef USE_POISONING
/* Version number of package */
#define VERSION "0.10.14"
#define VERSION "0.10.15"
/* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */