summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2014-05-24 21:17:20 +0200
committerJens Georg <mail@jensge.org>2014-05-24 21:17:20 +0200
commit0e57f224759a18e4d7d3c114a9f13d2c59ac242d (patch)
tree25325a01bc47f2b328c55efb79d09196c4e035c1
parent3e354084ae7f464767454f1390ae7630ce1528e6 (diff)
downloadgssdp-0e57f224759a18e4d7d3c114a9f13d2c59ac242d.tar.gz
Prepare 0.14.8gssdp-0.14.8
Signed-off-by: Jens Georg <mail@jensge.org>
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d7d40d0..165f87a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+0.14.8
+======
+
+- Recover from lost BYEBYE packets.
+- Some code clean-up.
+- Use GLib's multicast socket functions.
+- Fix compiling on mingw.
+- Don't abort if get_host_ip fails.
+- Fix an issue with unreffing GSources.
+- Fix build on some BSDs.
+- Use pktinfo on Linux to determine the source interface instead of relying on
+ netmasks.
+- Use strncpy() on interface names to not exceed ifrn_name length.
+- Documentation fixes.
+- Add support for vendor-specific headers in SSDP messages.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=678660
+ - https://bugzilla.gnome.org/show_bug.cgi?id=711320
+ - https://bugzilla.gnome.org/show_bug.cgi?id=724030
+ - https://bugzilla.gnome.org/show_bug.cgi?id=728871
+ - https://bugzilla.gnome.org/show_bug.cgi?id=728888
+ - https://bugzilla.gnome.org/show_bug.cgi?id=729613
+ - https://bugzilla.gnome.org/show_bug.cgi?id=730358
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Philip Withnall <philip.withnall@collabora.co.uk>
+ - Jens Georg <jensg@openismus.com>
+ - Riko Yamada <rik0yamada@yahoo.co.jp>
+ - Louis-Francis Ratté-Boulianne <lfrb@collabora.com>
+ - Branislav Katreniak <bkatreniak@nuvotechnologies.com>
+
0.14.7
======