git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@322 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Joshua Kwan 2004-06-22 16:37:33 +00:00
parent 6fecd2b69d
commit 033b20f11d
1 changed files with 2 additions and 0 deletions

View File

@ -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!