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.2: - Add a gupnp_context_manager_rescan_control_points feature. - Fix VAPI generation if g-i version is >= 1.36. - Some internal documentation updates. - Check SID and return a proper error. - Fix error code returned on invalid NT and NTS headers. - Fix SEQ to be a uint32. - Fall-back to unix static CM if netlink sockets are not availabe on runtime. - Prevent some C++ name mangling in the examples. - Fix compiling with -Wall -Wextra. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=697314 - https://bugzilla.gnome.org/show_bug.cgi?id=696289 - https://bugzilla.gnome.org/show_bug.cgi?id=698192 - https://bugzilla.gnome.org/show_bug.cgi?id=698125 All contributors to this release: Jens Georg <[email protected]> Jussi Kukkonen <[email protected]> Sébastien Bianti <[email protected]> Changes in dependencies: vapigen >= 0.20 if gobject-introspection is >= 1.36 Download ======== http://download.gnome.org/sources/gupnp/0.20/gupnp-0.20.3.tar.xz (361K) sha256sum: ed7db7506506434d0fd272e3866d7ae985af5b9d7e9e5e120f8581ade90869f0 _______________________________________________ ftp-release-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/ftp-release-list
