diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-13 10:18:11 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-13 10:18:11 -0400 |
| commit | e5dcc8e17668b3994fc8de1d53c7e48659c08aee (patch) | |
| tree | 428d4868f03fff5ffa5f706c124970592e726d5c /doc | |
| parent | 17b21794a72f6cfaddda321d6f2cbdb87ce3dee0 (diff) | |
add news item for propellor 0.7.0
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/news/version_0.5.0.mdwn | 8 | ||||
| -rw-r--r-- | doc/news/version_0.7.0.mdwn | 9 |
2 files changed, 9 insertions, 8 deletions
diff --git a/doc/news/version_0.5.0.mdwn b/doc/news/version_0.5.0.mdwn deleted file mode 100644 index 2d3e1470..00000000 --- a/doc/news/version_0.5.0.mdwn +++ /dev/null @@ -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/"""]]
\ No newline at end of file diff --git a/doc/news/version_0.7.0.mdwn b/doc/news/version_0.7.0.mdwn new file mode 100644 index 00000000..6ce0b517 --- /dev/null +++ b/doc/news/version_0.7.0.mdwn @@ -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."""]]
\ No newline at end of file |
