summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
2 files changed, 22 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8688557..eeed1df 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+0.11.2
+======
+- Modernize autotools.
+- Create .xz dist tarballs only.
+- Deprecate main_context argument and property. Use
+ g_main_context_push_thread_default() instead.
+- Fix warnings from gtk-doc.
+
+All contributors to this release:
+
+Jens Georg <mail@jensge.org>
+
+Bugs fixed:
+- bgo#654733
+- bgo#654178
+- bgo#654177
+
+Changes in dependencies (when compiling from git):
+Autoconf >= 2.64
+Automake >= 1.11
+
0.11.1
======
- Fullfill restrictions imposed by UPnP CTT 1.5.
diff --git a/configure.ac b/configure.ac
index 6a99306..189b06c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.64])
AC_INIT([gssdp],
- [0.11.1],
+ [0.11.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=gupnp&component=gssdp],
[gssdp],
[http://www.gupnp.org/])