| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2005 Gentoo Technologies, Inc. |
2 | # Copyright 2005 Gentoo Technologies, Inc. |
| 3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.180 2005/05/12 19:08:56 codeman Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.181 2005/05/12 20:22:49 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
| 6 | |
6 | |
| 7 | 12 May 2005; Preston Cody <codeman@gentoo.org> |
7 | 12 May 2005; Preston Cody <codeman@gentoo.org> |
| 8 | Updated finishing_cleanup for new unmounting method from agaffney. |
8 | Updated finishing_cleanup for new unmounting method from agaffney. |
| 9 | |
9 | |
| 10 | 12 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
10 | 12 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 11 | Fix GLILogger to use correct time format string. Fix _edit_config() to |
11 | Fix GLILogger to use correct time format string. Fix _edit_config() to |
| 12 | properly comment out variables. |
12 | properly comment out variables. Fix minor bug in finishing_cleanup() |
| 13 | |
13 | |
| 14 | 11 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
14 | 11 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 15 | Added --nocolor to all emerge calls. Fix is_eth_device to test for zero |
15 | Added --nocolor to all emerge calls. Fix is_eth_device to test for zero |
| 16 | return value instead of non-zero. Add code to output a traceback to the |
16 | return value instead of non-zero. Add code to output a traceback to the |
| 17 | install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes |
17 | install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes |