| 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.140 2005/04/13 18:37:44 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.141 2005/04/13 19:00:23 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
| 6 | |
6 | |
| 7 | 13 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
7 | 13 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Moved 'end >= device_sectors' check out of loop to check for next partition's |
8 | 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. |
9 | 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. |
10 | Partitioning code now tracks start/end of extended for placing logicals. End |
|
|
11 | point of logical is now adjusted along with start. |
| 11 | |
12 | |
| 12 | 11 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
13 | 11 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 13 | Finish overhaul of backend partitioning code. Fixed all bugs that stood in |
14 | Finish overhaul of backend partitioning code. Fixed all bugs that stood in |
| 14 | the way of partitioning from a blank disk. Add int() around access to minor |
15 | the way of partitioning from a blank disk. Add int() around access to minor |
| 15 | key in partition information due to new partition code leaving them as float. |
16 | key in partition information due to new partition code leaving them as float. |