aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2012-04-16 22:32:33 +0200
committerVincent Richard <[email protected]>2012-04-16 22:32:33 +0200
commit4f33877820edee1b47d1b6f4fc800eaad273adaa (patch)
tree10d5d339f17f2561ef46993de308c2e7d8a9fd79 /ChangeLog
parentSplit stream.hpp/.cpp into multiple source files. (diff)
downloadvmime-4f33877820edee1b47d1b6f4fc800eaad273adaa.tar.gz
vmime-4f33877820edee1b47d1b6f4fc800eaad273adaa.zip
Added ability to parse directly from an input stream (eg. file). This allows very big messages to be parsed without loading the whole message data into memory.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8fdcdb05..1b5b2cf7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
VERSION 0.9.2svn
================
+2012-04-16 Vincent Richard <[email protected]>
+
+ * MIME Parser can now operate directly on an input stream (eg. file).
+ This allows very big messages to be parsed without loading the whole
+ message data into memory.
+
2010-11-16 Vincent Richard <[email protected]>
* Started version 0.9.2.