summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorJoey Hess2015-04-22 14:38:10 -0400
committerJoey Hess2015-04-22 14:38:10 -0400
commitd7b402cf6ffdcdbd7eccae4a766aed37198582e9 (patch)
tree5bc5a474c6853c504a828d0311d868ea8defb37c /doc/news
parent66a8012a1a1086dd15c18e48fd95b27687d10c87 (diff)
add news item for propellor 2.3.0
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_2.2.1.mdwn6
-rw-r--r--doc/news/version_2.3.0.mdwn13
2 files changed, 13 insertions, 6 deletions
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