aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-13 02:59:31 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-13 02:59:31 +0000
commit4584dffe14705d8e47a04dfbfd2fcf1d997123e8 (patch)
treecf6a2750461cae429a0b617449a4ce7611d61233 /CHANGELOG
parent5178c956bc83422311d09c4f662c25bd240ba561 (diff)
downloadarchivemail-4584dffe14705d8e47a04dfbfd2fcf1d997123e8.tar.gz
archivemail-4584dffe14705d8e47a04dfbfd2fcf1d997123e8.tar.bz2
archivemail-4584dffe14705d8e47a04dfbfd2fcf1d997123e8.zip
Fixed date header parsing to be precise with timezone information. Also, when
writing From_ line timestamps, don't use UTC but local time, without timezone information.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 4f3947f..5fbe4d7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+Version 0.7.3 - UNRELEASED
+
+ * Fixed date header parsing to be precise with timezone information. Also,
+ when writing From_ line timestamps, don't use UTC but local time, without
+ timezone information.
+
Version 0.7.2 - 9 November 2007
* IMAP: fixed crash by working around python bug #1277098, which is still pending