From: Joshua Kwan Date: Tue, 22 Jun 2004 16:37:33 +0000 (+0000) Subject: update X-Git-Tag: v1.6.1-roc-dev~382 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=033b20f11d096b73e0ed3d81785b1e30fe0253bb;p=dgamelaunch update git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@322 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/Changelog b/Changelog index 17b745f..d134a4a 100644 --- a/Changelog +++ b/Changelog @@ -2,6 +2,8 @@ * Fix some signed/unsigned warnings. * Fix make install check for PREFIX -> $(PREFIX). * Bind with Satan / start using autoconf. + * Fix a bug in automatic authorization that revealed the username + and password in ps output, by munging argv. * Fix dgl-create-chroot's copying of terminfo - the terminfo dir might be full of symlinks, so dereference them by passing -L to cp. It's SUSv3, honest!