pkgsrc/net/gupnp/PLIST
wiz 61033b32be Update to 0.13.2:
0.13.2
======

Changes since 0.13.1:

- 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.

All contributors:

Olivier Crête <olivier.crete@collabora.co.uk>
Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Ross Burton <ross@linux.intel.com>
Jens Georg <mail@jensge.org>
Cem Eliguzel <celiguzel@ubicom.com>

Bugs fixed:

1890 - Timeout parsing problem with SUBSCRIBE method
1880 - subscription/notification handling is racy
1906 - Tests failed with gupnp 0.13
1849 - Compile error when using gcc 4.[1,2] and strict aliasing
1494 - Ability to deal with multiple network interfaces
1881 - networkmanager interaction should use its own dbus connection

0.13.1
======

Changes since 0.13:

- Use unix context manager if NetworkManager service is not available.
- Fix some minor leaks.

All contributors:

Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Ross Burton <ross@linux.intel.com>

0.13
====

Changes since 0.12.8:

- Print reason when fail to fetch description doc
- Support for dynamic/multiple networks through a new class, ContextManager.
  This class creates/destroys new context as new network interfaces go up/down.
  It also provides two convenient methods to take care of control point and
  device reference managment for you. Currently we have two implementations of
  context manager:
  * unix: The static but guaranteed to work on Unix, implementation. This is the
          default if none chosen at configure-time.
  * network-manager: A NetworkManager based implementation.
- Idle handlers should use the assigned GMainContext.
- Gracefully handle 'no root element in description' scenerio.
- "host-ip" property moved from GUPnPContext to parent GSSDPClient.
- ControlPoint set itself inactive before getting disposed.
- New function to retrieve the capabilities of a DLNA device as announced in
  the device description.
- New function to retrieve the content of arbitrary elements in the device
  description.
- Fixed a crash that happens when service-proxy goes down before subscribtion to
  it completes.
- Correct condition for SID being NULL.
- Don't create redundant proxies.
- Must not announce earlier versions of resources. This is strictly forbidden
  according to the latest UPnP specs. Instead GSSDP now handles M-SEARCH
  requests independent of version requested.
- Free app developer from hosting of description documents.
- New API to get SoupMessage associated with ServiceAction.
- Handle the SOAPAction header being missing.
- Fixed strrchr result checking.
- Provide and use a wrapper class for xmlDoc objects, GUPnPXMLDoc that is a
  first-class gobject.
- New domains for XML errors.
- Many other minor fixes.

Bugs fixed:

1626 - Print reason when fail to fetch description doc
1769 - audit issues
1760 - missing/invalid SOAPAction header crashes gupnp
1705 - Provide a public API to get information about a GUPnPServiceAction's HTTP
       request

Dependencies changed:

- gssdp >= 0.7

All contributors:

Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Ross Burton <ross@linux.intel.com>
Sven Neumann <s.neumann@raumfeld.com>
Jens Georg <mail@jensge.org>
Steven Dorigotti <steven.dorigotti@tvblob.com>

WARNING: This release is API and ABI incompatible with previous releases.
2010-01-20 13:44:26 +00:00

60 lines
2.5 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2010/01/20 13:44:26 wiz Exp $
bin/gupnp-binding-tool
include/gupnp-1.0/libgupnp/gupnp-context-manager.h
include/gupnp-1.0/libgupnp/gupnp-context.h
include/gupnp-1.0/libgupnp/gupnp-control-point.h
include/gupnp-1.0/libgupnp/gupnp-device-info.h
include/gupnp-1.0/libgupnp/gupnp-device-proxy.h
include/gupnp-1.0/libgupnp/gupnp-device.h
include/gupnp-1.0/libgupnp/gupnp-error.h
include/gupnp-1.0/libgupnp/gupnp-resource-factory.h
include/gupnp-1.0/libgupnp/gupnp-root-device.h
include/gupnp-1.0/libgupnp/gupnp-service-info.h
include/gupnp-1.0/libgupnp/gupnp-service-introspection.h
include/gupnp-1.0/libgupnp/gupnp-service-proxy.h
include/gupnp-1.0/libgupnp/gupnp-service.h
include/gupnp-1.0/libgupnp/gupnp-types.h
include/gupnp-1.0/libgupnp/gupnp-xml-doc.h
include/gupnp-1.0/libgupnp/gupnp.h
lib/libgupnp-1.0.la
lib/pkgconfig/gupnp-1.0.pc
share/gtk-doc/html/gupnp/GUPnPContext.html
share/gtk-doc/html/gupnp/GUPnPContextManager.html
share/gtk-doc/html/gupnp/GUPnPControlPoint.html
share/gtk-doc/html/gupnp/GUPnPDevice.html
share/gtk-doc/html/gupnp/GUPnPDeviceInfo.html
share/gtk-doc/html/gupnp/GUPnPDeviceProxy.html
share/gtk-doc/html/gupnp/GUPnPResourceFactory.html
share/gtk-doc/html/gupnp/GUPnPRootDevice.html
share/gtk-doc/html/gupnp/GUPnPService.html
share/gtk-doc/html/gupnp/GUPnPServiceInfo.html
share/gtk-doc/html/gupnp/GUPnPServiceIntrospection.html
share/gtk-doc/html/gupnp/GUPnPServiceProxy.html
share/gtk-doc/html/gupnp/GUPnPXMLDoc.html
share/gtk-doc/html/gupnp/api-device-control.html
share/gtk-doc/html/gupnp/api-device-impl.html
share/gtk-doc/html/gupnp/api-device-info.html
share/gtk-doc/html/gupnp/api-tools.html
share/gtk-doc/html/gupnp/api-utility.html
share/gtk-doc/html/gupnp/api.html
share/gtk-doc/html/gupnp/client-tutorial.html
share/gtk-doc/html/gupnp/glossary.html
share/gtk-doc/html/gupnp/gupnp-Error-codes.html
share/gtk-doc/html/gupnp/gupnp-Special-UPnP-types.html
share/gtk-doc/html/gupnp/gupnp-binding-tool.html
share/gtk-doc/html/gupnp/gupnp.devhelp
share/gtk-doc/html/gupnp/gupnp.devhelp2
share/gtk-doc/html/gupnp/home.png
share/gtk-doc/html/gupnp/index.html
share/gtk-doc/html/gupnp/index.sgml
share/gtk-doc/html/gupnp/ix01.html
share/gtk-doc/html/gupnp/left.png
share/gtk-doc/html/gupnp/overview.html
share/gtk-doc/html/gupnp/right.png
share/gtk-doc/html/gupnp/schemas-device.html
share/gtk-doc/html/gupnp/schemas-service.html
share/gtk-doc/html/gupnp/schemas.html
share/gtk-doc/html/gupnp/server-tutorial.html
share/gtk-doc/html/gupnp/style.css
share/gtk-doc/html/gupnp/tutorial.html
share/gtk-doc/html/gupnp/up.png