mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
configure.ac: releasing 0.10.9, "On the road again"
Original commit message from CVS: 2006-07-13 Jan Schmidt <thaytan@mad.scientist.com> * configure.ac: releasing 0.10.9, "On the road again"
This commit is contained in:
parent
38a67884fb
commit
0f14bf2d95
8 changed files with 90 additions and 14 deletions
|
@ -1,3 +1,10 @@
|
|||
=== release 0.10.9 ===
|
||||
|
||||
2006-07-13 Jan Schmidt <thaytan@mad.scientist.com>
|
||||
|
||||
* configure.ac:
|
||||
releasing 0.10.9, "On the road again"
|
||||
|
||||
2006-07-13 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* libs/gst/base/gstbasesrc.c: (gst_base_src_update_length):
|
||||
|
|
31
NEWS
31
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:
|
||||
|
||||
|
|
36
RELEASE
36
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
|
||||
|
|
@ -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.
|
||||
|
|
|
@ -305,7 +305,7 @@
|
|||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Touch mapped region read data</NICK>
|
||||
<BLURB>Touch mmapped data regions to force them to be read from disk.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
<DEFAULT>TRUE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
|
@ -318,6 +318,16 @@
|
|||
<DEFAULT>TRUE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstFileSrc::sequential</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
<RANGE></RANGE>
|
||||
<FLAGS>rw</FLAGS>
|
||||
<NICK>Optimise for sequential mmap access</NICK>
|
||||
<BLURB>Whether to use madvise to hint to the kernel that access to mmap pages will be sequential.</BLURB>
|
||||
<DEFAULT>FALSE</DEFAULT>
|
||||
</ARG>
|
||||
|
||||
<ARG>
|
||||
<NAME>GstIdentity::check-perfect</NAME>
|
||||
<TYPE>gboolean</TYPE>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>standard GStreamer elements</description>
|
||||
<filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
|
||||
<basename>libgstcoreelements.so</basename>
|
||||
<version>0.10.8</version>
|
||||
<version>0.10.9</version>
|
||||
<license>LGPL</license>
|
||||
<source>gstreamer</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<description>GStreamer core indexers</description>
|
||||
<filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
|
||||
<basename>libgstcoreindexers.so</basename>
|
||||
<version>0.10.8</version>
|
||||
<version>0.10.9</version>
|
||||
<license>LGPL</license>
|
||||
<source>gstreamer</source>
|
||||
<package>GStreamer source release</package>
|
||||
|
|
|
@ -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). */
|
||||
|
|
Loading…
Reference in a new issue