summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-11-07 18:05:19 +0100
committerJens Georg <mail@jensge.org>2022-11-07 18:05:19 +0100
commit005efb021106ca55837972c161911a5178e873a5 (patch)
treeef06ff167cdf7df2c88560cc6742513f478f3483
parente581e1fca6070bd1419ebd74799586716dd5a228 (diff)
downloadgupnp-005efb021106ca55837972c161911a5178e873a5.tar.gz
Prepare GUPnP 1.6.1gupnp-1.6.1
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cce7c41..7b68b27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+1.6.1 (stable)
+==============
+ - ControlPoint: Fix error handling if description download fails
+ - Use proper method for detecting IFA_FLAGS availability
+ - ContextManager: Do not leak filtered contexts
+ - Network ContextManager: Do not leak list parts of context lists
+ - Introspection: Properly chain up to parent class
+ - ContextManager: Fix freeing unavailable contexts
+ - ControlPoint: Do not leak cancellable
+ - Service: Fix crash if subscription callback is points unreachable host
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/80
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/78
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+
1.6.0 (stable)
==============
- Re-release of 1.5.4, no functional change