SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for libgupnp-devel-1.2.2-lp152.1.4.x86_64.rpm :

* 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.
* Tue Jul 31 2018 bjorn.lieAATTgmail.com- Update to version 1.0.3: + Avoid a crash in gupnp_root_device_constructor. + Propagage User-Agent from Cache. + Fix potential issue with boolean vs. bitwise evaluation. + Fix a crash in GUPnPServiceProxy::subscription_expire. + Accept broken Action header without the \". + Fix issue with strcpy destination buffer size in linux context manager. + Bugs fixed: bgo#780640, bgo#780715, bgo#793955.
* Mon Jun 04 2018 dimstarAATTopensuse.org- Drop NetworkManager recommends from libgupn-1_0-4: There is no reason to pollute a system with NM just because something pulls in libgupnp (boo#1082090).
* Wed Feb 28 2018 dimstarAATTopensuse.org- Modernize spec-file by calling spec-cleaner
* Mon Mar 20 2017 dimstarAATTopensuse.org- Update to version 1.0.2: + Fix a potential crash of GUPnPProxy when trying to access a dangling GUPnPServiceProxy pointer of a server handler (bgo#777491).
* Sat Oct 15 2016 zaitorAATTopensuse.org- Update to version 1.0.1: + Connman CM: Various fixes. + Linux CM: Fix compiler warning about negative shift. + Documentation: - Fix FSF address. - Fix references. + Build: Update ax_append_link_flags. + Bugs fixed: bgo#770318.
* 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: + Fix build on OS X.
* Tue Jun 21 2016 zaitorAATTopensuse.org- Update to version 0.20.18: + Retry description URL on failure. + Bugs fixed: bgo#694450.
* Thu May 19 2016 tyangAATTsuse.com- Update to GNOME 3.20.2 Fate#318572.
* Tue Apr 26 2016 zaitorAATTopensuse.org- Update to version 0.20.17: + Update autogen.sh from GNOME template. + Cache user agents by IP. + Remove intltool. + Use newTargetValue in light example. + Bugs fixed: bgo#653894, bgo#763945, bgo#764050.
* Fri Apr 15 2016 mgorseAATTsuse.com- Update to GNOME 3.20 Fate#318572
* Tue Feb 09 2016 dimstarAATTopensuse.org- Update to version 0.20.16: + Don\'t hardcode python path in gupnp-binding-tool. + Check for IFA_FLAGS to not bind ourselves to a recent kernel version. + Add missing m4 files. + Fix issues with introspection. + Make GUPnPServiceAction boxed. + Some JavaScript examples. + Distribute VAPI file in tarball. + Bugs fixed: bgo#760217, bgo#760430, bgo#761265.
* Sun Jan 03 2016 zaitorAATTopensuse.org- Update to version 0.20.15: + Remove gnome-common + Fix issue with gupnp_service_signals_autoconnect() blocking endlessly. + Fix return type for BIN_HEX. + Update some m4 macros. + Fix typos in API docs. + NetworkManager context manager: - Fix use-after-free issue. - Fix various static code analysis findings. + Netlink context manager: - Use proper macros for RTM_
*ADDRESS messages. - Use device name from netlink. - Add possibility to dump received netlink packets for debugging. - Fix issues with losing contexts after DHCP renew happens. - Some style fixes. + Bugs fixed: bgo#736365, bgo#741257, bgo#750936, bgo#752490, bgo#759000.
* Mon May 11 2015 dimstarAATTopensuse.org- Update to version 0.20.14: + Simplify UUID handling. + Bugs fixed: bgo#743072, bgo#744221.
* Mon Jan 05 2015 dimstarAATTopensuse.org- Update to version 0.20.13: + Fix cyclic includes. + Avoid redefinition of symbols. + Fix missing function declaration. + Don\'t check for connman.pc. + Allow actions without arguments. + Respect \"prefer_bigger\" even if there is no icon size. + DOAP fixes. + Fix VAPI generation. + Fix reference counting. + Port to new libsoup API. + Bugs fixed: bgo#722696, bgo#731209, bgo#731457, bgo#733241, bgo#740267, bgo#742075.
* Thu Oct 16 2014 hrvoje.senjanAATTgmail.com- Add baselibs.conf: provide multi-arch packages.
 
ICM