| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2004 Gentoo Technologies, Inc. |
2 | # Copyright 2004 Gentoo Technologies, Inc. |
| 3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.111 2005/03/27 04:39:56 codeman Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.112 2005/03/27 06:27:19 codeman Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
| 6 | |
6 | |
| 7 | 26 Mar 2005; Preston Cody <codeman@gentoo.org> |
7 | 26 Mar 2005; Preston Cody <codeman@gentoo.org> |
| 8 | Changed the print statements to logging in the partitioning BE code. |
8 | Changed the print statements to logging in the partitioning BE code. |
| 9 | the logger may need to be imported to the x86archtemplate. unknown yet. |
9 | the logger may need to be imported to the x86archtemplate. unknown yet. |
| 10 | Added the finishing_cleanup function. |
10 | Added the finishing_cleanup function. |
|
|
11 | added a fix to the logger from BenUrban |
| 11 | |
12 | |
| 12 | 25 Mar 2005; Preston Cody <codeman@gentoo.org> |
13 | 25 Mar 2005; Preston Cody <codeman@gentoo.org> |
| 13 | changed InstallProfile to remove is_uri check on kernel, stage, and portage |
14 | changed InstallProfile to remove is_uri check on kernel, stage, and portage |
| 14 | URIs. The blank uri check has been commented out. |
15 | URIs. The blank uri check has been commented out. |
| 15 | ripped out error checking of set_services. this is done by _add_to_runlevel. |
16 | ripped out error checking of set_services. this is done by _add_to_runlevel. |