| 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.271 2005/06/28 20:57:21 codeman Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.272 2005/06/29 01:08:02 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
| 6 | |
6 | |
| 7 | 28 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
7 | 28 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Add code to update_config_files() to go through etc_files and update stuff. |
8 | Add code to update_config_files() to go through etc_files and update stuff. |
| 9 | Check to see that _etc_files['make.conf'] exists in get_make_conf() |
9 | Check to see that _etc_files['make.conf'] exists in get_make_conf() |
|
|
10 | Only use float() in partition xml parsing code if type == "free" |
| 10 | |
11 | |
| 11 | 28 Jun 2005; Preston Cody <codeman@gentoo.org> |
12 | 28 Jun 2005; Preston Cody <codeman@gentoo.org> |
| 12 | finished almost all internationalization of GenDialog. |
13 | finished almost all internationalization of GenDialog. |
| 13 | attempt at fixing rc.conf function. moved 3 generate functions out of |
14 | attempt at fixing rc.conf function. moved 3 generate functions out of |
| 14 | fe/gtk/RcDotConf and put them in Utility. fixed self bug. |
15 | fe/gtk/RcDotConf and put them in Utility. fixed self bug. |