summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS25
-rw-r--r--configure.ac2
2 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 62863d9..1be6eda 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+0.8.7
+=====
+
+Changes since 0.8.6.1:
+
+- Updated translations.
+- Fix argument order in UPnP calls.
+- Updated translations.
+
+Bugs fixed in this release:
+ - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519464
+ - https://bugzilla.gnome.org/show_bug.cgi?id=697325
+
+All contributors to this release:
+ - Jens Georg <mail@jensge.org>
+ - Мирослав Николић <miroslavnikolic@rocketmail.com>
+ - Rafael Ferreira <rafael.f.f1@gmail.com>
+ - Dimitris Spingos <dmtrs32@gmail.com>
+
+Added/updated translations
+ - el, courtesy of Dimitris Spingos (Δημήτρης Σπίγγος)
+ - pt_BR, courtesy of Rafael Ferreira
+ - sr, courtesy of Мирослав Николић
+ - sr@latin, courtesy of Miroslav Nikolić
+
0.8.6.1
=======
diff --git a/configure.ac b/configure.ac
index 71056ad..f0beac8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.63])
AC_INIT([gupnp-tools],
- [0.8.6.1],
+ [0.8.7],
[https://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gupnp-tools],
[gupnp-tools],
[http://www.gupnp.org/])