aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-10-04 20:49:59 +0200
committerVincent Richard <[email protected]>2005-10-04 20:49:59 +0200
commit3ec0f17ade68adec05f8b0af40c61a4f3a595b75 (patch)
tree990440f5b6803c237c2d72ee298724df176f9e93 /ChangeLog
parentAdded service::setSocketFactory(). (diff)
downloadvmime-3ec0f17ade68adec05f8b0af40c61a4f3a595b75.tar.gz
vmime-3ec0f17ade68adec05f8b0af40c61a4f3a595b75.zip
Added service::setTimeoutHandlerFactory().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 948352ef..84422aef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,10 @@ VERSION 0.7.2cvs
service::setSocketFactory() function instead. Removed "name" parameter
from platformDependant::getSocketFactory() function.
+ * net/service: removed "timeout.factory" property; added the function
+ service::setTimeoutHandlerFactory() instead. Removed the function
+ platformDependant::getTimeoutHandlerFactory().
+
2005-10-03 Vincent Richard <[email protected]>
* Added TLS/SSL support, using GNU TLS library.