diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-07-25 15:30:54 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-07-25 15:30:54 -0400 |
| commit | 4f5ea9e647de942df53b7fcb0aa69729bd1b1454 (patch) | |
| tree | 7806b879fe5d07879f26f28deec5a10de67c41de /debian | |
| parent | 9c719f4f5e8b5bfdc0be3259cd3a30b02a345e82 (diff) | |
| parent | f01286bc4338dcb3942b3870d7a6ea69ca773265 (diff) | |
Merge branch 'master' into joeyconfig
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 4a9775db..d0b62bbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,14 @@ -propellor (4.5.0) UNRELEASED; urgency=medium +propellor (4.5.1) UNRELEASED; urgency=medium + + * Reboot.toKernelNewerThan: If running kernel is new enough, avoid + looking at what kernels are installed. + Thanks, Sean Whitton. + * DiskImage: Avoid re-partitioning disk image unncessarily, for a large + speedup. + + -- Joey Hess <id@joeyh.name> Sun, 23 Jul 2017 09:41:58 -0400 + +propellor (4.5.0) unstable; urgency=medium * Generalized the PartSpec DSL, so it can be used for both disk image partitioning, and disk device partitioning, with @@ -8,7 +18,7 @@ propellor (4.5.0) UNRELEASED; urgency=medium PartSpec DiskPart, and a useDiskSpace combinator. * Generate a better description for versioned properties. - -- Joey Hess <id@joeyh.name> Mon, 17 Jul 2017 16:51:11 -0400 + -- Joey Hess <id@joeyh.name> Fri, 21 Jul 2017 16:40:13 -0400 propellor (4.4.0) unstable; urgency=medium |
