From: Joshua Kwan Date: Sat, 3 Jul 2004 23:35:16 +0000 (+0000) Subject: amend Changelog for 1.4.6 X-Git-Tag: v1.6.1-roc-dev~375 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=baa776486f9ac04c5727e71156ca5fef2c2a205c;p=dgamelaunch amend Changelog for 1.4.6 git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@329 db0b04b0-f4d1-0310-9a6d-de3e77497b0e --- diff --git a/Changelog b/Changelog index 7ee3037..12dd5e2 100644 --- a/Changelog +++ b/Changelog @@ -1,9 +1,10 @@ -1.4.6 (????/??/??) +1.4.6 (2004/07/03) * 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. + and password in ps output, by munging argv using setproctitle() + if possible. * Fix dgl-create-chroot's copying of terminfo by choosing a sane default. * Now compiles with Tiny C Compiler.