| 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.34 2005/01/11 08:54:17 agaffney Exp $ |
3 | # $Header: /var/cvsroot/gentoo/src/installer/ChangeLog,v 1.35 2005/01/13 03:06:14 agaffney Exp $ |
| 4 | |
4 | |
| 5 | *GLI-0.01 (9 Feb 2004) |
5 | *GLI-0.01 (9 Feb 2004) |
| 6 | |
6 | |
| 7 | 11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
7 | 11 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 8 | Added basic code for resizing filesystems with pyparted. |
8 | Added basic code for resizing filesystems with pyparted. Fixed code for |
|
|
9 | resizing ntfs and ext2/3. |
| 9 | |
10 | |
| 10 | 10 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
11 | 10 Jan 2005; Andrew Gaffney <agaffney@gentoo.org> |
| 11 | Fixed partition() in x86Template so that it scans through logicals and deletes |
12 | Fixed partition() in x86Template so that it scans through logicals and deletes |
| 12 | before deleting containing extended partition. Also clears partition table to |
13 | before deleting containing extended partition. Also clears partition table to |
| 13 | be safe before third pass. |
14 | be safe before third pass. |