summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS11
-rw-r--r--configure.ac2
2 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 30c0505..844a4b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+0.12.2.1
+========
+- Add missing gssdp-1.0.deps file to tarball
+
+All contributors to this release:
+
+Jens Georg <mail@jensge.org>
+
+Bugs fixed:
+ - https://bugzilla.gnome.org/show_bug.cgi?id=682228
+
0.12.2
======
- Functional tests.
diff --git a/configure.ac b/configure.ac
index 4dd833a..786f43d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([gssdp],
- [0.12.2],
+ [0.12.2.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gssdp],
[gssdp],
[http://www.gupnp.org/])