summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorJoey Hess2019-07-01 12:14:55 -0400
committerJoey Hess2019-07-01 12:14:55 -0400
commit9e372de7d5dda142a73aa8d14263136dfd6a9fe3 (patch)
tree0c9cf3a5eab205b55826e2505a0f0eedbdff653d /doc/news
parent394267002a8e63e52035919e4b35ee43cc940019 (diff)
parentccb2c08c1537766338755e4bf97a7d15c2162ef3 (diff)
Merge branch 'master' into joeyconfig
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_5.4.1.mdwn14
-rw-r--r--doc/news/version_5.8.0.mdwn18
2 files changed, 18 insertions, 14 deletions
diff --git a/doc/news/version_5.4.1.mdwn b/doc/news/version_5.4.1.mdwn
deleted file mode 100644
index ebb0e261..00000000
--- a/doc/news/version_5.4.1.mdwn
+++ /dev/null
@@ -1,14 +0,0 @@
-propellor 5.4.1 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Modernized and simplified the MetaTypes implementation now that
- compatability with ghc 7 is no longer needed.
- * Use git verify-commit to verify gpg signatures, rather than the old
- method of parsing git log output. Needs git 2.0.
- * Added ConfFile.containsShellSetting, ConfFile.lacksShellSetting,
- and EtcDefault.set properties. Thanks, Sean Whitton
- * Dns: Support TXT values longer than bind's maximum string length
- of 255 bytes. Thanks, rsiddharth.
- * Docker and HostingProvider.CloudAtCost modules are not being
- maintained, so marked them as such.
- Seeking a maintainer for the Docker module; I anticipate
- removing the CloudAtCost module in the next API bump."""]] \ No newline at end of file
diff --git a/doc/news/version_5.8.0.mdwn b/doc/news/version_5.8.0.mdwn
new file mode 100644
index 00000000..a00c611a
--- /dev/null
+++ b/doc/news/version_5.8.0.mdwn
@@ -0,0 +1,18 @@
+propellor 5.8.0 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Fix bug in File.containsShellSetting that replaced whole shell conffile
+ content with the setting if the file did not previously contain a line
+ setting the key to some value.
+ * Removed inChroot, instead use hasContainerCapability FilesystemContained.
+ (API change)
+ * Hostname: Properties that used to not do anything in a systemd or
+ docker container will now change the container's hostname,
+ since it's namespaced.
+ * Add User.ownsWithPrimaryGroup
+ Thanks, Sean Whitton
+ * Ssh.userKeys, Ssh.userKeyAt: Create .ssh directory when it does not yet
+ exist.
+ * Ssh.userKeyAt: When a relative filepath is provided, it's put inside
+ the user's .ssh directory.
+ * Fix Git.pulled always reporting a change.
+ Thanks, Sean Whitton"""]] \ No newline at end of file