From 033b20f11d096b73e0ed3d81785b1e30fe0253bb Mon Sep 17 00:00:00 2001 From: Joshua Kwan Date: Tue, 22 Jun 2004 16:37:33 +0000 Subject: [PATCH] update git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@322 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- Changelog | 2 ++ 1 file changed, 2 insertions(+) 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!