| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2005-2005 Gentoo Technologies, Inc. |
2 | # Copyright 2005-2005 Gentoo Technologies, Inc. |
| 3 | |
3 | |
| 4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.319 2005/08/09 20:15:48 agaffney Exp $ |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.320 2005/08/10 00:19:21 agaffney Exp $ |
| 5 | |
5 | |
| 6 | *GLI-0.2 (4 Aug 2005) |
6 | *GLI-0.2 (4 Aug 2005) |
| 7 | |
7 | |
| 8 | 09 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
8 | 09 Aug 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 9 | src/GLIGenDialog.py: |
9 | src/GLIGenDialog.py: |
| 10 | convert install_packages to list in set_extra_packages() |
10 | convert install_packages to list in set_extra_packages() |
|
|
11 | check return code of checklist() call in "Manual" section |
| 11 | |
12 | |
| 12 | 08 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIUtility.py: |
13 | 08 Aug 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIUtility.py: |
| 13 | "source /etc/profile" does not ensure the ENV is correctly set up. Use "bash |
14 | "source /etc/profile" does not ensure the ENV is correctly set up. Use "bash |
| 14 | -l" instead, to ensure a proper environment (important for CONFIG_PROTECT). |
15 | -l" instead, to ensure a proper environment (important for CONFIG_PROTECT). |
| 15 | |
16 | |