| 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.176 2005/05/12 02:37:45 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.177 2005/05/12 04:00:39 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
| 6 | |
6 | |
| 7 | 11 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
7 | 11 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Added --nocolor to all emerge calls. Fix is_eth_device to test for zero |
8 | Added --nocolor to all emerge calls. Fix is_eth_device to test for zero |
| 9 | return value instead of non-zero. Add code to output a traceback to the |
9 | return value instead of non-zero. Add code to output a traceback to the |
| 10 | install log in the event of a GLI or non-GLI exception. |
10 | install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes |
|
|
11 | instead of --nocolor. |
| 11 | |
12 | |
| 12 | 10 May 2005; Preston Cody <codeman@gentoo.org> |
13 | 10 May 2005; Preston Cody <codeman@gentoo.org> |
| 13 | Added GLIGenDialog.py to make a generic class for the dialog functions that |
14 | Added GLIGenDialog.py to make a generic class for the dialog functions that |
| 14 | can be used by both dialogfe and the netfe/be. updated both for new filename. |
15 | can be used by both dialogfe and the netfe/be. updated both for new filename. |
| 15 | date changes. 2004->2005. |
16 | date changes. 2004->2005. |