| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2004 Gentoo Technologies, Inc. |
2 | # Copyright 2004 Gentoo Technologies, Inc. |
| 3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.118 2005/03/29 23:54:41 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.119 2005/03/30 00:10:50 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
| 6 | |
6 | |
| 7 | 29 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
7 | 29 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Remove /tmp/compile_output.log and /var/log/install.log when install is |
8 | Remove /tmp/compile_output.log and /var/log/install.log when install is |
| 9 | complete. Added code to (hopefully) keep 2nd thread running after install. |
9 | complete. Added code to (hopefully) keep 2nd thread running after install. |
|
|
10 | Patch from zahna for extra arguments to the kernel. |
| 10 | |
11 | |
| 11 | 28 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
12 | 28 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 12 | Added 'append_log=True' to all spawn() calls using logfile=. Append to log |
13 | Added 'append_log=True' to all spawn() calls using logfile=. Append to log |
| 13 | when unpacking tarball. |
14 | when unpacking tarball. |
| 14 | |
15 | |