summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-11-12 22:47:23 +0100
committerJens Georg <mail@jensge.org>2018-11-12 22:49:46 +0100
commit8a740a213b6b5ba21066ef5005605e1aa528e9c7 (patch)
treee0718d10bee0173c504cc9c308c0d793cbad3c97
parent6daf7f029672f86d400f65b2bc5dfbcc2f251852 (diff)
downloadgssdp-8a740a213b6b5ba21066ef5005605e1aa528e9c7.tar.gz
Prepare 1.1.0gssdp-1.1.0
-rw-r--r--NEWS51
1 files changed, 51 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 12748f5..119fb43 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+1.1.0
+=====
+
+- Bump API and ABI versions
+- Port to new GLib type macros
+- Remove the custom marshaller
+- Make error enum a type
+- Drop deprecated properties and functions
+- Clean up Sniffer UI
+- Refactor get_host_ip into separate files
+- Use several GLib helper functions like g_clear_object etc.
+- Fix deprecations with GTK 3.22 in sniffer
+- Port build system to Meson
+- Drop meta-data file and custom vala for vapi
+- Port sniffer to use UI from GResource
+- Make sniffer UI more GNOME 3 hig-ish
+- Some usability improvements for sniffer
+- Add rescan for sniffer
+- Introduce more debug logging while creating the GSSDP client
+- Recreate the socket sources on errors
+- Fix a memory leak in sniffer
+- Add IPv6 support
+- Have sniffer show the network interface
+
+Known issues:
+- IPv6 Support not implemented for Android and Win32
+
+1.0.2
+=====
+- Small documentation fixes
+- Fix deprecation warning with GTK+-3.22
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+
+1.0.1
+=====
+
+- Fix some compiler/c89 issues with recent mingw
+- Use proper ssize_t modifier in printf
+- Make documentation point to itself by declaring it stable
+- Use correct FSF address in documentation text
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+
+1.0.0
+=====
+
+- No difference to 0.99.0
+
0.99.0
======