releasing 0.10.2 RELEASE-0_10_2
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 16 Jan 2006 20:59:38 +0000 (20:59 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 16 Jan 2006 20:59:38 +0000 (20:59 +0000)
Original commit message from CVS:
releasing 0.10.2

ChangeLog
NEWS
RELEASE
configure.ac
docs/plugins/inspect/plugin-coreelements.xml
docs/plugins/inspect/plugin-coreindexers.xml
win32/common/config.h

index 2518bca..d0ef43e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+=== release 0.10.2 ===
+
+2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
+
+       * configure.ac:
+         releasing 0.10.2, "If man is five"
+
 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
 
        * gst/gstbuffer.c:
 2006-01-11  Stefan Kost  <ensonic@users.sf.net>
 
        * docs/random/ensonic/media-device-daemon.txt:
-          more ideas (dbus)
+         more ideas (dbus)
        * gst/gstbuffer.c:
-          fix doc example, add clarification
+         fix doc example, add clarification
        * tools/gst-launch.1.in:
-          add initial info about GST_PLUGIN_PATH, needs more work
+         add initial info about GST_PLUGIN_PATH, needs more work
 
 2006-01-11  Tim-Philipp Müller  <tim at centricular dot net>
 
diff --git a/NEWS b/NEWS
index 8a425a5..aed59d8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,14 @@
-This is GStreamer 0.10.1, "Nollaig chridheil"
+This is GStreamer 0.10.2, "If man is 5"
+
+Changes since 0.10.1:
+    
+      * documentation updates
+      * bug fixes
+
+Bugs fixed since 0.10.1:
+    
+      * 325429 : GST_BOILERPLATE_FULL can't be used when compiling with -W...
+      * 316086 : MinGW compilation: fileindexer depends on mmap
 
 Changes since 0.10.0:
     
diff --git a/RELEASE b/RELEASE
index faa5f4c..2c0ffe4 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1,5 +1,5 @@
 
-GStreamer: Release notes for GStreamer 0.10.1 "Nollaig chridheil"
+GStreamer: Release notes for GStreamer 0.10.2 "If man is five"
         
 
 
@@ -38,28 +38,13 @@ Features of this release
     
       * Parallel installability with 0.8.x series
       * Threadsafe design and API
-      * element factory leak fixes
-      * tests cleanup
-      * BaseSrc seeking in other format than BYTES
-      * collectpad fixes
+      * documentation updates
+      * bug fixes
 
 Bugs fixed in this release
     
-      * 322441 : getcontext() in common/m4/gst-mcsc.m4 uses incorrect stac...
-      * 323041 : [BASESRC] basesrc does not handle a seek to non-bytes for...
-      * 323870 : [tools] gst-feedback needs updating for 0.9/0.10
-      * 323882 : gst-launch manpage needs updates
-      * 323905 : use return val of g_list_append
-
-API changed in this release
-     
-
-- API additions:
-    
-* GST_TYPE_STATIC_CAPS
-* GST_TYPE_STATIC_PAD_TEMPLATE
-* GstNetTimeProvider::active
-* gst_base_src_set_format
+      * 325429 : GST_BOILERPLATE_FULL can't be used when compiling with -W...
+      * 316086 : MinGW compilation: fileindexer depends on mmap
 
 Download
 
@@ -98,12 +83,12 @@ Flumotion has been ported to 0.10 as well.
   
 Contributors to this release
     
-      * Andy Wingo
+      * Brian Cameron
       * David Schleef
       * Edward Hervey
+      * James Livingston
       * Jan Schmidt
-      * Julien MOUTTE
-      * Michael Smith
+      * Sebastien Moutte
       * Stefan Kost
       * Thomas Vander Stichele
       * Tim-Philipp Müller
index 328b115..85a0823 100644 (file)
@@ -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, 10, 1, 2,
+AS_VERSION(gstreamer, GST_VERSION, 0, 10, 2, 0,
     GST_CVS="no", GST_CVS="yes")
 
 dnl can autoconf find the source ?
index fa43df6..300894c 100644 (file)
@@ -3,7 +3,7 @@
   <description>standard GStreamer elements</description>
   <filename>../../plugins/elements/.libs/libgstcoreelements.so</filename>
   <basename>libgstcoreelements.so</basename>
-  <version>0.10.1</version>
+  <version>0.10.2</version>
   <license>LGPL</license>
   <source>gstreamer</source>
   <package>GStreamer source release</package>
index 225aee0..7d65abc 100644 (file)
@@ -3,7 +3,7 @@
   <description>GStreamer core indexers</description>
   <filename>../../plugins/indexers/.libs/libgstcoreindexers.so</filename>
   <basename>libgstcoreindexers.so</basename>
-  <version>0.10.1</version>
+  <version>0.10.2</version>
   <license>LGPL</license>
   <source>gstreamer</source>
   <package>GStreamer source release</package>
index 69d291f..8fda5c6 100644 (file)
@@ -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"
 #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.10.1.2"
+#define GST_VERSION "0.10.2"
 
 /* Define the MAJOR.MINOR version */
 #define GST_MAJORMINOR "0.10"
 #undef USE_POISONING
 
 /* Version number of package */
-#define VERSION "0.10.1.2"
+#define VERSION "0.10.2"
 
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */