From 3b97064d40e93c26bdf895c52bedb2f58dda0406 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 4 Jan 2005 22:03:16 +0000 Subject: Added diagnostic error string for 'exceptions::connection_error' + fixed a bug in 'posixSocket::connect()' when specifying an IP address. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * Fixed linking error on 'typeAdapter ::parse()' with g++ versions -- cgit