summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2018-11-12 23:03:42 +0100
committerJens Georg <mail@jensge.org>2018-11-12 23:03:42 +0100
commitd1e3078932f19b4d2c199c8522abaf90b77caf93 (patch)
tree046bcda92d1ab88a23e94ba4007fcabc87768d54 /NEWS
parent809a6963d9b9b80b877281e40f42a60253770c00 (diff)
downloadgupnp-d1e3078932f19b4d2c199c8522abaf90b77caf93.tar.gz
Prepare 1.1.0gupnp-1.1.0
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS73
1 files changed, 73 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e3b0629..1c733e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,76 @@
+1.1.0
+=====
+- Bump API and ABI version
+- GUPnPRootDevice implements GInitable
+- Clean-up functions added for GObject-Introspection compatibility
+- Remove all deprecated functions from GUPnP 1.0 API
+- Switch build to Meson
+- Port everything to new GLib type macros
+- Add IPv6 support to Linux context manager
+- Fix IPv6 LL support for context
+- Add gupnp_context_manager_create_full for specifying the socket family
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=654446
+ - https://bugzilla.gnome.org/show_bug.cgi?id=770318
+ - https://bugzilla.gnome.org/show_bug.cgi?id=777491
+ - https://bugzilla.gnome.org/show_bug.cgi?id=780640
+ - https://bugzilla.gnome.org/show_bug.cgi?id=780715
+ - https://bugzilla.gnome.org/show_bug.cgi?id=793955
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Sven Neumann <neumann@teufel.de>
+ - Oliver Tappe <zooey@hirschkaefer.de>
+ - Bastien Nocera <hadess@hadess.net>
+
+1.0.3
+=====
+- Avoid a crash in gupnp_root_device_constructor
+- Propagage User-Agent from Cache
+- Fix potential issue with boolean vs. bitwise evaluation
+- Fix a crash in GUPnPServiceProxy::subscription_expire
+- Accept broken Action header without the "
+- Fix issue with strcpy destination buffer size in linux context manager
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=780640
+ - https://bugzilla.gnome.org/show_bug.cgi?id=780715
+ - https://bugzilla.gnome.org/show_bug.cgi?id=793955
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Sven Neumann <neumann@teufel.de>
+ - Bastien Nocera <hadess@hadess.net>
+
+1.0.2
+=====
+- Fix a potential crash of GUPnPProxy when trying to access a dangling
+ GUPnPServiceProxy pointer of a server handler.
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=777491
+
+All contributors to this release:
+ - Sven Neumann <neumann@teufel.de>
+
+1.0.1
+=====
+
+- Connman CM: Various fixes
+- Linux CM: Fix compiler warning about negative shift
+- Documentation: Fix FSF address
+- Documentation: Fix references
+- Build: Update ax_append_link_flags
+
+Bugs fixed in this release:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=770318
+
+All contributors to this release:
+ - Sven Neumann <neumann@teufel.de>
+ - Jens Georg <mail@jensge.org>
+ - Oliver Tappe <zooey@hirschkaefer.de>
+
1.0.0
=====