[libsoup] 2.43.1
- From: Dan Winship <danw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsoup] 2.43.1
- Date: Tue, 30 Apr 2013 20:52:24 +0000 (UTC)
commit 816cdc96f30087cb9427312b86e6bdc807349628
Author: Dan Winship <danw gnome org>
Date: Tue Apr 30 16:51:51 2013 -0400
2.43.1
NEWS | 19 +++++++++++++++++++
configure.ac | 2 +-
2 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index ea5a219..808ba00 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Changes in libsoup from 2.42.1 to 2.43.1:
+
+ * Including <libsoup/soup.h> no longer pulls in the system
+ networking headers. This may cause some packages to no
+ longer compile, if they were accidentally depending on this.
+ Adding "#include <gio/gnetworking.h>" will fix them on both
+ unix and Windows. (This was done as part of fixing the build
+ on Windows.) [#692134, Dan]
+
+ * Fixed SoupSession:proxy-resolver [#698163, Dan]
+
+ * Added soup_message_set_priority(), to mark messages as being
+ high, low, or normal priority, and update the message queue
+ to prioritize them accordingly. [#696277, Sergio]
+
+ * 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 8d717cc..8bbf961 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ dnl *******************************************
m4_define([soup_major_version], [2])
m4_define([soup_minor_version], [43])
-m4_define([soup_micro_version], [0])
+m4_define([soup_micro_version], [1])
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]