aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-10-04 20:34:25 +0200
committerVincent Richard <[email protected]>2005-10-04 20:34:25 +0200
commit09d9e114398e826a4e676c4dbb3cbe7f88d1236c (patch)
tree9e72eeef6173634c74d1fd10117826a11d0686a1 /ChangeLog
parentAdded TLS/SSL support. (diff)
downloadvmime-09d9e114398e826a4e676c4dbb3cbe7f88d1236c.tar.gz
vmime-09d9e114398e826a4e676c4dbb3cbe7f88d1236c.zip
Added service::setSocketFactory().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4775a5c..948352ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
VERSION 0.7.2cvs
================
+2005-10-04 Vincent Richard <[email protected]>
+
+ * net/service: removed "server.socket-factory" property; added the
+ service::setSocketFactory() function instead. Removed "name" parameter
+ from platformDependant::getSocketFactory() function.
+
2005-10-03 Vincent Richard <[email protected]>
* Added TLS/SSL support, using GNU TLS library.