summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2022-04-24 21:36:36 +0200
committerJens Georg <mail@jensge.org>2022-04-24 21:36:36 +0200
commitc50780fcd1707f39b41d0c3c579cafef400cb54e (patch)
tree825c958e4b91080aec89b0c8b367ac53cd49079e /NEWS
parentf466d41dabbb5776c770a041cbfb804a1966c556 (diff)
downloadgupnp-c50780fcd1707f39b41d0c3c579cafef400cb54e.tar.gz
Prepare GUPnP 1.5.0gupnp-1.5.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS52
1 files changed, 52 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a6dad67..d347a16 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,55 @@
+1.5.0 (development)
+===================
+
+ - Port to libsoup3
+ - API bump (1.6)
+ - Improved test coverage
+ - All _valist functions have been removed
+ - The documentation is now provided by gi-docgen
+ - All API that was marked as deprecated up until 1.4 has been removed
+
+ServiceIntrospection:
+ - is now a GInitable
+
+Context:
+ - Uses GSSDP.Client:port
+ - Fix reference leak when using ACL
+
+DeviceInfo:
+ - The get_device() and get_service() virtual functions have been renamed
+
+ServiceAction:
+ - ServiceAction::return() was renamed to ServiceAction::return_success() to
+ avoid issues with languages such as python
+
+ServiceInfo:
+ - Non-gio style introspection functions are now deprecated
+
+Service:
+ - Returns a proper error instead of calling g_error when autoconnect fails
+
+ServiceProxy:
+ - Fixes an issue with M-POST fall-back if POST calls failed
+ - There is no need anymore to call ServiceProxyAction::get() to get SOAP
+ transport errors; those will now be already presented by the
+ ServiceProxy::call_action_finish() call.
+
+
+Bugs fixed in this release:
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/58
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/42
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/52
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/53
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/54
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/58
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/60
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/61
+ - https://gitlab.gnome.org/GNOME/gupnp/issues/63
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Marvin Schmidt <marv@exherbo.org>
+
1.4.0 (stable)
=====