About GUPnP =========== GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible.
This is core UPnP library that implements the generic UPnP specification on top of GSSDP: resource announcement and discovery, description, control, event notification, and presentation (GUPnP includes basic web server functionality through libsoup). GUPnP does not include helpers for construction or control of specific standardized resources (e.g. MediaServer); this is left for higher level libraries utilizing the GUPnP framework. News ==== Changes since 0.20.11: - 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 in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=701446 - https://bugzilla.gnome.org/show_bug.cgi?id=706123 - https://bugzilla.gnome.org/show_bug.cgi?id=706127 - https://bugzilla.gnome.org/show_bug.cgi?id=727709 - https://bugzilla.gnome.org/show_bug.cgi?id=729827 - https://bugzilla.gnome.org/show_bug.cgi?id=730359 - https://bugzilla.gnome.org/show_bug.cgi?id=730690 All contributors to this release: - Jens Georg <[email protected]> - Philip Withnall <[email protected]> Download ======== https://download.gnome.org/sources/gupnp/0.20/gupnp-0.20.12.tar.xz (385K) sha256sum: 205d47b950a1b7190df1115f454cb38a44d71aacfec75d4287299e400e139b69 _______________________________________________ ftp-release-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/ftp-release-list
