1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
2 | # Copyright 2005-2005 Gentoo Technologies, Inc. |
2 | # Copyright 2005-2005 Gentoo Technologies, Inc. |
3 | |
3 | |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.376 2005/09/15 21:33:44 codeman Exp $ |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.400 2005/09/30 20:33:29 agaffney Exp $ |
5 | |
5 | |
6 | *GLI-0.2 (4 Aug 2005) |
6 | *GLI-0.2 (4 Aug 2005) |
7 | |
7 | |
|
|
8 | 30 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
9 | src/net/client/gliclient.py: |
|
|
10 | initial commit |
|
|
11 | pass MAC to XMLRPC functions |
|
|
12 | src/net/server/GLIServerProfile.py: |
|
|
13 | rename GLIClientsProfiles to GLIServerProfile |
|
|
14 | |
|
|
15 | 29 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
16 | src/net/server/gliserv.py: |
|
|
17 | now handles POST requests |
|
|
18 | move majority of request handling code to common_handler() to reduce code |
|
|
19 | duplication |
|
|
20 | profile loading |
|
|
21 | client reg via XMLRPC goes into SharedInfo() |
|
|
22 | /showclients redesign |
|
|
23 | template fixes |
|
|
24 | allow handler functions to add/change headers |
|
|
25 | save profile |
|
|
26 | |
|
|
27 | 28 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
28 | src/net/server/GLIClientsProfiles.py: |
|
|
29 | initial commit |
|
|
30 | src/net/server/template.html: |
|
|
31 | initial commit |
|
|
32 | src/net/server/gliserv.py: |
|
|
33 | add template mojo |
|
|
34 | |
|
|
35 | 26 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
36 | src/net/server/gliserv.py: |
|
|
37 | XMLRPC mojo |
|
|
38 | |
|
|
39 | 22 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
40 | src/GLIArchitectureTemplate.py: |
|
|
41 | add code in _edit_config() to comment line where variable is defined |
|
|
42 | previously |
|
|
43 | insert new line under previous definition of variable if it exists |
|
|
44 | small _edit_config() cleanup |
|
|
45 | src/GLIStorageDevice.py: |
|
|
46 | add clear_partitions() function |
|
|
47 | new sizes for recommended partition layout |
|
|
48 | automatically calculate swap size for recommended layout |
|
|
49 | |
|
|
50 | 21 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
51 | src/templates/x86ArchitectureTemplate.py: |
|
|
52 | fat16 mojo |
|
|
53 | |
|
|
54 | 20 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
55 | src/GLIStorageDevice.py: |
|
|
56 | prevent do_recommended() from being run twice |
|
|
57 | rewrite do_recommended() to be more robust |
|
|
58 | src/GLIArchitectureTemplate.py: |
|
|
59 | rework _edit_config() to not write duplicate entries |
|
|
60 | |
|
|
61 | 17 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
62 | src/GLIStorageDevice.py: |
|
|
63 | added do_recommended() function to automatically created 256M/1G/* layout |
|
|
64 | |
|
|
65 | 17 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
66 | src/gli-dialog.py: added set_distcc to the list |
|
|
67 | GenDialog: added set_distcc. untested. |
|
|
68 | IP: added install_distcc flag. |
|
|
69 | AT: added install_distcc function based on the flag. runs after build_kernel |
|
|
70 | changed AT spawn command for distcc for nodeps. |
|
|
71 | |
|
|
72 | 16 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
73 | src/GLIUtility.py: |
|
|
74 | add rot13ify() function |
|
|
75 | |
|
|
76 | 16 Sep 2005; Preston Cody <codeman@gentoo.org> |
|
|
77 | src/GenDialog.py |
|
|
78 | added a sentence of text. unchecking support added. |
|
|
79 | |
8 | 15 Sep 2005; Preston Cody <codeman@gentoo.org> |
80 | 15 Sep 2005; Preston Cody <codeman@gentoo.org> |
9 | src/GLIUtility.py |
81 | src/GLIUtility.py |
10 | added get_grp_pkgs_from_cd() to return a list of packages in GRP for FE menus |
82 | added get_grp_pkgs_from_cd() to return a list of packages in GRP for FE menus |
11 | src/GenDialog.py |
83 | src/GenDialog.py |
12 | still working on extra_packages |
84 | still working on extra_packages. transformed the list to new format. |
|
|
85 | added GRP indication to list. untested. |
13 | TODO lists updated. |
86 | TODO lists updated. |
14 | src/fe/dialog/gli-dialog.py |
87 | src/fe/dialog/gli-dialog.py |
15 | spelling mistook. |
88 | spelling mistook. |
16 | |
89 | |
17 | 14 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |
90 | 14 Sep 2005; Andrew Gaffney <agaffney@gentoo.org> |