From 2bd599470a875b10159535ecb44b3a3aac59da85 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Oct 2014 14:33:03 -0400 Subject: [PATCH] add news item for propellor 0.9.0 --- doc/news/version_0.7.0.mdwn | 9 --------- doc/news/version_0.9.0.mdwn | 12 ++++++++++++ 2 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 doc/news/version_0.7.0.mdwn create mode 100644 doc/news/version_0.9.0.mdwn diff --git a/doc/news/version_0.7.0.mdwn b/doc/news/version_0.7.0.mdwn deleted file mode 100644 index 6ce0b51..0000000 --- a/doc/news/version_0.7.0.mdwn +++ /dev/null @@ -1,9 +0,0 @@ -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 diff --git a/doc/news/version_0.9.0.mdwn b/doc/news/version_0.9.0.mdwn new file mode 100644 index 0000000..f50a6b2 --- /dev/null +++ b/doc/news/version_0.9.0.mdwn @@ -0,0 +1,12 @@ +propellor 0.9.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Avoid encoding the current stable suite in propellor's code, + since that poses a difficult transition around the release, + and can easily be wrong if an older version of propellor is used. + Instead, the os property for a stable system includes the suite name + to use, eg Stable "wheezy". + * stdSourcesList uses the stable suite name, to avoid unwanted + immediate upgrades to the next stable release. + * debCdn switched from cdn.debian.net to http.debian.net, which seems to be + better managed now. + * Docker: Avoid committing container every time it's started up."""]] \ No newline at end of file