summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-05-21 16:43:57 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2007-05-21 16:43:57 +0000
commit4895a3bb33a444e6592089108afbf61ccb5da453 (patch)
tree89f3548e621b237398610acac2ed5972127a3f9b /ChangeLog
parentc9780cf5ed958cd28a9aa2cd76d2d826e0fe01ff (diff)
* 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 ..
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>