summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS9
-rw-r--r--configure.in2
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f115b76..e5cbf3df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-14 Dan Winship <danw@novell.com>
+
+ * configure.in: bump version to 2.2.3
+
+ * NEWS: update
+
2005-03-09 Dan Winship <danw@novell.com>
* libsoup/soup-gnutls.c (soup_gnutls_read): return G_IO_STATUS_EOF
diff --git a/NEWS b/NEWS
index 77947250..c61bf5a3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,11 @@
-Changes in libsoup from 2.2.1 to 2.2.2:
+Changes in libsoup from 2.2.2 to 2.2.3:
+
+ * Now compiles against gnutls 1.2.0 [57811]
+
+ * Fixed a bug that could result in 100% CPU usage if an SSL
+ server closed the connection uncleanly. [73352]
+
+Changes from 2.2.1 to 2.2.2:
* The SSL validation fix from 2.2.1 [64414] is now completely
fixed. (Part of the fix didn't actually make it into 2.2.1)
diff --git a/configure.in b/configure.in
index e148806c..109ef22d 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.2)
+AC_INIT(libsoup, 2.2.3)
AC_CONFIG_SRCDIR(libsoup-2.2.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)