From d7b402cf6ffdcdbd7eccae4a766aed37198582e9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 22 Apr 2015 14:38:10 -0400 Subject: add news item for propellor 2.3.0 --- doc/news/version_2.2.1.mdwn | 6 ------ doc/news/version_2.3.0.mdwn | 13 +++++++++++++ 2 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 doc/news/version_2.2.1.mdwn create mode 100644 doc/news/version_2.3.0.mdwn diff --git a/doc/news/version_2.2.1.mdwn b/doc/news/version_2.2.1.mdwn deleted file mode 100644 index 69f7faa3..00000000 --- a/doc/news/version_2.2.1.mdwn +++ /dev/null @@ -1,6 +0,0 @@ -propellor 2.2.1 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * userScriptProperty now passes --shell /bin/sh, so it can be used - even for users with nonstandard shells. - * Fix bug in docker propellor shim setup introduced in last release, - which broke provisioning of new docker containers."""]] \ No newline at end of file diff --git a/doc/news/version_2.3.0.mdwn b/doc/news/version_2.3.0.mdwn new file mode 100644 index 00000000..232ab49c --- /dev/null +++ b/doc/news/version_2.3.0.mdwn @@ -0,0 +1,13 @@ +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 -- cgit v1.2.3