summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-03-21 00:20:59 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-03-21 00:20:59 +0000
commit7f836e1c45f12ea568187bfa8967436f8c6d743c (patch)
tree3a7b9912df6eaad02079a5bb6a8e115719f38b22 /NEWS
parent75962ccda3534ca3a866e9c7ac9cc41e095189e0 (diff)
Release 0.10.18
Original commit message from CVS: Release 0.10.18
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS29
1 files changed, 28 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d2af45df7..969bdfd1c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,31 @@
-This is GStreamer 0.10.17 "Due Negligence"
+This is GStreamer 0.10.18 "So far away"
+
+Changes since 0.10.17:
+
+ * New GstPoll abstraction simplifies operations on multiple fd's/sockets
+ * Various bug fixes and corrections
+
+Bugs fixed since 0.10.17:
+
+ * 516187 : adding gst_collect_pads_read_buffer () collectpads
+ * 516395 : gst_buffer_create_sub does not copy flags
+ * 520756 : different registry backend configurations cause build errors
+ * 498222 : configure improvements
+ * 499127 : [multiqueue] has no documentation
+ * 505417 : Add GstPoll to core
+ * 509559 : [gstinfo]_gst_debug_init() memory leak
+ * 510194 : segmentation fault when trying to link elements.
+ * 511783 : [API] [check] add gst_check_element_push_buffer_list() etc.
+ * 513964 : [GstPad] gst_pad_get_caps don't return a copy of the caps
+ * 515469 : patch to add gst_index_set_resolver_full
+ * 519584 : gst_element_implements_interface() segfaults with 'filesr...
+ * 519698 : g_free/xmlFree mismatches in gstregistryxml
+ * 520152 : Core uses non-portable size_t and ssize_t
+ * 520671 : GstPoll needs to be ported to Windows
+ * 520808 : GstPoll's API could need some changes for Windows
+ * 520877 : registrybinary.c doesn't build cleanly on Windows/MSVC
+ * 521740 : libgstreamer.def exports not up to date
+ * 522741 : regression: gst_index_entry_free() frees string it does n...
Changes since 0.10.16: