summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2016-08-15 18:58:10 +0200
committerJens Georg <mail@jensge.org>2016-08-15 19:02:37 +0200
commitf506bf2fc23d4341a95b7f5e0da75ee6ad8f6ff8 (patch)
treebc843099169ba844ce7c89d7c3e6cecded8e09fd
parentdab1ebc205720e2d3bb67089dd434db68a8401c4 (diff)
downloadgssdp-f506bf2fc23d4341a95b7f5e0da75ee6ad8f6ff8.tar.gz
Prepare 0.99.0gssdp-0.99.0
Signed-off-by: Jens Georg <mail@jensge.org>
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
2 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8baa321..12748f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.99.0
+======
+
+- Don't leak arp lookup symbol
+- Minor documentation updates
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+
0.14.16
=======
diff --git a/configure.ac b/configure.ac
index bcf9993..36afe5f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([gssdp],
- [0.14.17],
+ [0.99.0],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gssdp],
[gssdp],
[http://www.gupnp.org/])