From b1797f6ca0c9ce5b1eac8932dc4a3f6e0eeb9e1b Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 11 Nov 2005 19:24:30 +0000 Subject: [PATCH] releasing 0.9.5 Original commit message from CVS: releasing 0.9.5 --- ChangeLog | 7 +++++++ NEWS | 14 +++++++++++++- RELEASE | 23 ++++++++--------------- configure.ac | 2 +- win32/common/config.h | 8 ++++---- 5 files changed, 33 insertions(+), 21 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3b707fa486..4f6e1adc27 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +=== release 0.9.5 === + +2005-11-11 Thomas Vander Stichele + + * configure.ac: + releasing 0.9.5, "Bike Lunch Day" + 2005-11-11 Wim Taymans * gst/gstbuffer.c: (_gst_buffer_copy): diff --git a/NEWS b/NEWS index 7f2c2d1140..ac05f63554 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,16 @@ -This is GStreamer 0.9.4, "Tyrannosaurus Rex". +This is GStreamer 0.9.5, "Bike Lunch Day". + +Changes since 0.9.4: + + * gst_bus_poll and signal watch now see the same messages + * clock sync in BaseSrc class + * API documentation updates + * Bus reworked; signal API added + +Bugs fixed since 0.9.4: + + * 317341 : after linking ghost pads, one target pad does not have a ... + * 320774 : basesrc commit broke typefinding Changes since 0.9.3: diff --git a/RELEASE b/RELEASE index 2292f301de..9ce9dc6fab 100644 --- a/RELEASE +++ b/RELEASE @@ -1,5 +1,5 @@ -GStreamer: Release notes for GStreamer 0.9.4 "Tyrannosaurus Rex" +GStreamer: Release notes for GStreamer 0.9.5 "Bike Lunch Day" The GStreamer team is petrified to announce a new release @@ -36,21 +36,15 @@ Features of this release * Parallel installability with 0.8.x series * Threadsafe design and API - * state lock redefined - * Extensive documentation updates - * BaseTransform reworked + * gst_bus_poll and signal watch now see the same messages + * clock sync in BaseSrc class + * API documentation updates * Bus reworked; signal API added Bugs fixed in this release - * 111146 : new GstThread fails on pipeline with errors - * 169772 : [PATCH] GOption command-line parsing - * 170777 : use GST_TYPE_DATE for GST_TAG_DATE - * 315050 : [API] consider using GstClockTime instead of GTimeVal in ... - * 315126 : filesrc + forced caps should be possible - * 315383 : gst-launch shouldn't run broken pipelines - * 317041 : GstObject flags should be made real flags - * 318447 : gst_bin_iterate_sorted: Invalid call to gst_iterator_new + * 317341 : after linking ghost pads, one target pad does not have a ... + * 320774 : basesrc commit broke typefinding Download @@ -95,10 +89,9 @@ Contributors to this release * Andy Wingo * Edward Hervey * Johan Dahlin - * Josef Zlomek - * Julien Moutte + * Julien MOUTTE + * Luca Ognibene * Michael Smith - * Philippe Khalaf * Stefan Kost * Thomas Vander Stichele * Tim-Philipp Müller diff --git a/configure.ac b/configure.ac index 2b337886e5..0f8d6d86e1 100644 --- a/configure.ac +++ b/configure.ac @@ -6,7 +6,7 @@ AC_INIT dnl when going to/from release please set the nano (fourth number) right ! dnl releases only do Wall, cvs and prerelease does Werror too -AS_VERSION(gstreamer, GST_VERSION, 0, 9, 4, 1, +AS_VERSION(gstreamer, GST_VERSION, 0, 9, 5, 0, GST_CVS="no", GST_CVS="yes") dnl can autoconf find the source ? diff --git a/win32/common/config.h b/win32/common/config.h index b19b62f000..a7978331dd 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -21,7 +21,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" @@ -30,10 +30,10 @@ #define GST_PACKAGE_ORIGIN "Unknown package origin" /* package name in plugins */ -#define GST_PACKAGE_NAME "GStreamer CVS/prerelease" +#define GST_PACKAGE_NAME "GStreamer source release" /* Define the version */ -#define GST_VERSION "0.9.4.1" +#define GST_VERSION "0.9.5" /* Define if the host CPU is an Alpha */ #undef HAVE_CPU_ALPHA @@ -205,7 +205,7 @@ #undef USE_POISONING /* Version number of package */ -#define VERSION "0.9.4.1" +#define VERSION "0.9.5" /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */