summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--NEWS8
-rw-r--r--configure.in2
3 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 458094a1..1aeffa1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-15 Dan Winship <danw@gnome.org>
+
+ * configure.in: 2.2.102
+
+ * NEWS: update
+
2007-10-08 Dan Winship <danw@gnome.org>
* libsoup/soup-nossl.c: Update for current soup-ssl.h prototypes
diff --git a/NEWS b/NEWS
index 15759b4a..0d3fa4fa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in libsoup from 2.2.101 to 2.2.102:
+
+ * Unbreak the build when building without SSL. Not that you
+ should be building without SSL anyway, but... (reported by
+ guenther).
+
Changes in libsoup from 2.2.100 to 2.2.101:
* Fix build on cygwin [384498]
@@ -25,7 +31,7 @@ Changes in libsoup from 2.2.100 to 2.2.101:
[475169, Stephane Loeuillet]. Add that case to the
header-parsing regression test.
- * Fix crash then the session's "authenticate" handler returns
+ * Fix crash when the session's "authenticate" handler returns
a username and no password when using NTLM. [480987, Wendell
MacKenzie]
diff --git a/configure.in b/configure.in
index 5325193a..f81db1e5 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.101)
+AC_INIT(libsoup, 2.2.102)
AC_CONFIG_SRCDIR(libsoup.pc.in)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)