summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-06-03 17:08:07 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-06-03 17:08:07 +0000
commitb630d0f4cd25d4ef8c886a389981f0259f8c786d (patch)
tree1348f43772f201302e9cc8c8f2fb1e61d68fcb11 /NEWS
parent0f67e4bd10353e65409e74ef7649ed0c97788426 (diff)
release notes
Original commit message from CVS: release notes
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS39
1 files changed, 38 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3ad0bf4c4..d1814df7a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,42 @@
-This is GStreamer 0.8.1
+This is GStreamer 0.8.2
+
+Changes since 0.8.1:
+
+ * new translations: Turkish, Ukrainian, GB English
+ * Fixes for setting elements to NULL to release devices
+ * Windows port
+ * New GStreamer Data Protocol helper library
+ * New GstAdapter, similar to bytestream
+ * Fixes for registry loading plugins with same name
+ * Added no-more-pads signal
+ * Added Fixed List GValue type
+ * Fixes to schedulers
+
+Bugs fixed since 0.8.1:
+
+ * 133897 : Internal GStreamer error: seek problem
+ * 134839 : buffers leaked by filesrc, typefind, spider or fakesink
+ * 137710 : When seeking, the sink's time is reset
+ * 138012 : [opt] simple pipeline crashe
+ * 138836 : docs build but won't install
+ * 140015 : GstValue GTypes should not derive from G_TYPE_BOXED
+ * 140156 : ARM port / type reading patches
+ * 140477 : [debug] crash with *:2 while playing alien.mpg
+ * 140594 : Small memory leak int gst_parse_launch()
+ * 140734 : filesrc should handle named pipes/devices
+ * 140743 : Leak in _gst_parse_escape()
+ * 141083 : gstreamer-0.8.1 compile failure with gcc-3.4: error: PIC ...
+ * 141304 : GST_CAPS and GST_IS_CAPS broken
+ * 141317 : Win32 build with newest Microsoft compilers
+ * 141414 : filesink leaks events
+ * 141416 : leak in entrygthread scheduler
+ * 141417 : Memory leak in gthread-cothreads.h
+ * 142304 : The Win32 makefiles clean too much
+ * 142804 : needed change to allow x86 Solaris compile with Forte
+ * 142957 : xmlregistry failes to compile on osx
Changes since 0.8.0:
+
* new translations: Azarbaijani, Afrikaans, Swedish
* MinGW compilation fixes
* buffer internal fixes
@@ -11,6 +47,7 @@ Changes since 0.8.0:
* registry fixes
Changes since 0.7.6:
+
* coding style consistency for .c files
* ABI padding for GstCaps and GstStructure