aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2007-11-02 18:47:23 +0000
committerNikolaus Schulz <microschulz@web.de>2007-11-02 18:47:23 +0000
commit3ee105d76612687b12f2a0e1cce5cfdc90e38a5f (patch)
tree7dad80559c4d3fd0733a9d5fb1f43f117c04f88b /CHANGELOG
parenta1641450ede4c7cfb4991d31b6232282c5673f6b (diff)
downloadarchivemail-3ee105d76612687b12f2a0e1cce5cfdc90e38a5f.tar.gz
archivemail-3ee105d76612687b12f2a0e1cce5cfdc90e38a5f.tar.bz2
archivemail-3ee105d76612687b12f2a0e1cce5cfdc90e38a5f.zip
If running as root, only switch the effective uid and gid back if we have
actually switched them before.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7c3d7ef..65a2155 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,6 +15,8 @@ Version 0.7.1 - UNRELEASED
* New option --copy: archive mail, but don't delete it from the mailbox.
This is mainly useful for testing purposes, and complements --delete.
Closes: #981865, #988803, #1764851, Debian bug #434798
+ * If running as root, only switch the effective uid and gid back if we have
+ actually switched them before. Closes: #1762907
Version 0.7.0 - 2 November 2006
* Fixed long options --filter-append and --pwfile to accept their arguments.