From b626aaaae902a9299c89ac0b2152a411cc835736 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 Jul 2015 22:43:17 -0400 Subject: add news item for propellor 2.6.0 --- doc/news/version_2.3.0.mdwn | 13 ------------- doc/news/version_2.6.0.mdwn | 10 ++++++++++ 2 files changed, 10 insertions(+), 13 deletions(-) delete mode 100644 doc/news/version_2.3.0.mdwn create mode 100644 doc/news/version_2.6.0.mdwn diff --git a/doc/news/version_2.3.0.mdwn b/doc/news/version_2.3.0.mdwn deleted file mode 100644 index 232ab49c..00000000 --- a/doc/news/version_2.3.0.mdwn +++ /dev/null @@ -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."""]] \ No newline at end of file diff --git a/doc/news/version_2.6.0.mdwn b/doc/news/version_2.6.0.mdwn new file mode 100644 index 00000000..4cd360f4 --- /dev/null +++ b/doc/news/version_2.6.0.mdwn @@ -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."""]] \ No newline at end of file -- cgit v1.2.3