|
|
|
|
Changelog for gupnp-doc-1.6.0-2.10.noarch.rpm :
* Sat Sep 17 2022 Bjørn Lie - Update to version 1.6.0: + Re-release of 1.5.4, no functional change. * Sat Sep 03 2022 Bjørn Lie - Update to version 1.5.4: + Fix build against libsoup 3.1.2 or later + Do not rely on a log message from libsoup in tests + Use Docbook 4.5 for manpage + Do not use env in binding generator + Add missing libxml2 dependency for test- Drop 1296d10eda308792d2924f141d72b8b6818878bd.patch: Fixed upstream. * Sat Aug 27 2022 Bjørn Lie - Update to version 1.5.3: + Linux context manager: Do not filter out v6 global addresses + Context: Add new convenience constructors + Examples: Fix browse.js for new API + NetworkManager: Create v4 and v6 contexts if no family is specified + Connman: Create v4 and v6 contexts if no family is specified- Changes from version 1.5.2: + 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: glgo#GNOME#gupnp#10, glgo#GNOME#gupnp#10, glgo#GNOME#gupnp#10, glgo#GNOME#gupnp#36, glgo#GNOME#gupnp#37, glgo#GNOME#gupnp#70.- Changes from version 1.5.1: + Minor doc fixes + Remove left-overs from WhiteList renaming + Make tests a little friendlier if there is no ipv6 + Fix a couple of issues from scan-build + DeviceInfo: - Make DeviceInfo:document accessible - Offer convenience function DeviceInfo:get_icon_async to combine icon lookup and icon download + ServiceAction: - Potential fix for running g_clear_pointer on an uninitialized value - Fix getting parameters from action + ServiceInfo: - Do not free an error that was propagated - Fix introspection on IPv6 devices + Service: Fix critical if Soup error other than G_IO_ERROR_CANCELLED occured- Changes from version 1.5.0: + 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: glgo#GNOME#gupnp#58, glgo#GNOME#gupnp#42, glgo#GNOME#gupnp#52, glgo#GNOME#gupnp#53, glgo#GNOME#gupnp#54, glgo#GNOME#gupnp#58, glgo#GNOME#gupnp#60, glgo#GNOME#gupnp#61, glgo#GNOME#gupnp#63.- Replace gtk-doc, pkgconfig(gssdp-1.2) and pkgconfig(libsoup-2.4) with docbook-xsl-stylesheets, xsltproc, pkgconfig(gi-docgen), pkgconfig(gssdp-1.6) and pkgconfig(libsoup-3.0) BuildRequires following upstream changes.- Bump soname and sover following upstream changes, also in baselibs.conf.- Use ldconfig_scriptlets macro for post(un) handling.- Drop gupnp-build-man-pages.patch: Fixed upstream.- Add 1296d10eda308792d2924f141d72b8b6818878bd.patch: Fix build against Soup 3.1.2 and later- Package docs in default docdir ref openSUSE standard and split it out in a doc subpackage. * Fri Jan 14 2022 Bjørn Lie - Update to version 1.4.3: + ServiceProxy: - Properly propagate cancelled actions in deprecated calls. - Fix deprecated async calls, again. * Sat Jan 08 2022 Bjørn Lie - Update to version 1.4.2: + Context: Fix a memory leak if ACL was used + RootDevice: Deprecate get_relative_location call + RootDevice, Device & Service: Fix use-after-free if Service lives longer than RootDevice + Service: Declare _valist functions deprecated + ServiceAction: Deprecate _return() call + ServiceProxy: - Fix re-queueing the message if POST fails - Fix double-free on ProxyAction + ServiceProxyAction: add _set() to the public API + ControlPoint: Deprecate get_context() call + Doc: - Add missing ContextFilter description - Add note regarding ACL and host_path() - Add note regarding error handling of call API- Add gupnp-build-man-pages.patch: Build and install the manpage. * Mon Dec 06 2021 Bjørn Lie - Update to version 1.4.1: + Fix regression in async deprecated API. + Fix context creation not failing if the HTTP server fails to bind. * Wed Nov 10 2021 Yifan Jiang - Bump soname to 1_2-1 reflecting real the library version. Obsolete packages had the mismatched version number. * Mon Sep 20 2021 Dominique Leuenberger - Update to version 1.4.0: + Fix fallback option for GSSDP dependency. + Linux CM: Fix address family filtering. + Linux CM: Fix a typo.- Changes from version 1.3.1: + Add ContextFilter class, deprecate WhiteList. + Fix several reference leaks. + Fix broken boot-id logic. Changes from version 1.3.0: + Service: name Tasks. + Doc: Some grammaer fixes. + Dead and deprecated code clean-up. + Move tests that are actually examples into examples. + Move tests from gtest to test. + Doc: General clean-up. + Fix some introspection annotations. + Build: Make gupnp usable as a subproject (more or less). + Make it possible to re-use a ServiceProxyAction. + Service: Validate \"Host\" header for GENA actions. * Mon Aug 02 2021 Yifan Jiang - Drop patches fixed upstream on SLE and Leap 15.4 gupnp-validate-host-header.patch. * Thu Jun 17 2021 Michael Gorse - Add gupnp-validate-host-header.patch: validate host header (boo#1186590 glgo#GNOME/gupnp#24 CVE-2021-33516). * Sun Jun 06 2021 Bjørn Lie - Update to version 1.2.7: + Fix build with -Wformat-security=error + Bump required GLib version to 2.66 + Fix some introspection annotations + Add missing varargs functions to vapi + Revert fix from 1.2.5 which causes managed control points to live too long * Tue Jun 01 2021 Ferdinand Thiessen - Update to version 1.2.6 + Fix CVE-2021-33516 ( boo#1186590 ) + Fix potential fd leak in linux CM + Fix potential NULL pointer dereference when evaluating unset ServiceProxyActions + Fix leaking the message string if an action is never sent + Fix leaking the ServiceProxyAction if sending fails in call_action + Fix potential use-after-free if service proxy is destroxed before libsoup request finishes in control point + Fix potential data leak due to being vulnerable to DNS rebind attacs + Fix introspection annotation for send_action and call_action_finish to prevent a double-free + Fix introspection annotation for send_action_list + Make ServiceIntrospection usable from gobject-introspection- Fix dependencies * Thu May 27 2021 Bjørn Lie - Update to version 1.2.6: + Fix wrong dependency on GSSDP 1.2.4- Changes from version 1.2.5: + Fix introspection annotation for send_action_list + Fix potential fd leak in linux CM + Fix potential NULL pointer dereference when evaluating unset ServiceProxyActions + Fix leaking the message string if an action is never sent + Fix leaking the ServiceProxyAction if sending fails in call_action + Fix introspection annotation for send_action and call_action_finish to prevent a double-free + Make ServiceIntrospection usable from gobject-introspection + Add Python example + Add C example + Fix JavaScript example + Fix potential use-after-free if service proxy is destroxed before libsoup request finishes in control point + Fix potential data leak due to being vulnerable to DNS rebind attacks * Mon Aug 10 2020 Bjørn Lie - Update to version 1.2.4: + Fix subscription check on V6 link-local addresses. + Add autofree function for GUPnPServiceProxyAction. * Tue Jun 23 2020 Paolo Stivanin - Update to version 1.2.3: + Requires GSSDP 1.2.3 + Always build the gupnp-binding-tool manpage + Fix static linking issue caused by libguul subproject + Add mitigations for CVE-2020-12695 + Implement UDA 2.0 April 17 2020 Addendum * Thu Jan 02 2020 Bjørn Lie - Update to version 1.2.2: + Fix macOS dylib versioning. + Fix endless loop on early notify. + Several documentation fixes. + Implement version-independent type registration in ResourceFactory. + Fix an issue with implementation of the depracted functions. + Fix an issue with including net/if.h and linux/if.h. + Add async introspection functions matching the usual GIO function pattern. + Go through main loop if introspection fails before the actual network request. + Bump required GLib version to 2.58. * Thu May 30 2019 bjorn.lieAATTgmail.com- Update to version 1.2.1: + Fix a deadlock when cancelling an action. + Do not call-back a cancelled action. + Fix public dependencies. * Thu May 30 2019 bjorn.lieAATTgmail.com- Update to version 1.2.0: + Stable release version bump. * Thu May 30 2019 bjorn.lieAATTgmail.com- Update to version 1.1.2: + Use python3 in binding tool. + Avoid a static buffer in the linux context manager. + Add UDA version and address family to linux context manager. + Implement ssdp:update in context manager. + Update documentation. + Introduce new sync/async service proxy call API. * Thu May 30 2019 bjorn.lieAATTgmail.com- Update to version 1.1.1: + Fix issue when building VAPI. + Pass on network mask from linux CM. + Properly rewrite v6 link-local urls when accessing. + Minor introspection annotation fixes. + Properly filter v6 scopes in linux CM. + Fix compile issues with linux CM when there is no wireless.h. + Fix doble-free in linux CM. + Simplify build tests a bit.- Changes from version 1.1.0: + Bump API and ABI version. + GUPnPRootDevice implements GInitable. + Clean-up functions added for GObject-Introspection compatibility. + Remove all deprecated functions from GUPnP 1.0 API. + Switch build to Meson. + Port everything to new GLib type macros. + Add IPv6 support to Linux context manager. + Fix IPv6 LL support for context. + Add gupnp_context_manager_create_full for specifying the socket family. + Bugs fixed: bgo#654446, bgo#770318, bgo#777491, bgo#780640, bgo#780715, bgo#793955.- Switch to meson buildsystem, add meson and gtk-doc BuildRequires and macros.- Add pkgconfig(gio-2.0), pkgconfig(glib-2.0), pkgconfig(gmodule-2.0) and pkgconfig(gobject-2.0) BuildRequires: align with what meson checks for.- Replace pkgconfig(gssdp-1.0) with pkgconfig(gssdp-1.2) BuildRequires following upstreams changes.- Add soname and sover defines and set them to 1_2-0 and 1.2, make future API and ABI bumps easier. * Wed May 29 2019 Bjørn Lie - Update to version 1.0.4: + Fix some win32-specific warnings. + Backport meson support form master. + Fix introspection annotations for get_icon_url + Avoid static buffer in linux context manager. + Fix wrong include in ACL header. + Fix endless loop in service proxy.
|
|
|