diff options
author | Vincent Richard <[email protected]> | 2005-01-03 21:40:23 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-01-03 21:40:23 +0000 |
commit | 43eb1c3cd04bfcf8958f95fa28db3d65036a70a2 (patch) | |
tree | 2aaf69b70ded3290d2481d20670917b9d2e61ad5 | |
parent | Fixed a linking error with g++ <= 3.2. (diff) | |
download | vmime-43eb1c3cd04bfcf8958f95fa28db3d65036a70a2.tar.gz vmime-43eb1c3cd04bfcf8958f95fa28db3d65036a70a2.zip |
Fixed a linking error with g++ <= 3.2.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ VERSION 0.6.2-cvs ================= +2005-01-03 Vincent Richard <[email protected]> + + * Fixed linking error on 'typeAdapter <string>::parse()' with g++ versions + older than 3.3. + 2005-01-02 Vincent Richard <[email protected]> * Added unit tests for utility::path and bodyPart. |