SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libgssdp-1_0-3-1.0.2-1.46.x86_64.rpm :

* Mon Mar 20 2017 dimstarAATTopensuse.org- Update to version 1.0.2: + Small documentation fixes. + Fix deprecation warning with GTK+-3.22.
* Sat Oct 15 2016 zaitorAATTopensuse.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 zaitorAATTopensuse.org- Update to version 1.0.0: + No changes.
* Tue Aug 16 2016 zaitorAATTopensuse.org- Update to version 0.99.0: + Don\'t leak arp lookup symbol. + Minor documentation updates.
* Tue Jun 21 2016 zaitorAATTopensuse.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 tyangAATTsuse.com- Update to GNOME 3.20.2 Fate#318572
* Tue Apr 26 2016 zaitorAATTopensuse.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 dimstarAATTopensuse.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 zaitorAATTopensuse.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 zaitorAATTopensuse.org- Update to version 0.14.12.1: + Update m4 macros from autoconf-archive (bgo#758778).
* Sun Nov 22 2015 zaitorAATTopensuse.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 dimstarAATTopensuse.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.senjanAATTgmail.com- Add baselibs.conf: provide multi-arch packages.
* Fri Aug 15 2014 dimstarAATTopensuse.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 dimstarAATTopensuse.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 dimstarAATTopensuse.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 zaitorAATTopensuse.org- Update to version 0.14.7: + Add mising function declaration.
* Fri Nov 01 2013 dimstarAATTopensuse.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 dimstarAATTopensuse.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 dimstarAATTopensuse.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.
* Tue May 28 2013 dimstarAATTopensuse.org- Update to version 0.14.3: + Add --interface, -i commandline option to gssdp-device-sniffer to specify a network interface for it to run on. + Update the GSSDP device sniffer to GTK+3. + Depend on vapigen >= 0.20 if gobject-introspection is 1.36 or newer. + Some minor UI fixes in gssdp-device-sniffer. + Make it compile with -Wall -Wextra.- Replace pkgconfig(gtk+-2.0) BuildRequires with pkgconfig(gtk+-3.0), following upstreams port to GTK+ 3.0.
* Wed Mar 06 2013 dimstarAATTopensuse.org- Update to version 0.14.2: + Fix memory leaks on initial interface search. + Make default interface detection a little bit smarter.
* Fri Feb 22 2013 zaitorAATTopensuse.org- Update to version 0.14.1: + Fix a crash on network announcements (bgo#694418).
* Wed Feb 20 2013 dimstarAATTopensuse.org- Update to version 0.14.0: + 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.
* Tue Jan 08 2013 dimstarAATTopensuse.org- Update to version 0.13.2: + Fix implementation of GInitable such that _init() is callable multiple times without breaking. + Really ignore invalid MAN headers. + Fix port reuse on NetBSD. + Allow non-sourcedir build from git. + Don\'t use -Werror by default. + Silence some deprecation warning. + Bugs fixed: bgo#685949, bgo#682576, bgo#682308 and https://github.com/01org/media-service-upnp/issues/54.
* Wed Oct 24 2012 dimstarAATTopensuse.org- Update to version 0.13.1: + Run introspection in make distcheck. + Don\'t fail configure if vapigen could not be found + Bugs fixed: bgo#686039.
* Sun Oct 07 2012 zaitorAATTopensuse.org- Update to version 0.13.0: + Add/update license headers. + Fix pkg-config files to not leak libraries. + Add pkg-config name to GIR. + Bugs fixed: bgo#685477.- Replace glib2-devel, gobject-introspection-devel, gtk2-devel, libsoup-devel, vala BuildRequires, for their pkgconfig counterparts: glib-2.0, gobject-introspection-1.0, gtk+-2.0, libsoup-2.4, vapigen.
* Mon Aug 20 2012 dimstarAATTopensuse.org- Update to version 0.12.2.1: + Add missing gssdp-1.0.deps file to tarball (bgo#682228).
* Sun Aug 19 2012 dimstarAATTopensuse.org- Update to version 0.12.2: + Functional tests. + Regression tests. + Ignore announcements from services with a lower version. + Make internal resource cache version-independant. + Update gtk-doc annotations. + Update pkg-config files. + Create Vala bindings from GIR + Bugs fixed: bgo#675355, bgo#673150, bgo#678744, bgo#679781, bgo#682099,- Add vala BuildRequires: needed to build the new vala bindings.- Drop xz BuildRequires as it now comes for free in the build system.
* Wed Dec 21 2011 vuntzAATTopensuse.org- Remove glib2-devel Requires from devel subpackage: it will automatically be added the pkgconfig() way.
* Sat Dec 10 2011 dimstarAATTopensuse.org- Update to version 0.12.1: + Increase UDP buffer size + Fix searching for UDN that started with [a-f] + Bugs fixed: bgo#664177.- Do not package ChangeLog: it\'s an empty file.- Add xz BuildRequires because we can\'t build a package for a xz-compressed tarball without explicitly specifying that... See bnc#697467 for more details.
* Fri Dec 09 2011 dimstarAATTopensuse.org- Split typelib file into typelib-1_0-GSSDP-1_0 subpackage.- Add typelib-1_0-GSSDP-1_0 Requires to devel subpackage.
* Tue Aug 30 2011 vuntzAATTopensuse.org- Update to version 0.12.0: + Remove unnecessary and annoying deprecation warnings. + When sending duplicate announcement packets, always repeat complete sets. + Bugs fixed: bgo#655900.
* Wed Jul 20 2011 dimstarAATTopensuse.org- Update to version 0.11.2: + Modernize autotools. + Create .xz dist tarballs only. + Deprecate main_context argument and property. Use g_main_context_push_thread_default() instead. + Fix warnings from gtk-doc. + Bugs fixed: bgo#654733, bgo#654178, bgo#654177.
* Thu Jul 07 2011 vuntzAATTopensuse.org- Update to version 0.11.1: + Fullfill restrictions imposed by UPnP CTT 1.5. + Initial OpenBSD support. + Fix a crash on socket creation. + Implement DLNA guideline 7.2.3.4. + Copyright header clean-up.
* Thu Jun 16 2011 dimstarAATTopensuse.org- Update to version 0.11.0: + Many fixes to discovery, discoverability and announcement. + Many introspection improvements such as: - Classes that can throw an error on construction now implement GInitable. - Updated introspection annotations. + Code cleanup.- Rename the library packages to libgssdp-1_0-3, following the soname change.- Remove source service usage, following the new consensus on Factory packaging.
* Fri Apr 29 2011 dimstarAATTopensuse.org- Update to 0.10.0: + Improve interoperability by also announcing lower versions of the service. + More reliable announcements by announcing at least 3 times. + Drop ChangeLog in favour of git history. + Fix IPv6 network calculation.- Changes from version 0.9.2: + Fix a critical issue in event handling code introduced in last release. + Add \'network\' property to GSSDPClient. By default its set to network IP address of the interface the client is associated with. + Plug some leaks.- Changes from version 0.9.1: + Fix some potential crashes.- Changes from version 0.9.0: + Port to GIO/GSocket. + Port to Windows. + Don\'t print the whole packet on failure to send it. + Some other non-functional improvements and fixes.
* Tue Dec 07 2010 vuntzAATTopensuse.org- Update to version 0.8.2: + Fix some potential crashes.
* Thu Nov 18 2010 vuntzAATTopensuse.org- Update to version 0.8.1: + Fix build rules of test application for gold linker. + Don\'t include private header in a public header.
* Sat Sep 18 2010 vuntzAATTopensuse.org- Move gir files to devel subpackage.
* Fri Sep 17 2010 vuntzAATTopensuse.org- Update to version 0.8.0: + Chain up in dispose() and finalize() all classes. + Flag string arg of GSSDPClient signal as static. + Don\'t use deprecated libsoup API. + Properly catch errors in recvfrom syscall. + Fix some typos.
* Mon Apr 12 2010 vuntzAATTopensuse.org- Update to version 0.7.2: + Provide gobject-introspection GIR and typelib. + Use silent build rules. + Fix issues with version-independence magic in SSDP code. + Fix build issues in jhbuild environment.- BuildRequire gobject-introspection-devel.
* Fri Dec 04 2009 vuntzAATTopensuse.org- Update to version 0.7.1: + Don\'t leak target regex. + Make GSSDPClient ignore Point to Point interfaces. + Use SO_REUSEPORT if present. Darwin and some BSDs don\'t have SO_REUSEADDR, but SO_REUSEPORT. + If we can\'t create a request socket don\'t try to create a multicast socket. + Have specific GError code for interfaces without an IP address. + Actually remove gssdp_client_new_full().
* Thu Oct 01 2009 dimstarAATTopensuse.org- Rename libgssdp-1_0-1 to libgssdp-1_0-2. The update to 0.7.0 bumped soNUM.
* Thu Sep 24 2009 dimstarAATTopensuse.org- Update to version 0.7.0: + Join the multicast group on the specified interface. + Put the message src timeout in the specified GMainContext. + \"host-ip\" property moved from GUPnPContext to parent GSSDPClient. + Use inet_aton instead of inet_addr and handle the error from it + gssdp-device-sniffer ported to GtkBuilder. + Version-independent M-SEARCH response. + GSSDPClient now binds to interface rather than IP + Libglade dependency has been dropped.- Remove libglade2-devel BuildRequires.- Add gtk2-devel to BuildRequires.
* Sat Jun 13 2009 vuntzAATTnovell.com- Initial package.
 
ICM