| 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.138 2005/04/13 14:54:49 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.139 2005/04/13 16:31: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). |
9 | start point (thanks to Marco Djukic). Fix >4 primary partitions on non-x86. |
| 10 | |
10 | |
| 11 | 11 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
11 | 11 Apr 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 12 | Finish overhaul of backend partitioning code. Fixed all bugs that stood in |
12 | Finish overhaul of backend partitioning code. Fixed all bugs that stood in |
| 13 | the way of partitioning from a blank disk. Add int() around access to minor |
13 | the way of partitioning from a blank disk. Add int() around access to minor |
| 14 | key in partition information due to new partition code leaving them as float. |
14 | key in partition information due to new partition code leaving them as float. |