v1.8.1
libparted/arch/linux.c: initialize task point to please GCC
* cs/geom.c (ped_geometry_read): Do not throw PED_EXCEPTION_ERROR here if accessing sectors outside of partition boundary. Returning false causes ped_geometry_check() to shift correctly anyway. This occurs on current Mac disklabels, among other systems.
Disable ext2fs resizing, tell user to run resize2fs instead.
Readd the 'return 0;' to please GCC
Rename all old ChangeLog files to ChangeLog.0 since we are using git to store changelog info now.
Added the --enable-selinux switch for the configure script. If set, it will add -lselinux and -lsepol to the list of libraries to link with.
Apply changes done on Darcs and suitable for release on 1.8 final:
* device.c (canonicalize_file_name): calloc should use sizeof(char) instead of 1 (from Debarshi Ray). * arch/linux.c (readFD): Use a 1KB buffer to read /proc/devices rather than a 16KB buffer. Init filesize to zero at declaration. Combine error and EOF check for read() loop. Memory cleanups at function exit. Use malloc() instead of calloc() (from Debarshi Ray). * arch/linux.c (_is_dm_major): Test expression and loop cleanups (from Debarshi Ray).
Changes done on darcs repository suitable for 1.8 release:
Fix ChangeLog