summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2005-11-17 16:03:39 +0000
committerDan Winship <danw@src.gnome.org>2005-11-17 16:03:39 +0000
commit653ebeaa1e7cf796c69a7e02d434ddda3ffaca72 (patch)
tree22ee209a4a07aadaa6f14b900ef994a50dbd4ac7
parent8670b496ec40c5a75ab4e80710a48fd70c9d3cca (diff)
downloadlibsoup-gnome-2-12.tar.gz
bump version to 2.2.7LIBSOUP_2_2_7gnome-2-12
* configure.in: bump version to 2.2.7 * NEWS: update
-rw-r--r--ChangeLog6
-rw-r--r--NEWS18
-rw-r--r--configure.in2
3 files changed, 25 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7cc9b4ed..8767de19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-11-17 Dan Winship <danw@novell.com>
+ * configure.in: bump version to 2.2.7
+
+ * NEWS: update
+
+2005-11-17 Dan Winship <danw@novell.com>
+
* libsoup/soup-message-io.c (io_cleanup): clear priv->io_data
right away, to protect against this being re-entered mid-cleanup
(when we unref the connection). #321208, based on a patch from
diff --git a/NEWS b/NEWS
index 3619b167..ac0ca10e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Changes in libsoup from 2.2.6.1 to 2.2.7:
+
+ * Fixed a crash when using NTLM connections [316313, probably
+ also 318252]. (Also 321208, which was a bug introduced in
+ the original fix for 316313.)
+
+ * Fixed a bug that could cause soup to suck up all available
+ CPU when a connection to a SoupServer was dropped by the
+ other side [319305, patch from Jonathan Matthew]
+
+ * Fixed the creation of struct elements in XMLRPC messages
+ [321362, patch from Sebastian Bauer]
+
+ * Plugged a small memory leak in SoupSocket (from Wang Xin).
+
+ * Fixed two compile problems, a gccism [320349, patch from
+ Roland Illig], and a strict-aliasing warning from gcc 4.1.
+
Changes in libsoup from 2.2.6 to 2.2.6.1:
* Fixed a crash when using SoupSoapMessage
diff --git a/configure.in b/configure.in
index 61d759ec..0028794e 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
dnl *******************************************
AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.2.6.1)
+AC_INIT(libsoup, 2.2.7)
AC_CONFIG_SRCDIR(libsoup.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)