summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2005-01-24 16:05:12 +0000
committerDan Winship <danw@src.gnome.org>2005-01-24 16:05:12 +0000
commit2e71f6c885e2ef6569d3b29c91b395d3e8a451ef (patch)
treedc779fe05d00d82ed922d5b2a840435ef391a193
parente1df9883db1ebf6b62dda4712e339e37633a7c6b (diff)
downloadlibsoup-gnome-2-8.tar.gz
bump version to 2.2.2LIBSOUP_2_2_2gnome-2-8
* configure.in: bump version to 2.2.2 * NEWS: update
-rw-r--r--ChangeLog6
-rw-r--r--NEWS16
-rw-r--r--configure.in2
3 files changed, 22 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cc3a3a4..2aff0d33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-24 Dan Winship <danw@novell.com>
+
+ * configure.in: bump version to 2.2.2
+
+ * NEWS: update
+
2005-01-08 Not Zed <NotZed@Ximian.com>
** See ximian bug #70323.
diff --git a/NEWS b/NEWS
index bf41e535..77947250 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
-Changes in libsoup from 2.2.0 to 2.2.1:
+Changes in libsoup 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)
+
+ * HTTPS certificate validation now works when using an HTTP
+ proxy. [68583]
+
+ * HTTP proxy code deals better with proxies that try to make
+ the user do HTML-form-based authentication. [68531]
+
+ * 64-bit fixes for NTLM auth code. [70323, from Michael
+ Zucchi]
+
+Changes from 2.2.0 to 2.2.1:
* Updated for a libgcrypt API change between 1.1.9x and 1.2.x
that caused a crash at runtime if you compiled against
diff --git a/configure.in b/configure.in
index a2e64d38..e148806c 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.1)
+AC_INIT(libsoup, 2.2.2)
AC_CONFIG_SRCDIR(libsoup-2.2.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)