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.7.1.mdwn5
-rw-r--r--doc/news/version_2.7.2.mdwn10
-rw-r--r--doc/news/version_2.7.3.mdwn9
-rw-r--r--doc/news/version_2.8.0.mdwn29
-rw-r--r--doc/news/version_2.8.1.mdwn13
6 files changed, 74 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.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
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
diff --git a/doc/news/version_2.8.1.mdwn b/doc/news/version_2.8.1.mdwn
new file mode 100644
index 00000000..fafde5e4
--- /dev/null
+++ b/doc/news/version_2.8.1.mdwn
@@ -0,0 +1,13 @@
+propellor 2.8.1 released with [[!toggle text="these changes"]]
+[[!toggleable text="""
+ * Guard against power loss etc when building propellor, by updating
+ the executable atomically.
+ * Added Logcheck module, contributed by Jelmer Vernooij.
+ * Added Kerberos module, contributed by Jelmer Vernooij.
+ * Privdata that uses HostContext inside a container will now have the
+ name of the container as its context, rather than the name of
+ the host(s) where the container is used. This allows eg, having different
+ passwords for a user in different containers. Note that previously,
+ propellor would prompt using the container name as the context, but
+ not actually use privdata using that context; so this is a bug fix.
+ * Fix --add-key to not fail committing when no privdata file exists yet."""]] \ No newline at end of file