Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0
gssdp
gssdp.changes
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gssdp.changes of Package gssdp
------------------------------------------------------------------- Mon Mar 20 14:31:30 UTC 2017 - dimstar@opensuse.org - Update to version 1.0.2: + Small documentation fixes. + Fix deprecation warning with GTK+-3.22. ------------------------------------------------------------------- Sat Oct 15 13:13:56 UTC 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 18:43:12 UTC 2016 - zaitor@opensuse.org - Update to version 1.0.0: + No changes. ------------------------------------------------------------------- Tue Aug 16 17:00:28 UTC 2016 - zaitor@opensuse.org - Update to version 0.99.0: + Don't leak arp lookup symbol. + Minor documentation updates. ------------------------------------------------------------------- Tue Jun 21 17:15:24 UTC 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 05:24:43 UTC 2016 - tyang@suse.com - Update to GNOME 3.20.2 Fate#318572 ------------------------------------------------------------------- Tue Apr 26 16:28:00 UTC 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 9 08:40:10 UTC 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 3 14:34:47 UTC 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 8 11:28:45 UTC 2015 - zaitor@opensuse.org - Update to version 0.14.12.1: + Update m4 macros from autoconf-archive (bgo#758778). ------------------------------------------------------------------- Sun Nov 22 15:22:47 UTC 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 5 15:27:49 UTC 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 19:53:02 UTC 2014 - hrvoje.senjan@gmail.com - Add baselibs.conf: provide multi-arch packages. ------------------------------------------------------------------- Fri Aug 15 21:32:17 UTC 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 19:17:44 UTC 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 1 17:34:02 UTC 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 3 17:51:11 UTC 2014 - zaitor@opensuse.org - Update to version 0.14.7: + Add mising function declaration. ------------------------------------------------------------------- Fri Nov 1 10:11:59 UTC 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 3 13:53:37 UTC 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 16:29:41 UTC 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. ------------------------------------------------------------------- Tue May 28 11:50:35 UTC 2013 - dimstar@opensuse.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 6 12:28:04 UTC 2013 - dimstar@opensuse.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 19:07:36 UTC 2013 - zaitor@opensuse.org - Update to version 0.14.1: + Fix a crash on network announcements (bgo#694418). ------------------------------------------------------------------- Wed Feb 20 18:56:56 UTC 2013 - dimstar@opensuse.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 8 20:12:45 UTC 2013 - dimstar@opensuse.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 22:31:27 UTC 2012 - dimstar@opensuse.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 7 08:56:51 UTC 2012 - zaitor@opensuse.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 21:04:14 UTC 2012 - dimstar@opensuse.org - Update to version 0.12.2.1: + Add missing gssdp-1.0.deps file to tarball (bgo#682228). ------------------------------------------------------------------- Sun Aug 19 21:50:06 UTC 2012 - dimstar@opensuse.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 00:20:28 UTC 2011 - vuntz@opensuse.org - Remove glib2-devel Requires from devel subpackage: it will automatically be added the pkgconfig() way. ------------------------------------------------------------------- Sat Dec 10 18:54:59 UTC 2011 - dimstar@opensuse.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 9 09:18:56 UTC 2011 - dimstar@opensuse.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 17:02:56 CEST 2011 - vuntz@opensuse.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 22:20:47 CEST 2011 - dimstar@opensuse.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 7 13:39:25 CEST 2011 - vuntz@opensuse.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 16:10:18 UTC 2011 - dimstar@opensuse.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 13:44:55 UTC 2011 - dimstar@opensuse.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 7 12:57:22 CET 2010 - vuntz@opensuse.org - Update to version 0.8.2: + Fix some potential crashes. ------------------------------------------------------------------- Thu Nov 18 10:44:09 CET 2010 - vuntz@opensuse.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. ------------------------------------------------------------------- Sun Sep 19 00:39:32 CEST 2010 - vuntz@opensuse.org - Move gir files to devel subpackage. ------------------------------------------------------------------- Fri Sep 17 09:40:25 CEST 2010 - vuntz@opensuse.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 20:03:16 CEST 2010 - vuntz@opensuse.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 4 20:00:39 CET 2009 - vuntz@opensuse.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 1 14:35:17 CEST 2009 - dimstar@opensuse.org - Rename libgssdp-1_0-1 to libgssdp-1_0-2. The update to 0.7.0 bumped soNUM. ------------------------------------------------------------------- Thu Sep 24 13:36:28 CEST 2009 - dimstar@opensuse.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 22:35:46 CEST 2009 - vuntz@novell.com - Initial package.
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor