From d2d1ea36cc00a02796159d3bd3ce4f52bac743a9 Mon Sep 17 00:00:00 2001
From: Matthias Schiffer <mschiffer@universe-factory.net>
Date: Sun, 19 Oct 2014 18:31:13 +0200
Subject: [PATCH] Extend v2014.3.1 release notes

---
 docs/releases/v2014.3.1.rst | 35 ++++++++++++++++++++++++-----------
 1 file changed, 24 insertions(+), 11 deletions(-)

diff --git a/docs/releases/v2014.3.1.rst b/docs/releases/v2014.3.1.rst
index d08b40096..4a662d917 100644
--- a/docs/releases/v2014.3.1.rst
+++ b/docs/releases/v2014.3.1.rst
@@ -3,25 +3,38 @@ Gluon 2014.3.1
 
 This is a bugfix release.
 
-Bug fixes
-~~~~~~~~~
+Bugfixes
+~~~~~~~~
 
-* a bug (zombie processes) in gluon-announced has been fixed
-* fastd peers removed from site.conf will be removed from fastd's config
-* mesh-vpn-fastd can now be enabled by default from site.conf
-* expertmode: setting a password will not remove SSH keys anymore
-* expertmode: WAN can be configured statically (instead of DHCP/RA)
+* gluon-announced zombie process bug
 
-Minor Changes
-~~~~~~~~~~~~~
+  gluon-announced was creating zombie processes when answering requests, causing issues
+  with the new status page which is currently in development.
 
+* fastd peers removed from ``site.conf`` weren't removed correctly from the fastd configuration
+  on firmware upgrades
+* Expert Mode: setting a password will not remove SSH keys anymore
 * alfred has been updated to 2014.3.0
-* OpenWrt has been updated
+
+  We hope this solves the alfred stability issues noted by several people.
+
+* ``gluon-ebtables-filter-ra-dhcp`` and ``gluon-ebtables-filter-multicast`` have been fixed
+  to allow DHCPv6 to work
+
+* Another ath9k patch has been added, which might further improve WLAN stability and performance
+
+New features
+~~~~~~~~~~~~
+
+* Support for static WAN setups instead of (DHCP/Router Advertisement) has been added;
+  configuration is possible on the port config page of the Expert Mode.
 
 Site changes
 ~~~~~~~~~~~~
 
 * ``site.conf``
 
-  - New option ``fastd_mesh_vpn.enabled`` (boolean, optional).
+  - The new boolean option ``fastd_mesh_vpn.enabled`` allows
+    enabling the mesh VPN by default. This value is optional;
+    if it isn't specified, the mesh VPN will be disabled.
 
-- 
GitLab