| 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.209 2005/06/06 07:59:39 codeman Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.224 2005/06/11 07:51:55 robbat2 Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
|
|
6 | |
|
|
7 | 11 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> |
|
|
8 | src/GLIArchitectureTemplate.py, src/templates/x86ArchitectureTemplate.py: |
|
|
9 | Refactor _emerge to remove duplicate code. Refactor mkfs code in backend to |
|
|
10 | only have a single spawn call. |
|
|
11 | |
|
|
12 | 11 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
13 | refixed samyron's fix of set_architecture_template. |
|
|
14 | |
|
|
15 | 11 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
16 | Move /tmp/spawn.sh and /tmp/post-install to /var/tmp since that should always |
|
|
17 | be executable. |
|
|
18 | |
|
|
19 | 10 Jun 2005; Scott Myron <samyron@gentoo.org> |
|
|
20 | Fixed one of the FIXME's in the ClientConfiguration. There is now some |
|
|
21 | error checking when you call set_architecture_template. |
|
|
22 | |
|
|
23 | 10 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
24 | moved the mkfsopts input to the partition options menu instead of the during |
|
|
25 | the creation process. updated GenDialog to say it supports reiserfs v3. |
|
|
26 | |
|
|
27 | 9 Jun 2005; Robin H. Johnson <robbat2@gentoo.org> src/GLIInstallProfile.py, |
|
|
28 | src/GLIStorageDevice.py, fe/dialog/dialogfe.py: |
|
|
29 | Complete support for 'mkfsopts' parameter in main system and dialogfe. |
|
|
30 | Add support for other partition types to dialogfe. |
|
|
31 | Fix all usages of int(possible_big_number) to long(possible_bit_number) to |
|
|
32 | avoid integer overflows and wraparounds. |
|
|
33 | |
|
|
34 | 9 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
35 | Removed start/end from XML output and added mkfsopts to partitioning info. |
|
|
36 | 'mkfsopts' parameter is now used and support for creating xfs, jfs, and |
|
|
37 | reiserfs is now in (patch from robbat2). Change '_parser' to 'self._parser' |
|
|
38 | in GLIClientConfiguration. Change from .1 and .9 to constants for |
|
|
39 | partitioning. Fix free space overwriting bug. Remove a few unused functions |
|
|
40 | from rewrite. Fix call to get_partition_at() |
|
|
41 | |
|
|
42 | 8 Jun 2005; Preston Cody <codeman@gentoo.org> |
|
|
43 | Updates to GenDialog and dialogfe. |
|
|
44 | |
|
|
45 | 7 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
46 | Typo (%$^&#$!) fix in GLIStorageDevice. Minor fix recommended by pychecker |
| 6 | |
47 | |
| 7 | 6 Jun 2005; Preston Cody <codeman@gentoo.org> |
48 | 6 Jun 2005; Preston Cody <codeman@gentoo.org> |
| 8 | more GenDialog updates to partitioning. |
49 | more GenDialog updates to partitioning. |
| 9 | |
50 | |
| 10 | 5 Jun 2005; Preston Cody <codeman@gentoo.org> |
51 | 5 Jun 2005; Preston Cody <codeman@gentoo.org> |