| 1 | # ChangeLog for Gentoo Linux Installer |
1 | # ChangeLog for Gentoo Linux Installer |
| 2 | # Copyright 2004 Gentoo Technologies, Inc. |
2 | # Copyright 2004 Gentoo Technologies, Inc. |
| 3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.85 2005/03/17 18:02:34 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.86 2005/03/18 06:46:59 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
| 6 | |
6 | |
|
|
7 | 18 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
8 | Add sigunmask.c contributed by d_m (on freenode) to counteract python's |
|
|
9 | retarted behavior regarding threads and signals. |
|
|
10 | |
| 7 | 17 Mar 2005; Andrew Gaffney <agaffey@gentoo.org> |
11 | 17 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Add 2>&1 to cmd in spawn() |
12 | Add 2>&1 to cmd in spawn() |
| 9 | |
13 | |
| 10 | 16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
14 | 16 Mar 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 11 | Modified GLIUtility.exitsuccess() to work with return value from |
15 | Modified GLIUtility.exitsuccess() to work with return value from |
| 12 | commands.getstatusoutput instead of os.waitpid(). spawn() automatically |
16 | commands.getstatusoutput instead of os.waitpid(). spawn() automatically |