2.2.102 LIBSOUP_2_2_102
authorDan Winship <danw@src.gnome.org>
Mon, 15 Oct 2007 14:41:30 +0000 (14:41 +0000)
committerDan Winship <danw@src.gnome.org>
Mon, 15 Oct 2007 14:41:30 +0000 (14:41 +0000)
* configure.in: 2.2.102

* NEWS: update

svn path=/trunk/; revision=942

ChangeLog
NEWS
configure.in

index 458094a..1aeffa1 100644 (file)
--- 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 15759b4..0d3fa4f 100644 (file)
--- 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]
 
index 5325193..f81db1e 100644 (file)
@@ -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)