gstfunnel: avoid access of freed pad
[platform/upstream/gstreamer.git] / NEWS
diff --git a/NEWS b/NEWS
index 5b3e3fb..a794dc9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,53 +1,61 @@
-This is GStreamer 0.8.0
-
-Changes since 0.7.6:
-      * coding style consistency for .c files
-      * ABI padding for GstCaps and GstStructure
-
-Changes since 0.7.5:
-                                                                                
-      * uses 0.8 as the major/minor number
-      * opt scheduler fixes
-      * don't link non-versioned tools to gstreamer
-      * bindings-related fixes and additions
-Changes since 0.7.4:
-
-      * API additions for bindings
-      * Queue memleak fix
-      * optimal scheduler fixes
-      * Ghost pad fixes
-      * Signal marshalling fixes
-      * documentation fixes
-      * underquotedness fixes for automake 1.8
-      * fixed atomic implementation on sparc and S390
-      * gstreamer-scan fixes
-      * multidisksrc renamed to multifilesrc
-      * fixed GstCaps docs
-      * fixed libxml checking when not needed
-      * added timeout to filesrc
-      * added support for double dparams
-      * make spider report an error when it can't handle a mime type
-      * fixed navigation event handling
-      * added codec and volume tags
-
-Bugs fixed since 0.7.4:
-    
-      * 105844 : --disable-loadsave --disable-registry still check for libxml
-      * 118310 : Timeout support added for fdsrc
-      * 127133 : [API] Need non-vararg version of gst_index_add_association
-      * 127815 : gst-register sigsegs 100% of the time.
-      * 129600 : patch to compile on OSX
-      * 131362 : use serialize/deserialize in the core
-      * 132045 : incorrect dependency causes rebuilding of libgstreamer on "m
-      * 132935 : setting pipeline -> NULL -> PLAYING doesn't restart stream
-      * 132996 : configure fails: aclocal: macro `jm_AC_TYPE_UNSIGNED_LONG_LO
-      * 133391 : the asm mutex implementation is broken on SPARC
-      * 133631 : gst-launch seg faults in gst_caps_free with no sink
-      * 133800 : fixes for underquoted macros and automake 1.8.x
-      * 133817 : add support for disc number tag
-      * 134128 : typo in ./gstreamer/gst/gstclock.c
-      * 134145 : pot-update not updated after file removal
-      * 134583 : Race on gst_pad_link_free
-      * 134816 : test -e in autogen.sh does not work on Solaris
-      * 134841 : gst-inspect.c is defining GList *pads twice
+This is GStreamer 0.11.92 "High Hopes"
+
+New features in 0.11.92:
+
+      * Parallel installability with 0.10.x series
+      * API cleanup and minor API improvements
+      * GstTagList is a refcounted type now
+      * Lots of bugfixes, cleanup and other improvements
+
+New features in 0.11.91:
+
+      * API cleanup and minor improvements
+      * More hiding of structs that don't need to be public
+      * Addition of SNAP flag for seek events
+
+New features in 0.11.90:
+
+      * Lots of bugfixes, cleanup and other improvements
+      * Improvements to the buffer and memory managment API
+      * A new GstTOC interface, e.g. for handling chapters
+      * The GstChildProxy interface works with any GObject now
+
+New features in 0.11.3:
+
+      * Various bug fixes and improvements
+      * Input-selector defaults to sync-streams=true
+      * Queue don't just start the thread on linking
+      * Add user_data and notify to gst_memory_new_wrapped()
+      * Rework caps function for performance
+      * Improve basetransform allocator handling
+      * Implement metadata transforms
+      * Metadata registration improvements
+      * Use generic marshallers everywhere
+      * Push Sticky events in more cases
+      * Register queries like events
+      * Add DRAIN serialized query
+      * Add 0-padding and prefix to GstMemory
+      * Rework the ALLOCATION query
+      * Allow setting the allocator in a bufferpool
+      * Improve pull/get_range
+
+New features in 0.11.2:
+
+      * Parallel installability with 0.10.x series
+      * Added pts/dts to buffers
+      * Moved controller into core
+      * Pad probe rewrite
+      * AcceptCaps and GetCaps made as queries
+      * Added parent to pad functions
+      * Sticky events rewrite
+      * New GstSample object
+      * Asynchronous state change support for basesrc
+      * Added new bitmask type
+      * GstMemory updates
+      * Port to gio
+      * Port to newest glib
+      * Add stepped ranges
+      * Do typefind in separate thread
+      * Rework alloc tracing
+      * Added STREAM_CONFIG, GAP and STREAM_START events
+      * Various cleanups and leak fixes