summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df4adfba..6e51edb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2007-05-21 Simon McVittie <simon.mcvittie@collabora.co.uk>
+ * 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 <simon.mcvittie@collabora.co.uk>
+
* HACKING: Point to correct mailing list
2007-05-21 Simon McVittie <simon.mcvittie@collabora.co.uk>