summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorJoey Hess2017-12-30 13:35:08 -0400
committerJoey Hess2017-12-30 13:35:08 -0400
commit09273482800e1bdbddeaba1e90984249bddbcd23 (patch)
tree135c51d62b48ab7b97b77d10e64d76c1e0fdc1a1 /doc/news
parent17659793e835913e4c8631f09d856b3eef6d8ea4 (diff)
add news item for propellor 5.2.0
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_5.1.0.mdwn18
-rw-r--r--doc/news/version_5.2.0.mdwn24
2 files changed, 24 insertions, 18 deletions
diff --git a/doc/news/version_5.1.0.mdwn b/doc/news/version_5.1.0.mdwn
deleted file mode 100644
index dd007a24..00000000
--- a/doc/news/version_5.1.0.mdwn
+++ /dev/null
@@ -1,18 +0,0 @@
-propellor 5.1.0 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * [ Sean Whitton ]
- * File.isSymlinkedTo now revertable. (minor API change)
- * Sbuild module changes:
- - Type of Sbuild.built changed to accept additional properties to be
- ensured inside schroots. (API change)
- See the suggested usage in module's documentation for new syntax.
- - Drop Sbuild.installed, Sbuild.builtFor, Sbuild.updated,
- Sbuild.updatedFor. (API change)
- Use Sbuild.built instead. See suggested usage in module's documentation.
- - Propellor no longer sets up apt proxies in sbuild chroots automatically.
- Instead, pass the new Sbuild.useHostProxy to Sbuild.built to have
- Propellor propagate the host's Apt proxy configuration into the chroot.
- See suggested usage in module's documentation.
- - Internally, Propellor no longer invokes sbuild-createchroot(1) to build
- schroots.
- - Update documentation."""]] \ No newline at end of file
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