v1.8.8
Sanity check for dev, safety checks on diobuf.
Updated GPL license boilerplate.
Removed unused label (compiler warning).
When reading the DASD disk label, look at the partition flags as well as what is on the actual partition using ped_file_system_probe(). This avoids flags being set for partitions when they shouldn't be.
Add a bunch of .gitignore files.
Fixed the copyright notices.
Use $(VAR), rather than obsolescent @VAR@ automake notation.
Revert ped_disk_new() check from the other day.