SHA256
1
0
forked from pool/gupnp
OBS User autobuild
2009-12-08 10:37:42 +00:00
committed by Git OBS Bridge
parent ccaaadcf41
commit 91656c88e4
4 changed files with 5 additions and 36 deletions

View File

@@ -1,34 +1,3 @@
-------------------------------------------------------------------
Fri Dec 4 20:02:16 CET 2009 - vuntz@opensuse.org
- Update to version 0.13.2:
+ Utilize libconic (Maemo5) if available.
+ Unix context manager must signal the unavailibility of all
contexts when disposed.
+ Enable silent build rules if they are available.
+ Fix race-conditions in client-side notification handling.
+ Unix context manager ignores point-to-point interfaces.
+ Context manager ignores interfaces without IP addresses.
+ Don't require timeouts to be specified in subscription
requests.
+ Fix build against gcc 4.[1,2].
+ Make network manager thread-safe.
+ Remove idle source on dispose in context manager
implementations.
+ Warn in docs that gupnp_service_info_get_introspection() is
evil and why.
+ Service retrieves introspection data in truly async way.
+ Fix some leaks.
+ A bunch of code clean-ups.
-------------------------------------------------------------------
Mon Nov 30 19:56:33 CET 2009 - dimstar@opensuse.org
- Update to version 0.13.1:
+ Use unix context manager if NetworkManager service is not
available
+ Fix some minor leaks.
-------------------------------------------------------------------
Thu Oct 1 17:07:13 CEST 2009 - vuntz@opensuse.org