summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2012-08-19 17:38:24 +0200
committerJens Georg <mail@jensge.org>2012-08-19 17:38:24 +0200
commit5703f6b9907548f528777dd9dc5f99a3690b920b (patch)
tree7e5eeaba598a1643aca94a5c0866055ba36062df
parent7010c3503375d1d33cdfac55f2fb3f507684628b (diff)
downloadgupnp-0.18.tar.gz
-rw-r--r--NEWS36
-rw-r--r--configure.ac2
2 files changed, 37 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 531ab51..90ac133 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+0.18.4
+======
+
+Changes since 0.18.3:
+
+- Make sure that subscribtion timeouts are always removed.
+- Update tutorial to use correct upnp.org links.
+- Add missing includes.
+- Remove deprecated g_thread_init() calls.
+- Don't leak internal functions from context managers.
+- Make "linux" context manager the default context manager when building on
+ Linux.
+- Fix some more deprecation warnings.
+- Connman and NM context managers fall back to linux context manager now if
+ available.
+- Add support for device aliases (such as eth0:1) in the linux context
+ manager.
+- Really report a bug on faulty device descripton XMLs.
+- Silence libxml2 console output.
+
+All contributors to this release:
+Jens Georg <mail@jensge.org>
+Riko Yamada <rik0yamada@yahoo.co.jp>
+Ludovic Ferrandis <ludovic.ferrandis@linux.intel.com>
+Sven Neumann <s.neumann@raumfeld.com>
+Andreas Henriksson <andreas@fatal.se>
+
+Bugs fixed:
+- https://bugzilla.gnome.org/show_bug.cgi?id=680322
+- https://bugzilla.gnome.org/show_bug.cgi?id=681963
+- https://bugzilla.gnome.org/show_bug.cgi?id=673100
+- https://bugzilla.gnome.org/show_bug.cgi?id=673933
+- https://bugzilla.gnome.org/show_bug.cgi?id=676803
+- https://bugzilla.gnome.org/show_bug.cgi?id=682005
+- https://bugzilla.gnome.org/show_bug.cgi?id=679204
+
0.18.3
======
diff --git a/configure.ac b/configure.ac
index aac9a62..250b911 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([gupnp],
- [0.18.3],
+ [0.18.4],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp],
[gupnp],
[http://www.gupnp.org/])