From 0b96831e3340e53a613605f60982e770b2c37256 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 17 Jun 2018 15:21:36 +0200 Subject: [PATCH 1/3] docs: add v2017.1.8 release notes --- docs/index.rst | 1 + docs/releases/v2017.1.8.rst | 68 +++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+) create mode 100644 docs/releases/v2017.1.8.rst diff --git a/docs/index.rst b/docs/index.rst index 703fcae84b..34740253ab 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -63,6 +63,7 @@ Several Freifunk communities in Germany use Gluon as the foundation of their Fre :caption: Releases :maxdepth: 1 + releases/v2017.1.8 releases/v2017.1.7 releases/v2017.1.6 releases/v2017.1.5 diff --git a/docs/releases/v2017.1.8.rst b/docs/releases/v2017.1.8.rst new file mode 100644 index 0000000000..4b4046562a --- /dev/null +++ b/docs/releases/v2017.1.8.rst @@ -0,0 +1,68 @@ +Gluon 2017.1.8 +============== + +Added hardware support +~~~~~~~~~~~~~~~~~~~~~~ + +ar71xx-generic +^^^^^^^^^^^^^^ + +* GL.iNet GL-AR750 +* TP-Link Archer C7 v4 +* Ubiquiti UniFi AC Mesh + +ar71xx-tiny +^^^^^^^^^^^ + +* TP-Link TL-WR940N v6 + + +Bugfixes +~~~~~~~~ + +* Fix refcounting issue in batman-adv leading to hangs on interface restarts + (`#1258 `_) + + This fix applied to both batman-adv compat 14 (legacy) and 15. + +* Various batman-adv bugfixes have been backported + (`f5b3c0c3bc7e `_ and + `5947ba300e50 `_, + fixing + `#1321 `_, + `#1380 `_, + `#1382 `_, + `#1419 `_ + and a number of other minor issues) + + The listed bugs could lead to high rates of batman-adv management traffic + (causing considerable load), trigger warnings about packet checksum failues + in certain non-standard interface configurations, and possibly other issues. + + +Other changes +~~~~~~~~~~~~~ + +* Linux kernel has been updated to v4.4.129 (LEDE/`81573ea25924 `_) + +* The description of the "contact information" field in the configuration wizard + has been extended with regard to the EU General Data Protection Regulation (GDPR) + + +Known issues +~~~~~~~~~~~~ + +* Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94 `_) + + Reducing the TX power in the Advanced Settings is recommended. + +* The MAC address of the WAN interface is modified even when Mesh-on-WAN is disabled (`#496 `_) + + This may lead to issues in environments where a fixed MAC address is expected (like VMware when promicious mode is disallowed). + +* Inconsistent respondd API (`#522 `_) + + The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while. + +* Frequent reboots due to out-of-memory on weak hardware in larger meshes + (`#1243 `_) From c2294289d4b36a6bc7d919b8f0fbbc97fe25bb9b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 17 Jun 2018 17:19:09 +0200 Subject: [PATCH 2/3] docs: releases/v2017.1.8: add details to GDPR change --- docs/releases/v2017.1.8.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/v2017.1.8.rst b/docs/releases/v2017.1.8.rst index 4b4046562a..b593305d4f 100644 --- a/docs/releases/v2017.1.8.rst +++ b/docs/releases/v2017.1.8.rst @@ -47,6 +47,9 @@ Other changes * The description of the "contact information" field in the configuration wizard has been extended with regard to the EU General Data Protection Regulation (GDPR) + (`fd355cf0ef7b `_) + + The *mandatory* site option for the contact information field has been removed. Known issues From e968a225be0efafbd2d4638d0bd530e2d4e841f3 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 17 Jun 2018 17:21:09 +0200 Subject: [PATCH 3/3] docs, README: Gluon v2017.1.8 --- README.md | 2 +- docs/conf.py | 4 ++-- docs/site-example/site.conf | 2 +- docs/user/getting_started.rst | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6fbfd3ff3a..6999b1e4c4 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ the future development of Gluon. Please refrain from using the `master` branch for anything else but development purposes! Use the most recent release instead. You can list all releases by running `git tag` -and switch to one by running `git checkout v2017.1.7 && make update`. +and switch to one by running `git checkout v2017.1.8 && make update`. If you're using the autoupdater, do not autoupdate nodes with anything but releases. If you upgrade using random master commits the nodes *will break* eventually. diff --git a/docs/conf.py b/docs/conf.py index 681af9aeea..383876481a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -54,9 +54,9 @@ # built documents. # # The short X.Y version. -version = '2017.1.7' +version = '2017.1.8' # The full version, including alpha/beta/rc tags. -release = '2017.1.7' +release = '2017.1.8' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/site-example/site.conf b/docs/site-example/site.conf index 944b3a9fa3..a193727336 100644 --- a/docs/site-example/site.conf +++ b/docs/site-example/site.conf @@ -1,4 +1,4 @@ --- This is an example site configuration for Gluon v2017.1.7 +-- This is an example site configuration for Gluon v2017.1.8 -- -- Take a look at the documentation located at -- http://gluon.readthedocs.org/ for details. diff --git a/docs/user/getting_started.rst b/docs/user/getting_started.rst index 81028401f4..b68fe8630f 100644 --- a/docs/user/getting_started.rst +++ b/docs/user/getting_started.rst @@ -8,7 +8,7 @@ Gluon's releases are managed using `Git tags`_. If you are just getting started with Gluon we recommend to use the latest stable release of Gluon. Take a look at the `list of gluon releases`_ and notice the latest release, -e.g. *v2017.1.7*. Always get Gluon using git and don't try to download it +e.g. *v2017.1.8*. Always get Gluon using git and don't try to download it as a Zip archive as the archive will be missing version information. Please keep in mind that there is no "default Gluon" build; a site configuration @@ -43,7 +43,7 @@ Building the images ------------------- To build Gluon, first check out the repository. Replace *RELEASE* with the -version you'd like to checkout, e.g. *v2017.1.7*. +version you'd like to checkout, e.g. *v2017.1.8*. ::