Blob Blame History Raw
*******************
* GUPnP IGD 0.2.5 *
*******************

- Update gtk-doc to newer version to fix build failures.

*******************
* GUPnP IGD 0.2.4 *
*******************

- Add API to delete mapping by internal IP/port instead of the external one

*******************
* GUPnP IGD 0.2.3 *
*******************

- Emit errors as boxed types
- Various build improvements
- Make tests less racy

*******************
* GUPnP IGD 0.2.2 *
*******************

- Parallel build and linking fixes.

*******************
* GUPnP IGD 0.2.1 *
*******************

- Restore the "main-context" property so that outsider can use the
  GUPnPIgdThread's GMainContext for timers, etc

*******************
* GUPnP IGD 0.2.0 *
*******************

- Use the thread current GMainContext instead of passing it as a parameter
- Make the GUPnPIgdThread object work with the new GUPnP 0.18


********************
* GUPnP IGD 0.1.11 *
********************

- Disable introspection correctly on --disable-introspection

********************
* GUPnP IGD 0.1.10 *
********************

- Port to gobject-introspection 0.10

*******************
* GUPnP IGD 0.1.9 *
*******************

- Set thread default main context

*******************
* GUPnP IGD 0.1.8 *
*******************

- Add GObject Introspection support
- Return a valid GError if the other side returns an invalid IP
- Make newer GNU Make and newer GCC happy

*******************
* GUPnP IGD 0.1.7 *
*******************

- Fix race in stopping threaded version
- Validate IP addresses return by the gateway
- Fix object building against newer GLib

*******************
* GUPnP IGD 0.1.6 *
*******************

- Add python bindings

*******************
* GUPnP IGD 0.1.5 *
*******************

- Use the new GUPnP Context Manager from GUPnP 0.13

*******************
* GUPnP IGD 0.1.4 *
*******************

- Make it compatible with the 0.13 API (does not yet use GUPnPContextManager)
- Bug fixes

*******************
* GUPnP IGD 0.1.3 *
*******************

- Delete all mappings when the last user reference is dropped
- Don't try to renew an infinite mapping

*******************
* GUPnP IGD 0.1.2 *
*******************

- Add possibility to ask for external port "0", in which case it will return
  a random port
- Add local ip/port to the error signal

*******************
* GUPnP IGD 0.1.0 *
*******************

- Initial release