SHA256
1
0
forked from pool/gupnp

Accepting request 37823 from home:vuntz:branches:GNOME:Factory

Copy from home:vuntz:branches:GNOME:Factory/gupnp via accept of submit request 37823 revision 6.
Request was accepted with message:
Ok

OBS-URL: https://build.opensuse.org/request/show/37823
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=11
This commit is contained in:
Magnus Boman
2010-05-02 21:20:26 +00:00
committed by Git OBS Bridge
parent bc787f3da3
commit 93cdd8b966
4 changed files with 32 additions and 5 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Apr 12 20:03:24 CEST 2010 - vuntz@opensuse.org
- Update to version 0.13.3:
+ Include the Content-Type header in the HTTP messages. This
satisfies DLNA CTT test cases 7.2.5.9 and 7.2.29.1.
+ Use g_message instead of g_warning if we can't connect to DBus.
+ Make the HTTP server listen on the context's interface only.
+ Fix some potential crashes in GUPnPServiceProxy and
GUPnPContextManager code.
+ Fix build issues in jhbuild environment.
+ Fix some gcc warnings.
+ Add new API to host path for specific user-agent(s).
+ Add gobject-introspection support:
- Provide gobject-introspection GIR and typelib.
- Add needed annotations to doc comments.
- Add GList variants of action-related functions to satisfy
PyGI.
+ A few non-functional improvments.
- Add gir-repository and gobject-introspection-devel BuildRequires,
and add gir-repository Requires to libgupnp-1_0-3.
-------------------------------------------------------------------
Fri Dec 4 20:02:16 CET 2009 - vuntz@opensuse.org