summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2019-02-05 22:11:12 +0100
committerJens Georg <mail@jensge.org>2019-02-05 22:11:12 +0100
commit6999a5abc7744a26fa143c417431d2ee1fd407f7 (patch)
treebc0db6fb9f55640c837b588d1ffd461bde889a37 /NEWS
parentd69e00d220e457f4b87a7a73b5802d91153906fe (diff)
downloadgssdp-6999a5abc7744a26fa143c417431d2ee1fd407f7.tar.gz
Prepare 1.1.3gssdp-1.1.3
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fe01b6d..1f10761 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+1.1.3
+=====
+
+- Fix a memory leak in sniffer
+- Minor other improvements to sniffer
+- Fix address fall-back to IP v4 for GSSDP client
+- Bump minimum GLib version to 2.44
+- Fix a crash due to a dangling pointer in GSSDP client
+- Fix a memory leak in pktinfo handler
+- Use g_type_ensure instead of custom solution
+- Implement UDA 1.1 boot-id and config-id
+- Implement UDA 1.1 ssdp:update messages
+- Documentation updates
+- Style fixes
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gssdp/issues/1
+ - https://gitlab.gnome.org/GNOME/gssdp/issues/2
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+
1.1.2
=====