| 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.256 2005/06/21 18:53:53 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.257 2005/06/22 06:00:21 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
|
|
6 | |
|
|
7 | 22 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
8 | Modify get_eth_info() to take a full interface name (eth0 fex). |
|
|
9 | |
|
|
10 | 21 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
11 | Changed setup_network_post to check for 'interfaces[interface][0] != "dhcp"' |
|
|
12 | instead of 'interfaces[interface][1]' since DHCP uses that field for its |
|
|
13 | options. setup_network_post() writes custom DHCP options to /etc/conf.d/net. |
| 6 | |
14 | |
| 7 | 20 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
15 | 20 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Apply spawn() patch from #96644 (with minor changes). Make sure the return |
16 | Apply spawn() patch from #96644 (with minor changes). Make sure the return |
| 9 | value from all spawn() calls is checked with GLIUtility.exitsuccess(). Fix |
17 | value from all spawn() calls is checked with GLIUtility.exitsuccess(). Fix |
| 10 | small error with <pipe>.close() returning None. Fix space vs. tab issue. |
18 | small error with <pipe>.close() returning None. Fix space vs. tab issue. |
| 11 | Fix undefined variable 'output' issue in spawn(). Changed setup_network_post |
19 | Fix undefined variable 'output' issue in spawn(). |
| 12 | to check for 'interfaces[interface][0] != "dhcp"' instead of |
|
|
| 13 | 'interfaces[interface][1]' since DHCP uses that field for its options. |
|
|
| 14 | setup_network_post() writes custom DHCP options to /etc/conf.d/net. |
|
|
| 15 | |
20 | |
| 16 | 20 Jun 2005; Preston Cody <codeman@gentoo.org> |
21 | 20 Jun 2005; Preston Cody <codeman@gentoo.org> |
| 17 | More updates to GenDialog and gli-d. |
22 | More updates to GenDialog and gli-d. |
| 18 | |
23 | |
| 19 | 19 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
24 | 19 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |