summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-09-23 14:32:37 -0400
committerJoey Hess2015-09-23 14:32:37 -0400
commit6209044e800c38d7e632b61a5b0c5144e3f07340 (patch)
tree78b9b43cd3d0dfa7f7e05b87791204ba2121db8c
parent4365588bf102e034318092e0a8b2aa357f35addc (diff)
add news item for propellor 2.8.0
-rw-r--r--doc/news/version_2.6.0.mdwn10
-rw-r--r--doc/news/version_2.8.0.mdwn29
2 files changed, 29 insertions, 10 deletions
diff --git a/doc/news/version_2.6.0.mdwn b/doc/news/version_2.6.0.mdwn
deleted file mode 100644
index 4cd360f4..00000000
--- a/doc/news/version_2.6.0.mdwn
+++ /dev/null
@@ -1,10 +0,0 @@
-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
diff --git a/doc/news/version_2.8.0.mdwn b/doc/news/version_2.8.0.mdwn
new file mode 100644
index 00000000..e1911a7e
--- /dev/null
+++ b/doc/news/version_2.8.0.mdwn
@@ -0,0 +1,29 @@
+propellor 2.8.0 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Added Propellor.Property.Rsync.
+ * Convert Info to use Data.Dynamic, so properties can export and consume
+ info of any type that is Typeable and a Monoid, including data types
+ private to a module. (API change)
+ Thanks to Joachim Breitner for the idea.
+ * Improve propellor wrapper to better handle installation cloning
+ the public propellor repo, by setting that repo to be upstream,
+ so propellor doesnt try to push to a read-only repo.
+ * Added DebianMirror module, contributed by Félix Sipma.
+ * Some hlint cleanups.
+ Thanks, Mario Lang
+ * Added Propellor.Property.Unbound for the caching DNS server.
+ Thanks, Félix Sipma.
+ * Added PTR to Dns.Record. While this is ignored by
+ Propellor.Property.Dns for now, since reverse DNS setup is not
+ implemented there yet, it can be used in other places, eg Unbound.
+ Thanks, Félix Sipma.
+ * PrivData converted to newtype (API change).
+ * Stopped stripping trailing newlines when setting PrivData;
+ this was previously done to avoid mistakes when pasting eg passwords
+ with an unwanted newline. Instead, PrivData consumers should use either
+ privDataLines or privDataVal, to extract respectively lines or a
+ value (without internal newlines) from PrivData.
+ * Allow storing arbitrary ByteStrings in PrivData, extracted using
+ privDataByteString.
+ * Added Aiccu module, contributed by Jelmer Vernooij.
+ * Added --rm-key."""]] \ No newline at end of file