Changelog for
gssdp-doc-1.6.0-2.2.noarch.rpm :
* Sat Sep 17 2022 Bjørn Lie
- Update to version 1.6.0: + Re-release of 1.5.2 as stable version. No functional changes.
* Sat Aug 27 2022 Bjørn Lie - Update to version 1.5.2: + Enable global scope v6 addresses. + Expose Client:address as proper property. + Clean-up client properties, make some construct-only. + Add new convenience constructors for client.- Changes from version 1.5.1: + Clean-up debug output. + Allow interface indexes up to MAXINT.- Disable meson_test macro for now, fails currently, but that is ok as we are on the unstable branch.- Replace python3-gi-docgen with pkgconfig(gi-docgen) BuildRequires, align with what meson checks for.- Drop unneeded and unused gtk-doc BuildRequires.- Package docs in default docdir ref openSUSE standard and split it out in a doc subpackage.- Use ldconfig_scriptlets macro for post(un) handling.
* Fri Apr 29 2022 Emily Gonyer - Update to version 1.5.0: + Switch to libsoup3. + Bump API and ABI. + Deprecate Client:msearch-port property for Client:port.- Bump soname and sover following upstream changes, also in baselibs.conf- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0) BuildRequires following upstreams port.
* Mon Sep 27 2021 Dominique Leuenberger - Pass -Dsniffer=false to meson: Disable build of sniffer. Allows to drop pkgconfig(gtk4) BuildRequires and helps eliminate a build cycle.- Allow for easy toggling using bcond_with sniffer.
* Mon Sep 20 2021 Dominique Leuenberger - Update to version 1.4.0.1: + Fix building the sniffer when built as subproject + Do not build docs by default- Changes from version 1.3.1: + Implement MAC lookup on Windows + Implement interface index lookup on Windows + Fix distributing docs in the tarball + Build docs by default- Changes from version 1.3.0: + Sniffer: Various deprecated function clean-up + Sniffer: Port to GTK4 + Docs: Ported to gi-docgen + Docs: Clean-up and other improvements + Client: Minor dead code clean-up + Build: Make GSSDP usable as a subproject + All: Fixes from scan-build + All: Minor introspection fixes- Replace pkgconfig(gtl+-3.0) BuildRequires with pkgconfig(gtk4): Follow upstreams port to GTK 4.- Enable test suite: enable meson_test in check section.
* Tue Jun 23 2020 Paolo Stivanin - Update to version 1.2.3: + Prevent crash if client is not initialized + Fix critical if network device does not exists + Fix ::1 multicast + client. Add getter for network mask
* Thu Jan 02 2020 Bjørn Lie - Update to version 1.2.2: + Fix macOS dylib versioning. + Update the required glib version to 2.54. + Fix setting the multicast sending interface.
* Wed May 01 2019 Bjørn Lie - Update to version 1.2.1: + Fix portability issues with gssdp_net_get_device_list. + Fix a local vs. global include in public header.
* Tue Mar 12 2019 Bjørn Lie - Update to version 1.2.0: + Stable release version bump.
* Wed Feb 13 2019 bjorn.lieAATTgmail.com- Update to version 1.1.3: + Fix a memory leak in sniffer. + Minor other improvements to sniffer. + Fix address fall-back to IP v4 for GSSDP client. + Bump minimum GLib version to 2.44. + Fix a crash due to a dangling pointer in GSSDP client. + Fix a memory leak in pktinfo handler. + Use g_type_ensure instead of custom solution. + Implement UDA 1.1 boot-id and config-id. + Implement UDA 1.1 ssdp:update messages. + Documentation updates. + Style fixes.- Disable tests for now, as it currently fails, but this is the unstable branch so it\'s ok for the time beeing.
* Sat Jan 26 2019 bjorn.lieAATTgmail.com- Update to version 1.1.2: + Use a proper type for the message-received signal\'s parameter. + Fix OS name in version string. + Fix version string to include UPnP version. + Fall-back to UDA 1.0 if UDA version is unspecified.
* Sat Jan 26 2019 bjorn.lieAATTgmail.com- Update to version 1.1.1: + Fix a crash with sniffer. + Fix pktinfo handling on OS X. + Fix mssing network mask in GSSDPClient. + Several build test simplifications. + Add property for address family in GSSDPClient. + Remove address family hack in sniffer. + Add property for UDA version in GSSDPClient.- Changes from version 1.1.0.1: + Re-release of 1.1.0 because of meson tarball naming.- Changes from version 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.- Add soname and sover defines and set them to 1_2-0 and 1.2, make future API and ABI bumps easier.
* Fri Jan 25 2019 bjorn.lieAATTgmail.com- Update to version 1.0.3: + Meson build fixes. + Fix running sniffer from meson build. + Fix issue on OS X when socket is destroyed after suspend. + Fix a memory leak in the device sniffer. + Fix a crash when sending a SSDP message after clearing the custom headers. + Use utsname.release for Server: header. + Bugs fixed in this release: glgo#GNOME/gssdp#1, bgo#794340.- Switch to meson buildsystem, add meson and gtk-doc BuildRequires and macros. Also run tests in new check section.
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner