From 9ee8b636569813897b51f5c835c4118fc1605af0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 23 Nov 2017 10:41:00 -0400 Subject: add news item for propellor 5.1.0 --- doc/news/version_5.0.0.mdwn | 20 -------------------- doc/news/version_5.1.0.mdwn | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 20 deletions(-) delete mode 100644 doc/news/version_5.0.0.mdwn create mode 100644 doc/news/version_5.1.0.mdwn (limited to 'doc') diff --git a/doc/news/version_5.0.0.mdwn b/doc/news/version_5.0.0.mdwn deleted file mode 100644 index dbf678cc..00000000 --- a/doc/news/version_5.0.0.mdwn +++ /dev/null @@ -1,20 +0,0 @@ -propellor 5.0.0 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Debootstrap.built now supports bootstrapping chroots for foreign - OS's, using qemu-user-static. - * Machine: New module collecting machine-specific properties for - building bootable images for ARM boards. - Tested working boards: Olimex Lime, CubieTruck, Banana Pi, SheevaPlug. - * Diskimage.imageBuiltFor: New property to build a disk image for a Host, - using partition table information configured via the new properties - hasPartitionTableType, hasPartition and adjustPartition. - * Chroot.noServices moved to Service.noServices and its type changed. - (API change) - * Service: Avoid starting services when noServices is used. - * Add Typeable instance to OriginUrl, fixing build with old versions - of ghc. - * Added Propellor.Property.impossible - * Fail2Ban: Added several additional properties. - Thanks, Félix Sipma. - * Fail2Ban: Renamed jail.d conf file to use .local. - Thanks, Félix Sipma."""]] \ No newline at end of file diff --git a/doc/news/version_5.1.0.mdwn b/doc/news/version_5.1.0.mdwn new file mode 100644 index 00000000..dd007a24 --- /dev/null +++ b/doc/news/version_5.1.0.mdwn @@ -0,0 +1,18 @@ +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 -- cgit v1.3-2-g0d8e