From 09273482800e1bdbddeaba1e90984249bddbcd23 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 30 Dec 2017 13:35:08 -0400 Subject: add news item for propellor 5.2.0 --- doc/news/version_5.2.0.mdwn | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/news/version_5.2.0.mdwn (limited to 'doc/news/version_5.2.0.mdwn') diff --git a/doc/news/version_5.2.0.mdwn b/doc/news/version_5.2.0.mdwn new file mode 100644 index 00000000..8cd1edaf --- /dev/null +++ b/doc/news/version_5.2.0.mdwn @@ -0,0 +1,24 @@ +propellor 5.2.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * [ Joey Hess ] + * 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. + * DiskImage: Fix rsync crash when a mount point does not exist in the + chroot. + * Fix bug in unmountBelow that caused unmounting of nested mounts to + fail. + * Grub.boots, Grub.bootsMounted: Pass --target to grub-install. + * Added Propellor.Property.Installer modules, which can be used to create + bootable installer disk images, which then run propellor to install + a system. This code was extracted from the demo I gave in my + talk at DebConf 2017. + * [ Sean Whitton ] + * Sbuild: add notes about Debian jessie hosts and backports of sbuild and + autopkgtest."""]] \ No newline at end of file -- cgit v1.3-2-g0d8e