aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-05-06 03:06:40 +0000
committerPaul Rodger <paul@paulrodger.com>2002-05-06 03:06:40 +0000
commite4adb7b2228533cde7936b44b5d61e422c81bb6b (patch)
treee16ff77acbd4dfd875d605901cf1162a4eecf8b1 /CHANGELOG
parent7187dd8f6fc3c798958d3fbbaa842edc8276c873 (diff)
downloadarchivemail-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--CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0046d4f..198005c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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.