| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2004 Gentoo Technologies, Inc. |
2 | # Copyright 2005 Gentoo Technologies, Inc. |
| 3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.160 2005/04/30 05:41:24 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.202 2005/06/01 00:17:24 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
| 6 | |
6 | |
|
|
7 | 31 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
8 | Not being able to fetch the stage tarball is now an exception. Chroot wrapper |
|
|
9 | passes along exit code. Fix typo in GLIStorageDevice causing mountopts to be |
|
|
10 | loaded from XML as ['mountopts']. Changed 'data' to 'self.data' in a few |
|
|
11 | places in GLIClientConfiguration. |
|
|
12 | |
|
|
13 | 27 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
14 | Fix mount_local_partitions(), configure_fstab(), and |
|
|
15 | install_filesystem_tools() to use GLISD directly. A few more fixes for same. |
|
|
16 | A few more fixes for templates/x86Archtemplate |
|
|
17 | |
|
|
18 | 27 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
19 | Removed more unused code from CConfig. Updated GLIGenDialog, but it is still |
|
|
20 | a work in progress. |
|
|
21 | |
|
|
22 | 24 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
23 | Changes in IP, GLISD, and templates/x86Archtemplate for IP using GLISD |
|
|
24 | directly. GLISD can now handle data imported from XML. |
|
|
25 | |
|
|
26 | 22 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
27 | Missing colon in GLIClientConfiguration. Add fix to GLIStorageDevice to |
|
|
28 | handle blank (no disklabel) disks. |
|
|
29 | |
|
|
30 | 20 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
31 | HUGE Reorganization of the InstallProfile. All sections alphabetized, cleaned |
|
|
32 | up, documented, and separated out serialization and grouped all sections. |
|
|
33 | |
|
|
34 | 19 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
35 | Reorganization of ClientConfiguration and gutting of unused functions. |
|
|
36 | Removed verbose option from CC. Moved import statement in IP and CConfig up. |
|
|
37 | |
|
|
38 | 18 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
39 | Fix use of /mnt/gentoo instead of _chroot_dir in finishing_cleanup |
|
|
40 | |
|
|
41 | 17 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
42 | Fixed bug in finishing_cleanup(). Fix a late-night coding error in |
|
|
43 | partitioning. CC serializes install profile to disk and prepare_chroot() |
|
|
44 | copies it into /mnt/gentoo/root |
|
|
45 | |
|
|
46 | 16 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
47 | Moved URI parsing into new function parse_uri() |
|
|
48 | |
|
|
49 | 14 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
50 | Added XMLParser module. |
|
|
51 | |
|
|
52 | 13 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
53 | Fix is_realstring() and rewrite is_uri() to use a regex to parse the URI. |
|
|
54 | Minor fix to is_uri() regex to allow hyphens in hostname. |
|
|
55 | |
|
|
56 | 12 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
57 | Updated finishing_cleanup for new unmounting method from agaffney. |
|
|
58 | |
|
|
59 | 12 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
60 | Fix GLILogger to use correct time format string. Fix _edit_config() to |
|
|
61 | properly comment out variables. Fix minor bug in finishing_cleanup(). Add |
|
|
62 | unicode support to is_realstring(). |
|
|
63 | |
|
|
64 | 11 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
65 | Added --nocolor to all emerge calls. Fix is_eth_device to test for zero |
|
|
66 | return value instead of non-zero. Add code to output a traceback to the |
|
|
67 | install log in the event of a GLI or non-GLI exception. Use NOCOLOR=yes |
|
|
68 | instead of --nocolor. |
|
|
69 | |
|
|
70 | 10 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
71 | Added GLIGenDialog.py to make a generic class for the dialog functions that |
|
|
72 | can be used by both dialogfe and the netfe/be. updated both for new filename. |
|
|
73 | date changes. 2004->2005. |
|
|
74 | |
|
|
75 | 10 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
76 | Removed 'quiet=True' from spawn() calls |
|
|
77 | |
|
|
78 | 10 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
79 | Updated GLIUtility with patches from chotchki. Also added documentation |
|
|
80 | |
|
|
81 | 9 May 2005; Preston Cody <codeman@gentoo.org> |
|
|
82 | Added the function for set_etc_portage to ArchTemplate. no step for it yet. |
|
|
83 | Updated _edit_config in ArchTemplate, make_config, and various other fixes |
|
|
84 | from bug #89683, mostly touchups. |
|
|
85 | |
|
|
86 | 6 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
87 | GLIStorageDevice cleanup patch from bug #91761 |
|
|
88 | |
|
|
89 | 3 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
90 | Fixed timezone code to not link to /mnt/gentoo/usr/share/zoneinfo/blah. Fix |
|
|
91 | _edit_config(). Error logging casts 'error' to str |
|
|
92 | |
|
|
93 | 2 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
94 | Exceptions received in CC are logged before being passed to the FE. Added |
|
|
95 | code to CC to handle exceptions *not* thrown by the installer itself. |
|
|
96 | |
|
|
97 | 1 May 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
98 | get_max_mb_for_resize() returns -1 if not self.resizeable |
|
|
99 | |
| 7 | 20 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
100 | 30 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | More dirty rsync hacks :-/ |
101 | More dirty rsync hacks :-/ |
| 9 | |
102 | |
| 10 | 29 Apr 2005; Preston Cody <codeman@gentoo.org> |
103 | 29 Apr 2005; Preston Cody <codeman@gentoo.org> |
| 11 | Patches from chotchki (bug #90325) to improve CC networking. untested. |
104 | Patches from chotchki (bug #90325) to improve CC networking. untested. |
| 12 | |
105 | |