aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-14 11:42:07 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-14 11:42:07 +0800
commitbf5c7e12fcb41d013b5bdb194946075a0589ea9e (patch)
tree22448fc7e1b988c7a6d4899aa8572e0cabd93284 /camel/ChangeLog
parente258958d9e75e263f477102e305de0de88ccfe4b (diff)
downloadgsoc2013-evolution-bf5c7e12fcb41d013b5bdb194946075a0589ea9e.tar
gsoc2013-evolution-bf5c7e12fcb41d013b5bdb194946075a0589ea9e.tar.gz
gsoc2013-evolution-bf5c7e12fcb41d013b5bdb194946075a0589ea9e.tar.bz2
gsoc2013-evolution-bf5c7e12fcb41d013b5bdb194946075a0589ea9e.tar.lz
gsoc2013-evolution-bf5c7e12fcb41d013b5bdb194946075a0589ea9e.tar.xz
gsoc2013-evolution-bf5c7e12fcb41d013b5bdb194946075a0589ea9e.tar.zst
gsoc2013-evolution-bf5c7e12fcb41d013b5bdb194946075a0589ea9e.zip
Added camel-tcp-stream-ssl to the build.
2001-03-13 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Added camel-tcp-stream-ssl to the build. * camel-remote-store.h: Add a use_ssl member to the CamelRemoteStore object. svn path=/trunk/; revision=8698
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index dcf2d2117e..9dbebe0469 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,12 @@
2001-03-13 Jeffrey Stedfast <fejj@ximian.com>
+ * Makefile.am: Added camel-tcp-stream-ssl to the build.
+
+ * camel-remote-store.h: Add a use_ssl member to the
+ CamelRemoteStore object.
+
+2001-03-13 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-tcp-stream-ssl.c (camel_tcp_stream_ssl_get_type):
Oops. Make this a subclass of CamelTcpStream, not CamelStream.