Shortened recent comments in ChangeLog

svn path=/trunk/; revision=955
This commit is contained in:
Curtis Gedak 2008-11-06 19:16:58 +00:00
parent 409f46b1d0
commit e3ec128072
1 changed files with 2 additions and 6 deletions

View File

@ -1,12 +1,8 @@
2008-11-05 Curtis Gedak <gedakc@gmail.com>
* src/Dialog_Partition_Copy.cc: Fixed copy and paste partition problem.
- Adjust for situation when an MSDOS partition table is in
use and a primary partition is copied and pasted into
an unallocated space in an extended partition.
- Added exclusion for primary partitions at the start of the disk
since this problem does not occur because the size of the master
boot record equals the size of the extended boot record.
- Resolved destination partition too small on copy and paste.
- Added exclusion for primary partitions at the start of the disk.
- Closes GParted bug #556058
2008-11-04 Curtis Gedak <gedakc@gmail.com>