| 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.277 2005/06/30 22:37:30 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.278 2005/07/05 04:31:32 codeman Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
| 6 | |
6 | |
|
|
7 | 5 Jul 2005; Preston Cody <codeman@gentoo.org> |
|
|
8 | Added sleep(5) to partitioning code, temp got rid of the NOCOLOR in _emerge |
|
|
9 | Mild changes to GenDialog. |
|
|
10 | |
| 7 | 30 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
11 | 30 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Remove separate install step configure_rc_conf() since it's handled by |
12 | Remove separate install step configure_rc_conf() since it's handled by |
| 9 | update_config_files() |
13 | update_config_files() |
| 10 | Make a copy of newvalues in _edit_config() so quotes aren't added when the |
14 | Make a copy of newvalues in _edit_config() so quotes aren't added when the |
| 11 | function is called twice on the same file. |
15 | function is called twice on the same file. |