add news item for propellor 2.6.0

This commit is contained in:
Joey Hess 2015-07-10 22:43:17 -04:00
parent fb3fc7dec8
commit b626aaaae9
2 changed files with 10 additions and 13 deletions

View File

@ -1,13 +0,0 @@
propellor 2.3.0 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Make propellor resistent to changes to shared libraries, such as libffi,
which might render the propellor binary unable to run. This is dealt with
by checking the binary both when running propellor on a remote host,
and by Cron.runPropellor. If the binary doesn't work, it will be rebuilt.
* Note that since a new switch had to be added to allow testing the binary,
upgrading to this version will cause a rebuild from scratch of propellor.
* Added hasLoginShell and shellEnabled.
* debCdn changed to new httpredir.debian.org official replacement for
http.debian.net.
* API change: Added User and Group newtypes, and Properties that
used to use the type UserName = String were changed to use them."""]]

View File

@ -0,0 +1,10 @@
propellor 2.6.0 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Replace String type synonym Docker.Image by a data type
which allows to specify an image name and an optional tag. (API change)
Thanks, Antoine Eiche.
* Added --unset to delete a privdata field.
* Version dependency on exceptions.
* Systemd: Add masked property.
Thanks, Sean Whitton
* Fix make install target to work even when git is not configured."""]]