| 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.216 2005/06/09 23:13:57 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.217 2005/06/09 23:33:13 robbat2 Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
|
|
6 | |
|
|
7 | 9 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py, |
|
|
8 | src/GLIStorageDevice.py, fe/dialog/dialogfe.py: |
|
|
9 | Complete support for 'mkfsopts' parameter in main system and dialogfe. |
|
|
10 | Add support for other partition types to dialogfe. |
|
|
11 | Fix all usages of int(possible_big_number) to long(possible_bit_number) to |
|
|
12 | avoid integer overflows and wraparounds. |
| 6 | |
13 | |
| 7 | 9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
14 | 9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Removed start/end from XML output and added mkfsopts to partitioning info. |
15 | Removed start/end from XML output and added mkfsopts to partitioning info. |
| 9 | 'mkfsopts' parameter is now used and support for creating xfs, jfs, and |
16 | 'mkfsopts' parameter is now used and support for creating xfs, jfs, and |
| 10 | reiserfs is now in (patch from robbat2). Change '_parser' to 'self._parser' |
17 | reiserfs is now in (patch from robbat2). Change '_parser' to 'self._parser' |