summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_5.3.3.mdwn8
-rw-r--r--doc/news/version_5.4.1.mdwn14
2 files changed, 14 insertions, 8 deletions
diff --git a/doc/news/version_5.3.3.mdwn b/doc/news/version_5.3.3.mdwn
deleted file mode 100644
index 18f80d5f..00000000
--- a/doc/news/version_5.3.3.mdwn
+++ /dev/null
@@ -1,8 +0,0 @@
-propellor 5.3.3 released with [[!toggle text="these changes"]]
-[[!toggleable text="""
- * Warn again about new upstream version when ~/.propellor was cloned from the
- Debian git bundle using an older version of propellor that set up an
- upstream remote.
- * Avoid crashing if initial fetch from origin fails when spinning a host.
- * Added Propllor.Property.Openssl module contributed by contributed by
- FĂ©lix Sipma."""]] \ No newline at end of file
diff --git a/doc/news/version_5.4.1.mdwn b/doc/news/version_5.4.1.mdwn
new file mode 100644
index 00000000..ebb0e261
--- /dev/null
+++ b/doc/news/version_5.4.1.mdwn
@@ -0,0 +1,14 @@
+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