diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-05-06 03:06:40 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-05-06 03:06:40 +0000 |
commit | e4adb7b2228533cde7936b44b5d61e422c81bb6b (patch) | |
tree | e16ff77acbd4dfd875d605901cf1162a4eecf8b1 /CHANGELOG | |
parent | 7187dd8f6fc3c798958d3fbbaa842edc8276c873 (diff) | |
download | archivemail-e4adb7b2228533cde7936b44b5d61e422c81bb6b.tar.gz archivemail-e4adb7b2228533cde7936b44b5d61e422c81bb6b.tar.bz2 archivemail-e4adb7b2228533cde7936b44b5d61e422c81bb6b.zip |
Fixed a bug where the os.rename() calls could fail if we are moving files
between partitions.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,8 @@ +Version 0.4.6 - 6 May 2002 + * Fixed a bug where the os.rename() calls could fail if we were moving + temporary files across different filesystems/partitions. + Version 0.4.5 - 29 April 2002 * Fixed a bug where if you used the '--delete' option to completely clean an mbox mailbox you would get a python error. |