diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-11-23 10:41:00 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-11-23 10:41:00 -0400 |
| commit | 9ee8b636569813897b51f5c835c4118fc1605af0 (patch) | |
| tree | cbcf3397d3507774616da0353e42ba85d3e6b44f /doc/news | |
| parent | f8b7baa3b1f48e5509fb78e965a457e0f8f45155 (diff) | |
add news item for propellor 5.1.0
Diffstat (limited to 'doc/news')
| -rw-r--r-- | doc/news/version_5.0.0.mdwn | 20 | ||||
| -rw-r--r-- | doc/news/version_5.1.0.mdwn | 18 |
2 files changed, 18 insertions, 20 deletions
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 |
