forked from pool/gupnp
Accepting request 708467 from GNOME:Next
- Update to version 1.2.1: + Fix a deadlock when cancelling an action. + Do not call-back a cancelled action. + Fix public dependencies. - Update to version 1.2.0: + Stable release version bump. - 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. - 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. OBS-URL: https://build.opensuse.org/request/show/708467 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=105
This commit is contained in:
@@ -1,3 +1,64 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 01:02:01 UTC 2019 - bjorn.lie@gmail.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 01:02:00 UTC 2019 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 1.2.0:
|
||||
+ Stable release version bump.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 30 01:01:02 UTC 2019 - bjorn.lie@gmail.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 01:01:01 UTC 2019 - bjorn.lie@gmail.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 20:28:24 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
Reference in New Issue
Block a user