aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-01-04 23:03:16 +0100
committerVincent Richard <[email protected]>2005-01-04 23:03:16 +0100
commit3b97064d40e93c26bdf895c52bedb2f58dda0406 (patch)
tree517bd37ecea5c668620db1696f60ad2c45d95b10 /ChangeLog
parentFixed a linking error with g++ <= 3.2. (diff)
downloadvmime-3b97064d40e93c26bdf895c52bedb2f58dda0406.tar.gz
vmime-3b97064d40e93c26bdf895c52bedb2f58dda0406.zip
Added diagnostic error string for 'exceptions::connection_error' + fixed a bug in 'posixSocket::connect()' when specifying an IP address.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cb781ef6..ee80502d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
VERSION 0.6.2-cvs
=================
+2005-01-04 Vincent Richard <[email protected]>
+
+ * Added diagnostic error string for 'exceptions::connection_error'.
+
+ * Fixed a bug in 'posixSocket::connect()' that prevented connecting to
+ servers by specifying an IP address instead of a server name.
+
2005-01-03 Vincent Richard <[email protected]>
* Fixed linking error on 'typeAdapter <string>::parse()' with g++ versions