summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-02-09 07:48:22 +0000
committerMartin Pool <mbp@samba.org>2002-02-09 07:48:22 +0000
commit984723160041ebf41a0fd30ae3d6c9815697895d (patch)
treefffee12dd1bb38ec7a7185bbfe5b395e2685d909 /NEWS
parent461c6de1a8f2d6eac44e607c6862f356915e579d (diff)
downloadrsync-cvs/branch-2.3.tar.gz
Make sure that supplementary groups are removed from a server processcvs/branch-2.3
after changing uid and gid. (Ethan Benson) Bump version to 2.3.4pre1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 3 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2d4b85cb..fc78e160 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
-rsync 2.3.3 (26 Jan 2002)
+rsync 2.3.4 (not released yet)
SECURITY FIXES:
- * Signedness security patch from Sebastian Krahmer
- <krahmer@suse.de> -- in some cases we were not sufficiently
- careful about reading integers from the network.
+ * Make sure that supplementary groups are removed from a server
+ process after changing uid and gid. (Ethan Benson)