summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-02-08 11:40:56 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-02-08 11:40:56 +0000
commitf9eaa7d8a3d6cf350854ae1221d175cf33eb08dd (patch)
tree62671059e5a983041baa7bb4b78ba999afd58612 /NEWS
parente21612cdf6eff0b7b073fbbc9cd07b17d4b501b0 (diff)
releasingRELEASE-0_8_9
Original commit message from CVS: releasing
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 27 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fddde3f009..5faf39c824 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
-This is GStreamer 0.8.8.
+This is GStreamer 0.8.9.
+
+Changes since 0.8.8:
+
+ * Probe fixes
+ * Thread and queue fixes fixes
+ * Documentation updates
+ * Important GstBin state change fix - see #166371 if you subclass
+
+Bugs fixed since 0.8.8:
+
+ * 94464 : [threads] gst_scheduler_add_scheduler() doesn't ref passe...
+ * 123775 : [PATCH] [api] setting state on element should force highe...
+ * 142588 : [threads] if all elements have been removed from a bin, s...
+ * 150546 : [api] Error for calling gst_pad_push in a get function is...
+ * 162276 : [build] gstregistry.h and gstxmlregistry.c don't build wi...
+ * 163234 : [PATCH] plugin loading isn't thread-safe
+ * 163383 : [PATCH] ogm plugins won't register
+ * 163801 : [PATCH] mem leak in xml registry loading
+ * 164062 : [PATCH] tee capsnego is broken
+ * 164261 : [PATCH] GST parsing doesn't recognise urls without a file...
+ * 165272 : [PATCH] Problem compiling gstreamer 0.8.8
+ * 165365 : [PATCH] gst_string_wrap() segfaults on NULL strings
+ * 165922 : add locking in opt
+ * 166269 : Typo in current .po file msgid string
+ * 166362 : data discarded by probes is leaked
+ * 166371 : GstBin derived classes not notified of state change
Changes since 0.8.7: