forked from pool/gupnp
Accepting request 239022 from home:dimstar:branches:GNOME:Factory
Update to 0.20.12 OBS-URL: https://build.opensuse.org/request/show/239022 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=69
This commit is contained in:
parent
19550c1bce
commit
dde65856ec
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:648ad091c7bae1c2b45ae9b9c0052f8c72903ce740d6e5be945c493dec85c160
|
|
||||||
size 392148
|
|
3
gupnp-0.20.12.tar.xz
Normal file
3
gupnp-0.20.12.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:205d47b950a1b7190df1115f454cb38a44d71aacfec75d4287299e400e139b69
|
||||||
|
size 394316
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 30 20:48:09 UTC 2014 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.20.12:
|
||||||
|
+ Several documentation fixes.
|
||||||
|
+ Fix warning from clang.
|
||||||
|
+ Prevent a critical if there's no DBus available and a
|
||||||
|
DBus-based context manager is used.
|
||||||
|
+ Don't try to use a DBus context manager if we don't have a
|
||||||
|
system bus.
|
||||||
|
+ Use g_return_val_if_fail.
|
||||||
|
+ Fix a small leak of CallbackData in GUPnPServiceProxy.
|
||||||
|
+ Add a gupnp_service_proxy_add_notify_full variant to be nice to
|
||||||
|
gobject-introspection.
|
||||||
|
+ Several code cleanups.
|
||||||
|
+ Fix a reference leak in ACL.
|
||||||
|
+ Make "document" property of GUPnPDeviceInfo readable.
|
||||||
|
+ Add gupnp_service_proxy_add_raw_notify which can be used to get
|
||||||
|
the raw xmlDoc received through notification.
|
||||||
|
+ Bugs fixed: bgo#701446, bgo#706123, bgo#706127, bgo#727709,
|
||||||
|
bgo#729827, bgo#730359, bgo#730690.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 4 14:53:26 UTC 2014 - zaitor@opensuse.org
|
Sun May 4 14:53:26 UTC 2014 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 0.20.11
|
Version: 0.20.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Implementation of the UPnP specification
|
Summary: Implementation of the UPnP specification
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user