| 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 | |
3 | |
| 4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.311 2005/07/31 04:12:20 codeman Exp $ |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.312 2005/07/31 05:51:24 agaffney Exp $ |
| 5 | |
5 | |
| 6 | *GLI-0.1_alpha (4 Apr 2005) |
6 | *GLI-0.1_alpha (4 Apr 2005) |
| 7 | |
7 | |
| 8 | 30 Jul 2005; Preston Cody <codeman@gentoo.org> |
8 | 30 Jul 2005; Preston Cody <codeman@gentoo.org> |
| 9 | add scp to list of is_uri() so GenDialog doesn't complain. |
9 | add scp to list of is_uri() so GenDialog doesn't complain. |
| … | |
… | |
| 21 | Fix post-install network code to create net.eth1+ symlink correctly |
21 | Fix post-install network code to create net.eth1+ symlink correctly |
| 22 | Check to make sure pkg can be split on / and some debugging code |
22 | Check to make sure pkg can be split on / and some debugging code |
| 23 | Add 2>dev/null to emerge call in _get_packages_to_emerge() |
23 | Add 2>dev/null to emerge call in _get_packages_to_emerge() |
| 24 | SimpleXMLParser handles True/False/None correctly now |
24 | SimpleXMLParser handles True/False/None correctly now |
| 25 | Comment out above fix |
25 | Comment out above fix |
|
|
26 | Add partitioning wait-for-device-to-exist code to mount_local_partitions |
| 26 | |
27 | |
| 27 | 28 Jul 2005; Scott Myron <samyron@gentoo.org> |
28 | 28 Jul 2005; Scott Myron <samyron@gentoo.org> |
| 28 | Removed a FIXME in the GLIClientConfiguration that is no |
29 | Removed a FIXME in the GLIClientConfiguration that is no |
| 29 | longer needed. |
30 | longer needed. |
| 30 | |
31 | |