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.178 2005/05/12 15:18:08 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.197 2005/05/27 19:07:40 agaffney Exp $ |
4 | |
4 | |
5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
6 | |
6 | |
|
|
7 | 27 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
8 | Fix mount_local_partitions(), configure_fstab(), and |
|
|
9 | install_filesystem_tools() to use GLISD directly. A few more fixes for same. |
|
|
10 | |
|
|
11 | 27 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
12 | Removed more unused code from CConfig. Updated GLIGenDialog, but it is still |
|
|
13 | a work in progress. |
|
|
14 | |
|
|
15 | 24 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
16 | Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD |
|
|
17 | directly. GLISD can now handle data imported from XML. |
|
|
18 | |
|
|
19 | 22 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
20 | Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to |
|
|
21 | handle blank (no disklabel) disks. |
|
|
22 | |
|
|
23 | 20 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
24 | HUGE Reorganization of the InstallProfile. All sections alphabetized, cleaned |
|
|
25 | up, documented, and separated out serialization and grouped all sections. |
|
|
26 | |
|
|
27 | 19 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
28 | Reorganization of ClientConfiguration and gutting of unused functions. |
|
|
29 | Removed verbose option from CC. Moved import statement in IP and CConfig up. |
|
|
30 | |
|
|
31 | 18 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
32 | Fix use of /mnt/gentoo instead of _chroot_dir in finishing_cleanup |
|
|
33 | |
|
|
34 | 17 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
35 | Fixed bug in finishing_cleanup(). Fix a late-night coding error in |
|
|
36 | partitioning. CC serializes install profile to disk and prepare_chroot() |
|
|
37 | copies it into /mnt/gentoo/root |
|
|
38 | |
|
|
39 | 16 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
40 | Moved URI parsing into new function parse_uri() |
|
|
41 | |
|
|
42 | 14 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
43 | Added XMLParser module. |
|
|
44 | |
|
|
45 | 13 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
46 | Fix is_realstring() and rewrite is_uri() to use a regex to parse the URI. |
|
|
47 | Minor fix to is_uri() regex to allow hyphens in hostname. |
|
|
48 | |
|
|
49 | 12 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
50 | Updated finishing_cleanup for new unmounting method from agaffney. |
|
|
51 | |
7 | 12 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
52 | 12 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
8 | Fix GLILogger to use correct time format string. |
53 | Fix GLILogger to use correct time format string. Fix _edit_config() to |
|
|
54 | properly comment out variables. Fix minor bug in finishing_cleanup(). Add |
|
|
55 | unicode support to is_realstring(). |
9 | |
56 | |
10 | 11 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
57 | 11 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
11 | Added --nocolor to all emerge calls. Fix is_eth_device to test for zero |
58 | Added --nocolor to all emerge calls. Fix is_eth_device to test for zero |
12 | return value instead of non-zero. Add code to output a traceback to the |
59 | return value instead of non-zero. Add code to output a traceback to the |
13 | install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes |
60 | install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes |