summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-07-02 11:02:28 +0200
committerJens Georg <mail@jensge.org>2022-07-02 11:02:28 +0200
commitccfc8b492de9dca6644abf0f691be2fc177d302c (patch)
tree9bb079e62cdda83c5951a446687d49f3cd449e1f
parent059ff52c3d59384ebfb077463faf44338ff9a973 (diff)
downloadgupnp-ccfc8b492de9dca6644abf0f691be2fc177d302c.tar.gz
Prepare 1.5.2gupnp-1.5.2
-rw-r--r--NEWS44
1 files changed, 44 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5832f27..9a06ab1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,47 @@
+1.5.2 (development)
+===================
+ - Minor doc improvements
+ - Minor example fixes
+ - Fix pkg-config dependencies
+ - Fix issues found by coverity
+ - Deprecate internal UUID generator function
+ - Set log domains everywhere
+ - Support IPv6 in all context managers (Windows still broken)
+
+ServiceProxy:
+ - Fix error handling in sync call
+ - Fix a memory leak in subscribe()
+ - Change subscribtion timeout handling
+
+ServiceInfo:
+ - Remove deprecated callback
+
+ContextFilter:
+ - Fix it
+ - Notify only if content changes
+
+DeviceInfo:
+ - Set task names
+
+ContextManager:
+ - Add tests for filtering
+ - Fix behaviour of filter. Now the filter acts as if the context is
+ appearing/disappearing
+
+Vala:
+ - Fix ownership of XML doc
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/10
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/10
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/10
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/36
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/37
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/70
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+
1.5.1 (development)
===================