diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-12-20 17:12:50 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-12-20 17:12:50 -0400 |
| commit | b69c53fdd26a9845820189f339d0c4506b017ff8 (patch) | |
| tree | b649a0655470248991ba1ecf921db2fe204c817d /debian | |
| parent | 2a9d0bb514aa4744590db91fee0a8439f9c937a5 (diff) | |
| parent | 4e20a920baa6c9106179c3d8a1e8e66ffd50ce9c (diff) | |
Merge branch 'master' into joeyconfig
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b738f874..bfb884ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,14 @@ -propellor (5.1.1) UNRELEASED; urgency=medium +propellor (5.2.0) UNRELEASED; urgency=medium * bootstrappedFrom: Set up local privdata file. + * Parted: Fix names used for FAT and VFAT partitions. + * Parted: Add an Alignment parameter. (API change) + A good default to use is safeAlignment, which is 4MiB, + well suited for inexpensive flash drives, and fine for other disks too. + Previously, a very non-optimial 1MB (not 1MiB) alignment had been used. + * DiskImage: Use safeAlignment. It didn't seem worth making the + alignment configurable here. + * Fixed rounding bug in Parted.calcPartTable. -- Joey Hess <id@joeyh.name> Wed, 29 Nov 2017 11:45:08 -0400 |
