From 4895a3bb33a444e6592089108afbf61ccb5da453 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 21 May 2007 16:43:57 +0000 Subject: * update-dbus-docs.sh: Assorted improvements: - Default user if $FDUSER is not set is the ssh default (set in ~/.ssh/config or based on the local username), not a hard-coded "johnp" - Temporary checkout directory is created securely (preventing symlink attacks), if mktemp(1) is available - Use make -C rather than cd && make && cd .. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index df4adfba..6e51edb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-05-21 Simon McVittie + + * update-dbus-docs.sh: Assorted improvements: + - Default user if $FDUSER is not set is the ssh default + (set in ~/.ssh/config or based on the local username), not a + hard-coded "johnp" + - Temporary checkout directory is created securely (preventing symlink + attacks), if mktemp(1) is available + - Use make -C rather than cd && make && cd .. + 2007-05-21 Simon McVittie * HACKING: Point to correct mailing list -- cgit