summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
authorJoey Hess2015-07-10 22:43:17 -0400
committerJoey Hess2015-07-10 22:43:17 -0400
commitb626aaaae902a9299c89ac0b2152a411cc835736 (patch)
treedc6357d0e8964e53920868405713b7d57656b735 /doc/news
parentfb3fc7dec87625180e5d097826c6ef15dcab5b5c (diff)
add news item for propellor 2.6.0
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/version_2.3.0.mdwn13
-rw-r--r--doc/news/version_2.6.0.mdwn10
2 files changed, 10 insertions, 13 deletions
diff --git a/doc/news/version_2.3.0.mdwn b/doc/news/version_2.3.0.mdwn
deleted file mode 100644
index 232ab49c..00000000
--- a/doc/news/version_2.3.0.mdwn
+++ /dev/null
@@ -1,13 +0,0 @@
-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
diff --git a/doc/news/version_2.6.0.mdwn b/doc/news/version_2.6.0.mdwn
new file mode 100644
index 00000000..4cd360f4
--- /dev/null
+++ b/doc/news/version_2.6.0.mdwn
@@ -0,0 +1,10 @@
+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