| 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.253 2005/06/21 16:02:32 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.254 2005/06/21 16:22:26 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.1_alpha (4 Apr 2005) |
5 | *GLI-0.1_alpha (4 Apr 2005) |
| 6 | |
6 | |
| 7 | 20 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
7 | 20 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Apply spawn() patch from #96644 (with minor changes). Make sure the return |
8 | Apply spawn() patch from #96644 (with minor changes). Make sure the return |
| 9 | value from all spawn() calls is checked with GLIUtility.exitsuccess(). Fix |
9 | value from all spawn() calls is checked with GLIUtility.exitsuccess(). Fix |
| 10 | small error with <pipe>.close() returning None. Fix space vs. tab issue. |
10 | small error with <pipe>.close() returning None. Fix space vs. tab issue. |
|
|
11 | Fix undefined variable 'output' issue in spawn(). |
| 11 | |
12 | |
| 12 | 20 Jun 2005; Preston Cody <codeman@gentoo.org> |
13 | 20 Jun 2005; Preston Cody <codeman@gentoo.org> |
| 13 | More updates to GenDialog and gli-d. |
14 | More updates to GenDialog and gli-d. |
| 14 | |
15 | |
| 15 | 19 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |
16 | 19 Jun 2005; Andrew Gaffney <agaffney@gentoo.org> |