Prepare 0.11.2
authorJens Georg <mail@jensge.org>
Wed, 20 Jul 2011 18:54:55 +0000 (20:54 +0200)
committerJens Georg <mail@jensge.org>
Wed, 20 Jul 2011 18:57:06 +0000 (20:57 +0200)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 8688557..eeed1df 100644 (file)
--- 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.
index 6a99306..189b06c 100644 (file)
@@ -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/])