[libsoup/gnome-3-8] 2.42.2



commit 85f3e0f978596f86a3c918992601dd8bc07ba853
Author: Dan Winship <danw gnome org>
Date:   Wed Apr 24 11:39:32 2013 -0400

    2.42.2

 NEWS         |   10 ++++++++++
 configure.ac |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ea5a219..fd40f7d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Changes in libsoup from 2.42.1 to 2.42.2:
+
+       * Fixed SoupSession:proxy-resolver [#698163, Dan]
+
+       * Further win32 build fixes [#692134, Dan]
+
+       * Fixed several test programs to still work if glib-networking
+          isn't installed [Dan], and fixed another to still work if
+          the kernel has no IPv6 support. [#698220, Dan]
+
 Changes in libsoup from 2.42.0 to 2.42.1:
 
        * Fixed SoupProxyResolverDefault, which got broken in 2.42.92.
diff --git a/configure.ac b/configure.ac
index 99cb241..013deae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
 
 m4_define([soup_major_version], [2])
 m4_define([soup_minor_version], [42])
-m4_define([soup_micro_version], [1])
+m4_define([soup_micro_version], [2])
 
 AC_PREREQ(2.63)
 
AC_INIT([libsoup],[soup_major_version.soup_minor_version.soup_micro_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=libsoup])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]