2.2.101
authorDan Winship <danw@src.gnome.org>
Fri, 5 Oct 2007 15:54:32 +0000 (15:54 +0000)
committerDan Winship <danw@src.gnome.org>
Fri, 5 Oct 2007 15:54:32 +0000 (15:54 +0000)
* configure.in: 2.2.101

* NEWS: update

svn path=/trunk/; revision=936

ChangeLog
NEWS
configure.in

index fbcc8ea..b91447c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2007-10-05  Dan Winship  <danw@gnome.org>
 
+       * configure.in: 2.2.101
+
+       * NEWS: update
+
+2007-10-05  Dan Winship  <danw@gnome.org>
+
        * libsoup/soup-connection-ntlm.c (ntlm_authorize_pre): Don't crash
        if the authenticate callback returns a username and no password
        (even though it's not supposed to do that). #480987
diff --git a/NEWS b/NEWS
index 4956407..15759b4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+Changes in libsoup from 2.2.100 to 2.2.101:
+
+       * Fix build on cygwin [384498]
+
+       * Fix SSL rehandshaking on synchronous sockets [415402, Jacob
+          Berkman] and add a regression test for it.
+
+       * Fix two bugs in https tunnels over proxies that require
+         authentication (noticed by Varadhan), and add a regression
+         test for them.
+
+       * Ensure that if you queue multiple messages at once to an
+         http server that requires authentication but that you
+         haven't authenticated to yet, that all of the messages get
+         properly authenticated [271540, James Willcox]. And add a
+         regression test for it.
+
+       * Fix NTLM authentication, which got broken by the previous
+          fix. [471389, Varadhan]. Add a basic NTLM regression test
+          that doesn't really test the crypto/encoding parts, but at
+          least makes sure that the message flow is correct.
+
+       * Allow trailing whitespace after HTTP version in
+          Response-Line, for compatibility with broken servers
+          [475169, Stephane Loeuillet]. Add that case to the
+          header-parsing regression test.
+
+       * Fix crash then the session's "authenticate" handler returns
+         a username and no password when using NTLM. [480987, Wendell
+         MacKenzie]
+
+       * Use "new" glib base64 and iso8601 methods rather than
+          duplicating them. [337010, patch from Emmanuele Bassi].
+
+       * Implement soup_session_queue_message() for SoupSessionSync.
+
+       * Add G_BEGIN_DECLS / G_END_DECLS to all headers that were
+          missing them. [438776, patch from Jonathon Jongsma].
+
+       * Fix broken definition of SOUP_IS_MESSAGE_FILTER_CLASS. Noted
+          by "cascardo" on libsoup-list.
+
+       * Remove documentation of non-public MD5 methods [440092,
+          Jonathon Jongsma]. Removed a mysterious half-sentence in the
+          SoupMessage docs [458116, Marco Barisione].
+
 Changes in libsoup from 2.2.99 to 2.2.100:
 
        * Fixed soup_headers_parse_status_line() so WebDAV response
index 757991c..5325193 100644 (file)
@@ -3,7 +3,7 @@ dnl *** Initialize automake and set version ***
 dnl *******************************************
 
 AC_PREREQ(2.53)
-AC_INIT(libsoup, 2.2.100)
+AC_INIT(libsoup, 2.2.101)
 AC_CONFIG_SRCDIR(libsoup.pc.in)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)