| 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.234 2005/06/13 05:47:13 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.235 2005/06/13 07:30:31 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
| 6 | |
6 | |
| 7 | 13 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
7 | 13 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Fix typos: get_extended() instead of get_extended_partition() |
8 | Fix typos: get_extended() instead of get_extended_partition(). Added |
|
|
9 | list_mirrors() and list_stage_tarballs_from_mirror() functions to GLIUtility |
| 9 | |
10 | |
| 10 | 12 Jun 2005; John N. Laliberte <allanonjl@gentoo.org> |
11 | 12 Jun 2005; John N. Laliberte <allanonjl@gentoo.org> |
| 11 | GLIInstallProfile.py: add missing set for dhcp_options if a tuple is passed |
12 | GLIInstallProfile.py: add missing set for dhcp_options if a tuple is passed |
| 12 | in add_network_interface. |
13 | in add_network_interface. |
| 13 | |
14 | |