summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c4d954a..f1260ea1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2008-01-15 Dan Winship <danw@gnome.org>
+ * libsoup/soup-auth-manager-ntlm.c: Replaces SoupConnectionNTLM;
+ now works as a SoupSession::request_started watcher.
+
+ * libsoup/soup-connection.c: remove the no-longer-needed
+ "authenticate" signal
+
+ * libsoup/soup-session.c: Use a SoupAuthManagerNTLM if USE_NTLM is
+ set. Remove connection-authenticate-signal references.
+
+2008-01-15 Dan Winship <danw@gnome.org>
+
* libsoup/soup-dns.c (resolve_status): Fix the logic here
2008-01-15 Dan Winship <danw@gnome.org>