aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-01-28 18:50:53 +0100
committerVincent Richard <[email protected]>2005-01-28 18:50:53 +0100
commit4ae97ddb0957c626a01682e24c68710e608bcc43 (patch)
treeb81b4898dbfae5a81a6ca6820c7530bc39acf3e9 /ChangeLog
parentFixed bug with signed/unsigned char. (diff)
downloadvmime-4ae97ddb0957c626a01682e24c68710e608bcc43.tar.gz
vmime-4ae97ddb0957c626a01682e24c68710e608bcc43.zip
Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringContentHandler' and 'streamContentHandler'.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c29d2bee..e68fa1f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
VERSION 0.6.3cvs
================
+2005-01-28 Vincent Richard <[email protected]>
+
+ * Splitted 'contentHandler' into three classes: 'emptyContentHandler',
+ 'stringContentHandler' and 'streamContentHandler'.
+
+ * Fixed bugs with signed/unsigned char in 'parserHelpers'.
+
2005-01-15 Vincent Richard <[email protected]>
* Fixed missing 'vmime/config.hpp' include when installing VMime