summaryrefslogtreecommitdiff
path: root/doc/news
diff options
context:
space:
mode:
Diffstat (limited to 'doc/news')
-rw-r--r--doc/news/propellor_demo.mdwn8
-rw-r--r--doc/news/version_2.6.0.mdwn10
-rw-r--r--doc/news/version_2.7.0.mdwn13
-rw-r--r--doc/news/version_2.7.1.mdwn5
-rw-r--r--doc/news/version_2.7.2.mdwn10
-rw-r--r--doc/news/version_2.7.3.mdwn9
6 files changed, 55 insertions, 0 deletions
diff --git a/doc/news/propellor_demo.mdwn b/doc/news/propellor_demo.mdwn
new file mode 100644
index 00000000..362f56e6
--- /dev/null
+++ b/doc/news/propellor_demo.mdwn
@@ -0,0 +1,8 @@
+A quick demo of propellor.
+
+<video controls src="http://downloads.kitenet.net/talks/propellor_demo/propellor_demo.webm"></video>
+
+[video](http://downloads.kitenet.net/talks/propellor_demo/propellor_demo.webm)
+
+(Audio quality is clipped/fast in places, unfortunately this was a problem
+with the source recording.)
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
diff --git a/doc/news/version_2.7.0.mdwn b/doc/news/version_2.7.0.mdwn
new file mode 100644
index 00000000..a7e840d8
--- /dev/null
+++ b/doc/news/version_2.7.0.mdwn
@@ -0,0 +1,13 @@
+propellor 2.7.0 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Ssh.permitRootLogin type changed to allow configuring WithoutPassword
+ and ForcedCommandsOnly (API change)
+ * setSshdConfig type changed, and setSshdConfigBool added with old type.
+ * Fix a bug in shim generation code for docker and chroots, that
+ sometimes prevented deployment of docker containers.
+ * Added onChangeFlagOnFail which is often a safer alternative to
+ onChange.
+ Thanks, Antoine Eiche.
+ * Work around broken git pull option parser in git 2.5.0,
+ which broke use of --upload-pack to send a git push when running
+ propellor --spin."""]] \ No newline at end of file
diff --git a/doc/news/version_2.7.1.mdwn b/doc/news/version_2.7.1.mdwn
new file mode 100644
index 00000000..43209b59
--- /dev/null
+++ b/doc/news/version_2.7.1.mdwn
@@ -0,0 +1,5 @@
+propellor 2.7.1 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Make sure that make is installed when bootstrapping propellor.
+ * Fix bug in Firewall's Port datatype to iptable parameter translation code.
+ Thanks, Antoine Eiche."""]] \ No newline at end of file
diff --git a/doc/news/version_2.7.2.mdwn b/doc/news/version_2.7.2.mdwn
new file mode 100644
index 00000000..21de73e6
--- /dev/null
+++ b/doc/news/version_2.7.2.mdwn
@@ -0,0 +1,10 @@
+propellor 2.7.2 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Added Propellor.Property.ConfFile, with support for Windows-style .ini
+ files, and generic support for files containing some sort of sections.
+ Thanks, Sean Whitton for completing the implementation.
+ * Added Propellor.Property.LightDM
+ Thanks, Sean Whitton.
+ * Multiple Tor.hiddenService properties can now be defined for a host;
+ previously only one such property worked per host.
+ Thanks, FĂ©lix Sipma."""]] \ No newline at end of file
diff --git a/doc/news/version_2.7.3.mdwn b/doc/news/version_2.7.3.mdwn
new file mode 100644
index 00000000..dacb773e
--- /dev/null
+++ b/doc/news/version_2.7.3.mdwn
@@ -0,0 +1,9 @@
+propellor 2.7.3 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Fix bug that caused provisioning new chroots to fail.
+ * Update for Debian systemd-container package split.
+ * Added Propellor.Property.Parted, for disk partitioning.
+ * Added Propellor.Property.Partition, for partition formatting etc.
+ * Added Propellor.Property.DiskImage, for bootable disk image creation.
+ (Experimental and not yet complete.)
+ * Dropped support for ghc 7.4."""]] \ No newline at end of file