| 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.546 2005/12/26 01:51:35 agaffney Exp $ |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.547 2005/12/26 02:50:37 agaffney Exp $ |
| 5 | |
5 | |
| 6 | *GLI-0.3 (27 Oct 2005) |
6 | *GLI-0.3 (27 Oct 2005) |
| 7 | |
7 | |
| 8 | 24 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
8 | 24 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 9 | src/runtimedeps.py: |
9 | src/runtimedeps.py: |
| 10 | initial commit |
10 | initial commit |
| 11 | src/GLIPortage.py: |
11 | src/GLIPortage.py: |
| 12 | use separate script for GRP deps |
12 | use separate script for GRP deps |
| 13 | remove calls to portage module |
13 | remove calls to portage module |
| 14 | modify get_deps() to get deptree for each package and merge into final list |
14 | modify get_deps() to get deptree for each package and merge into final list |
|
|
15 | remove depgraph class |
|
|
16 | add debugging code to get_deps() |
| 15 | src/GLIArchitectureTemplate.py: |
17 | src/GLIArchitectureTemplate.py: |
| 16 | combine code for GRP/compile in install_packages() into one block |
18 | combine code for GRP/compile in install_packages() into one block |
|
|
19 | debugging code in install_packages() |
| 17 | |
20 | |
| 18 | 23 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
21 | 23 Dec 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 19 | src/GLIPortage.py: |
22 | src/GLIPortage.py: |
| 20 | initial commit |
23 | initial commit |
| 21 | move some of portage function from GLIAT |
24 | move some of portage function from GLIAT |