v1.8.2
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.
Add a missing space, and quotes for consistencey
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.
Fix a segfault in ped_assert() where the wrong pointer is freed in the backtrace.
Add the ped_device_cache_remove() function to remove a device from the cache.
Changes done on darcs repository suitable for 1.8 release:
libparted/exception.c: Dynamically allow space of exception message.
Fix ChangeLog
Zero sized device is shown as 0.00B and not -0.00kB.