diff --git a/debian/changelog b/debian/changelog index 69e782e42..6e0a86dc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +plinth (0.20.0) UNRELEASED; urgency=high + + [ James Valleroy ] + * bind: Rework getting and changing config + * bind: Don't use forwarders by default + + [ Johannes Keyser ] + * ejabberd: Remove redundant button Client Apps + * ejabberd: Minor description cleanups + + [ Joseph Nuthalpati ] + * mediawiki: Add wiki application + + [ Sunil Mohan Adapa ] + * users: Make sure first run actually works + * bind: Add information about current utility + * storage: Make tests run on special filesystems + + -- James Valleroy Mon, 01 Jan 2018 14:33:49 -0500 + plinth (0.19.0) unstable; urgency=medium [ James Valleroy ] diff --git a/doc/freedombox-manual.xml b/doc/freedombox-manual.xml index fa4142fe8..651e13335 100644 --- a/doc/freedombox-manual.xml +++ b/doc/freedombox-manual.xml @@ -6339,6 +6339,9 @@ $ sudo umount /tmp/vbox-root1 The "DEBIAN_FRONTEND=noninteractive" will avoid several configuration prompts that would otherwise appear during the install. + + Note: If you are using Debian Buster or later, then the steps below (running setup script and rebooting) do not apply. You can jump to using FreedomBox. + @@ -6779,6 +6782,26 @@ wget https://www.thinkpenguin.com/files/ath9k_firmware_free-version/htc_7010.fw<
Release Notes The following are the release notes for each FreedomBox version. +
+ Plinth v0.20.0 (2018-01-01) + + + bind: Don't use forwarders by default + + + ejabberd: Remove redundant button Client Apps + + + mediawiki: Add wiki application + + + users: Make sure first run actually works + + + bind: Add information about current utility + + +
Plinth v0.19.0 (2017-12-18)