Package Release Info

gssdp-1.0.2-bp152.4.4

Update Info: Base Release
Available in Package Hub : 15 SP2 (BETA)

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gssdp-utils
libgssdp-1_0-3
libgssdp-1_0-3-64bit
libgssdp-devel
typelib-1_0-GSSDP-1_0

Change Logs

* Mon Mar 20 2017 dimstar@opensuse.org
- Update to version 1.0.2:
  + Small documentation fixes.
  + Fix deprecation warning with GTK+-3.22.
* Sat Oct 15 2016 zaitor@opensuse.org
- Update to version 1.0.1:
  + Fix some compiler/c89 issues with recent mingw.
  + Use proper ssize_t modifier in printf.
  + Make documentation point to itself by declaring it stable.
  + Use correct FSF address in documentation text.
* Mon Sep 19 2016 zaitor@opensuse.org
- Update to version 1.0.0:
  + No changes.
* Tue Aug 16 2016 zaitor@opensuse.org
- Update to version 0.99.0:
  + Don't leak arp lookup symbol.
  + Minor documentation updates.
* Tue Jun 21 2016 zaitor@opensuse.org
- Update to version 0.14.16:
  + Fill the interface index for bionic.
  + Remove unused include.
  + Fix interface lookup on Win32.
  + Bugs fixed: bgo#762455, bgo#765688, bgo#765709.
* Thu May 19 2016 tyang@suse.com
- Update to GNOME 3.20.2  Fate#318572
* Tue Apr 26 2016 zaitor@opensuse.org
- Update to version 0.14.15:
  + Actually use the TTL that was set by the user.
  + Use if_nametoindex instead of IOCTL when available.
  + Implement a User Agent cache based on SSDP packages.
  + Fix potential strncpy overflow.
  + Add missing m4 macros.
  + Disable PKTINFO on OS X.
  + Do not leak host_addr in clients.
  + Bugs fixed: bgo#653894, bgo#762324, bgo#764677.
* Tue Feb 09 2016 dimstar@opensuse.org
- Update to version 0.14.14:
  + Fix warning if the IP address is not known.
  + Fix issue with discovery.
  + Bugs fixed: bgo#760702.
* Sun Jan 03 2016 zaitor@opensuse.org
- Update to version 0.14.13:
  + Make "host-ip" of GSSDPClient a construction property to give
    the caller the chance to bypass the IP autodetection during
    client creation.
* Tue Dec 08 2015 zaitor@opensuse.org
- Update to version 0.14.12.1:
  + Update m4 macros from autoconf-archive (bgo#758778).
* Sun Nov 22 2015 zaitor@opensuse.org
- Update to version 0.14.12:
  + Fix issues with names of loopback device on *BSD.
  + Move gtest code one level up and examples to their own folder.
  + Fix a possible NULL derefence in gssdp-device-sniffer.
  + Remove use of gnome-common for building.
  + Bugs fixed: bgo#743070.
* Mon Jan 05 2015 dimstar@opensuse.org
- Update to version 0.14.11:
  + Don't use inet_netof to filter for correct source networks.
  + Add gssdp_resource_browser_rescan() function.
  + Allow custom TTL values for GSSDPClient.
  + Bugs fixed: bgo#656406, bgo#668922, bgo#692516.
* Thu Oct 16 2014 hrvoje.senjan@gmail.com
- Add baselibs.conf: provide multi-arch packages.
* Fri Aug 15 2014 dimstar@opensuse.org
- Update to version 0.14.10:
  + DOAP fixes.
  + Fix SSDP when running on the same host.
  + Bug fixed: bgo#733851.
* Fri Jul 25 2014 dimstar@opensuse.org
- Update to version 0.14.9:
  + Properly set max age property.
  + Some gtk-doc fixes.
  + Only consider "200 OK" a proper response for SSDP requests.
  + Remove a scary warning.
  + Fix source packet filtering.
  + Bugs fixed: bgo#697084, bgo#730946, bgo#733651.
* Tue Jul 01 2014 dimstar@opensuse.org
- Update to version 0.14.8:
  + Recover from lost BYEBYE packets.
  + Some code clean-up.
  + Use GLib's multicast socket functions.
  + Fix compiling on mingw.
  + Don't abort if get_host_ip fails.
  + Fix an issue with unreffing GSources.
  + Fix build on some BSDs.
  + Use pktinfo on Linux to determine the source interface instead
    of relying on netmasks.
  + Use strncpy() on interface names to not exceed ifrn_name
    length.
  + Documentation fixes.
  + Add support for vendor-specific headers in SSDP messages.
  + Bugs fixed: bgo#678660, bgo#711320, bgo#724030, bgo#728871,
    bgo#728888, bgo#729613, bgo#730358.
* Mon Feb 03 2014 zaitor@opensuse.org
- Update to version 0.14.7:
  + Add mising function declaration.
* Fri Nov 01 2013 dimstar@opensuse.org
- Update to version 0.14.6 (bnc#849913):
  + Add msearch-property to GSSDPClient to use a fixed UDP
    listening port.
  + Doc changes.
  + Marshalling fixes for GSSDPClient::message-received signal.
  + Bugs fixed: bgo#711015.
* Tue Sep 03 2013 dimstar@opensuse.org
- Update to version 0.14.5:
  + Port get_host_ip() to Android/Bionic.
  + Some more gtk-doc updates.
  + Fix some autoconf warnings.
  + Bugs fixed: bgo#707161.
* Tue Jul 30 2013 dimstar@opensuse.org
- Update to version 0.14.4:
  + Fix gtk-doc warnings.
  + Use SO_REUSEPORT on FreeBSD and Debian/kFreeBSD.
  + Fix discovery issue with some devices when
    g_get_application_name returned a non-ASCII translated version
    of the name.
  + Fix a compiler warning about parentheses.
  + Use GNOME_COMPILE_WARNINGS for a safe set of strict compiler
    warnings.
  + Remove the use of INCLUDES which has been deprecated for a
    while.