aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 247986ca05..d9dec56c7a 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,14 @@
2001-03-09 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-tcp-stream-ssl.h: Comment out everything unless HAVE_NSS
+ is defined.
+
+ * camel-tcp-stream-ssl.c (stream_read): Don't use errno, use
+ nspr's error code stuff.
+ (stream_write): Same.
+
+2001-03-09 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-session.c (camel_session_query_authenticator): Created a
new mode (CAMEL_AUTHENTICATOR_ACCEPT) which is a Yes/No prompt to
the user. This will be needed by the SSL/TLS code to come. Also