| 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.439 2005/10/25 21:33:22 agaffney Exp $ |
4 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.440 2005/10/25 23:59:48 agaffney Exp $ |
| 5 | |
5 | |
| 6 | *GLI-0.3 (17 Oct 2005) |
6 | *GLI-0.3 (17 Oct 2005) |
| 7 | |
7 | |
| 8 | 25 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
8 | 25 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 9 | src/GLIClientController.py: |
9 | src/GLIClientController.py: |
| 10 | added debugging code for the interaction between the 2 threads via Event() |
10 | added debugging code for the interaction between the 2 threads via Event() |
| 11 | src/GLIUtility.py: |
11 | src/GLIUtility.py: |
| 12 | doubled the buffer size in spawn() |
12 | doubled the buffer size in spawn() |
|
|
13 | bump buffer size up to 16384 |
|
|
14 | only report progress in 5% increments |
| 13 | |
15 | |
| 14 | 24 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
16 | 24 Oct 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 15 | src/GLIArchitectureTemplate.py: |
17 | src/GLIArchitectureTemplate.py: |
| 16 | use tar | tar to copy files in copy_pkg_to_chroot() |
18 | use tar | tar to copy files in copy_pkg_to_chroot() |
| 17 | extract devices.tar.bz2 created by baselayout instead of running MAKEDEV |
19 | extract devices.tar.bz2 created by baselayout instead of running MAKEDEV |