| 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.141 2005/04/13 19:00:23 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.142 2005/04/14 15:44:03 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
|
|
6 | |
|
|
7 | 14 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
|
|
8 | Use blackace's one-liner to add comments for all function for use with |
|
|
9 | pythondoc. |
| 6 | |
10 | |
| 7 | 13 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
11 | 13 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Moved 'end >= device_sectors' check out of loop to check for next partition's |
12 | Moved 'end >= device_sectors' check out of loop to check for next partition's |
| 9 | start point (thanks to Marco Djukic). Fix >4 primary partitions on non-x86. |
13 | start point (thanks to Marco Djukic). Fix >4 primary partitions on non-x86. |
| 10 | Partitioning code now tracks start/end of extended for placing logicals. End |
14 | Partitioning code now tracks start/end of extended for placing logicals. End |