| 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.94 2005/03/21 23:00:33 codeman Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.95 2005/03/22 02:41:13 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
| 6 | |
6 | |
| 7 | 21 Mar 2005; Preston Cody <codeman@gentoo.org> |
7 | 21 Mar 2005; Preston Cody <codeman@gentoo.org> |
| 8 | took chroot out of grub_install command. |
8 | took chroot out of grub_install command. Added |
|
|
9 | 'logfile=self._compile_logfile' to a number of spawn() calls. |
| 9 | |
10 | |
| 10 | 21 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
11 | 21 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 11 | Changed chroot wrapper code in spawn() to write the wrapper the python way |
12 | Changed chroot wrapper code in spawn() to write the wrapper the python way |
| 12 | instead of the bash way to avoid quote conflicts. |
13 | instead of the bash way to avoid quote conflicts. |
| 13 | |
14 | |