add news item for propellor 0.7.0

This commit is contained in:
Joey Hess 2014-06-13 10:18:11 -04:00
parent 17b21794a7
commit e5dcc8e176
2 changed files with 9 additions and 8 deletions

View File

@ -1,8 +0,0 @@
propellor 0.5.0 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* Removed root domain records from SOA. Instead, use RootDomain
when calling Dns.primary.
* Dns primary and secondary properties are now revertable.
* When unattendedUpgrades is enabled on an Unstable or Testing system,
configure it to allow the upgrades.
* New website, https://propellor.branchable.com/"""]]

View File

@ -0,0 +1,9 @@
propellor 0.7.0 released with [[!toggle text="these changes"]]
[[!toggleable text="""
* combineProperties no longer stops when a property fails; now it continues
trying to satisfy all properties on the list before propigating the
failure.
* Attr is renamed to Info.
* Renamed wrapper to propellor to make cabal installation of propellor work.
* When git gpg signature of a fetched git branch cannot be verified,
propellor will now continue running, but without merging in that branch."""]]