Skip to content

Commit ca36317

Browse files
committed
docs: Add v2019.1 release notes
1 parent ff050a2 commit ca36317

File tree

6 files changed

+293
-4
lines changed

6 files changed

+293
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ the future development of Gluon.
2121

2222
Please refrain from using the `master` branch for anything else but development purposes!
2323
Use the most recent release instead. You can list all releases by running `git tag`
24-
and switch to one by running `git checkout v2018.2.3 && make update`.
24+
and switch to one by running `git checkout v2019.1 && make update`.
2525

2626
If you're using the autoupdater, do not autoupdate nodes with anything but releases.
2727
If you upgrade using random master commits the nodes *will break* eventually.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Several Freifunk communities in Germany use Gluon as the foundation of their Fre
7474
:caption: Releases
7575
:maxdepth: 1
7676

77+
releases/v2019.1
7778
releases/v2018.2.3
7879
releases/v2018.2.2
7980
releases/v2018.2.1

docs/releases/v2019.1.rst

Lines changed: 284 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,284 @@
1+
Gluon 2019.1
2+
############
3+
4+
Important notes
5+
***************
6+
7+
Gluon v2019.1.x will be the last series of releases to support batman-adv-legacy (v14 compat) and IBSS
8+
(Ad-hoc) mesh links. Migration features have been developed and should be used during this release cycle
9+
to migrate to batman-adv v15 compat and/or 802.11s mesh links. These migration features are the
10+
:doc:`scheduled domain switching <../package/gluon-scheduled-domain-switch>` (since v2018.2.1) and
11+
:ref:`batman-adv module coexistence <release-v2019.1-batman-adv-coexistence>` (since v2019.1, see below).
12+
The migration must be completed before an upgrade to future Gluon releases (v2019.2 or later) becomes
13+
possible.
14+
15+
With Gluon v2019.1, nodes will not answer respondd queries on ``[ff02::2:1001]:1001`` anymore. Respondd
16+
querier setups still using this address must be updated to the new address ``[ff05::2:1001]:1001``
17+
(supported since Gluon v2017.1). This change was required due to cross-domain leakage of respondd data.
18+
19+
If you are upgrading from a version prior to v2018.1, please note that the flash layout on some
20+
devices (TP-Link CPE/WBS 210/510) was changed. To avoid upgrade failures, make sure to upgrade
21+
to Gluon 2017.1.8 or the latest Gluon 2016.2.x (unreleased) before installing Gluon 2018.1, 2018.2 or 2019.1.
22+
23+
Added hardware support
24+
**********************
25+
26+
ar71xx-generic
27+
==============
28+
29+
* D-Link
30+
31+
- DAP-1330 A1
32+
33+
ar71xx-tiny [#deprecated]_
34+
==========================
35+
36+
* TP-Link
37+
38+
- TL-WR840N v2
39+
40+
ipq40xx
41+
=======
42+
43+
* 8devices
44+
45+
- Jalapeno
46+
47+
mpc85xx-p1020 [#newtarget]_
48+
===========================
49+
50+
* Aerohive
51+
52+
- HiveAP 330
53+
54+
ramips-mt7621
55+
=============
56+
57+
* ASUS
58+
59+
- RT-AC57U [#noibss]_
60+
61+
.. [#deprecated]
62+
This target will be reaching its end of life soon. This means that support
63+
in the next major release of Gluon is doubtful.
64+
65+
.. [#newtarget]
66+
This is a new target.
67+
68+
.. [#noibss]
69+
Device or target does not support AP+IBSS mode: This device or target will not be built
70+
when *GLUON_WLAN_MESH* is set to ``ibss``.
71+
72+
73+
.. note::
74+
75+
The ``ipq806x`` target has been flagged as broken, as none of its devices are fully supported in this OpenWrt
76+
release yet. You might have to update your build scripts accordingly.
77+
78+
79+
80+
New features
81+
************
82+
83+
.. _release-v2019.1-batman-adv-coexistence:
84+
85+
batman-adv coexistence
86+
======================
87+
88+
To allow a migration from B.A.T.M.A.N. Adv. compat 14 this Gluon release offers the ability to ship both
89+
B.A.T.M.A.N. Adv. compat versions 14 and 15 in the same image. The ``mesh.batman_adv.routing_algo`` option is used
90+
to decide which module gets loaded and the scheduled domain switching functionality can be used to migrate between
91+
the two versions.
92+
93+
Note that if you were using ``gluon-mesh-batman-adv-14`` ("batman-adv-legacy") before you will need to update the
94+
``mesh.batman_adv.routing_algo`` setting from from ``BATMAN_IV`` to ``BATMAN_IV_LEGACY`` if you want to
95+
stay on v14 compat.
96+
97+
See the :ref:`mesh <user-site-mesh>` section for the *site.conf* configuration of this feature.
98+
99+
Outdoor Mode
100+
============
101+
102+
Radio devices hosted outdoors are often affected by different regulation than if they were installed indoors. The
103+
outdoor mode allows for the reconfiguration of 5 GHz radios onto different channels and channel ranges.
104+
Regulatory policies like DFS currently make it difficult to use the 5 GHz band for mesh networking because it's
105+
never certain that nodes will stay on the same channel.
106+
If enabled, by setting ``wifi5.outdoor_chanlist``, a number of devices that are commonly installed outdoors will
107+
have outdoor mode automatically enabled during their initial setup, specifically:
108+
109+
* Ubiquiti
110+
111+
- Bullet M
112+
- Litebeam M5
113+
- Nanostation M5
114+
- Nanostation M5 Loco
115+
- Rocket M5
116+
- Rocket M5 TI
117+
- Unifi AC Mesh
118+
- Unifi AC Mesh Pro
119+
- Unifi Outdoor
120+
121+
* TP-Link
122+
123+
- CPE510
124+
- WBS510
125+
126+
See the :ref:`wifi5 <user-site-wifi5>` section for the *site.conf* configuration of this feature.
127+
128+
Device Deprecation
129+
==================
130+
131+
The ar71xx-tiny and several devices in the ramips-rt305x target have been marked as deprecated. The `GLUON_DEPRECATED`
132+
flag was introduced to offer communities the choice on how to deal with the ending support for those devices. Devices
133+
or targets marked as deprecated will very likely not be included in following Gluon releases anymore, usually due to
134+
their insufficient flash size.
135+
136+
See the :ref:`Build configuration <user-site-build-configuration>` section for details.
137+
138+
Hoodselector: Geolocation Mode
139+
==============================
140+
141+
The new hoodselector package allows a node to automatically reevaluate its selected mesh domain at runtime. In this
142+
release we support its geolocation feature.
143+
144+
See the :doc:`../package/gluon-hoodselector` documentation for details.
145+
146+
147+
x86 images support firstboot
148+
============================
149+
150+
x86 images are now using squashfs instead of ext4 and can now have their configuration reset by using ``firstboot``.
151+
152+
153+
Bugfixes
154+
********
155+
156+
* Fixes passwordless SSH access when gluon-authorized-keys was used without gluon-setup-mode.
157+
(`#1777 <https://github.com/freifunk-gluon/gluon/issues/1777>`_)
158+
159+
* Fixes cross-domain leakage of respondd data by not joining the link-local multicast group on br-client. Nodes will
160+
not be answering respondd queries on ``[ff02::2:1001]:1001`` anymore. Respondd queries using that adresss must be
161+
updated to the new address ``[ff05::2:1001]:1001``. (`#1701 <https://github.com/freifunk-gluon/gluon/issues/1701>`_)
162+
163+
164+
Site changes
165+
************
166+
167+
When updating a site configuration from Gluon 2018.2.x, the following changes must be made:
168+
169+
site.mk
170+
=======
171+
172+
* We now require the ``GLUON_DEPRECATED`` variable to be set to decide how to handle the image generation for
173+
deprecated devices. (`#1745 <https://github.com/freifunk-gluon/gluon/pull/1745>`_)
174+
175+
* The variable ``DEVICES`` that controls which devices to build images for has been renamed to ``GLUON_DEVICES``.
176+
(`#1686 <https://github.com/freifunk-gluon/gluon/pull/1686>`_)
177+
178+
* The ``gluon-radvd`` package is now included by default and can be dropped from *FEATURES* and *GLUON_SITE_PACKGES*.
179+
180+
site.conf
181+
=========
182+
183+
* The ``mesh.batman_adv.routing_algo`` option is now required when the batman-adv routing protocol is used.
184+
(`#1622 <https://github.com/freifunk-gluon/gluon/pull/1622>`_)
185+
186+
To continue using batman-adv v14 compat you need to set this option from ``BATMAN_IV`` to ``BATMAN_IV_LEGACY``.
187+
188+
* The options ``wifi*.basic_rates`` and ``wifi*.supported_rates`` have been removed, as the legacy 802.11b rates are
189+
now disabled by default. (`#1716 <https://github.com/freifunk-gluon/gluon/pull/1716>`_)
190+
191+
192+
Gateway recommendations
193+
***********************
194+
195+
These are recommendations for running non-Gluon nodes, like for example gateways, in your mesh network:
196+
197+
* Since Gluon v2018.1 the IGMP/MLD segmentation feature was enabled by default. When ``bat0`` is run with a bridge on
198+
top the ``bat0`` bridge port should be set to receive all multicast traffic unconditionally:
199+
200+
::
201+
202+
# echo 2 > /sys/class/net/bat0/brport/multicast_router
203+
204+
See the chapter on :ref:`IGMP/MLD Domain Segmentation <igmp-mld-domain-segmentation>` for more details.
205+
206+
207+
Internals
208+
*********
209+
210+
Debug Build Flag
211+
================
212+
213+
Setting ``GLUON_DEBUG=1`` will provide firmware images including debugging symbols usable with GDB or similar tools.
214+
Requires a device or target with at least 16 MB of flash space, e.g. `x86-64`. Unset by default.
215+
216+
Lua target files
217+
================
218+
219+
Target definitions were rewritten in Lua; this was necessary to implement the device deprecation feature. It also
220+
offers the option for more flexible tagging of devices in the future.
221+
(`#1745 <https://github.com/freifunk-gluon/gluon/pull/1745>`_)
222+
223+
luacheck
224+
========
225+
226+
Lua scripts can now be properly linted and analyzed using luacheck. Run ``luacheck package scripts target`` in the
227+
Gluon project root. (`#1741 <https://github.com/freifunk-gluon/gluon/pull/1741>`_)
228+
229+
230+
Docker build environment
231+
========================
232+
233+
A minimal docker-based build environment is now available in ``contrib/Dockerfile``.
234+
(`#1738 <https://github.com/freifunk-gluon/gluon/pull/1738>`_)
235+
236+
237+
Reload of domain-related services
238+
=================================
239+
240+
A mechanism to reload domain related services is now available.
241+
(`#1710 <https://github.com/freifunk-gluon/gluon/pull/1710>`_)
242+
243+
244+
.. _releases-v2019.1-known-issues:
245+
246+
247+
Known issues
248+
************
249+
250+
* Out of memory situations with high client count on ath9k.
251+
(`#1768 <https://github.com/freifunk-gluon/gluon/issues/1768>`_)
252+
253+
* The integration of the BATMAN_V routing algorithm is incomplete.
254+
255+
- | Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726>`_)
256+
| Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
257+
| metric.
258+
259+
- | Throughput values are not correctly acquired for different interface types.
260+
| (`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728>`_)
261+
| This affects virtual interface types like bridges and VXLAN.
262+
263+
* Default TX power on many Ubiquiti devices is too high, correct offsets are unknown
264+
(`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
265+
266+
Reducing the TX power in the Advanced Settings is recommended.
267+
268+
* The MAC address of the WAN interface is modified even when Mesh-on-WAN is disabled
269+
(`#496 <https://github.com/freifunk-gluon/gluon/issues/496>`_)
270+
271+
This may lead to issues in environments where a fixed MAC address is expected (like VMware when promiscuous mode is
272+
disallowed).
273+
274+
* Inconsistent respondd API (`#522 <https://github.com/freifunk-gluon/gluon/issues/522>`_)
275+
276+
The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while.
277+
278+
* Frequent reboots due to out-of-memory or high load due to memory pressure on weak hardware especially in larger
279+
meshes (`#1243 <https://github.com/freifunk-gluon/gluon/issues/1243>`_)
280+
281+
Optimizations in Gluon 2018.1 have significantly improved memory usage.
282+
There are still known bugs leading to unreasonably high load that we hope to
283+
solve in future releases.
284+

docs/site-example/site.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- This is an example site configuration for Gluon v2018.2+
1+
-- This is an example site configuration for Gluon v2019.1
22
--
33
-- Take a look at the documentation located at
44
-- https://gluon.readthedocs.io/ for details.

docs/user/getting_started.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gluon's releases are managed using `Git tags`_. If you are just getting
88
started with Gluon we recommend to use the latest stable release of Gluon.
99

1010
Take a look at the `list of gluon releases`_ and notice the latest release,
11-
e.g. *v2018.2.3*. Always get Gluon using git and don't try to download it
11+
e.g. *v2019.1*. Always get Gluon using git and don't try to download it
1212
as a Zip archive as the archive will be missing version information.
1313

1414
Please keep in mind that there is no "default Gluon" build; a site configuration
@@ -44,7 +44,7 @@ Building the images
4444
-------------------
4545

4646
To build Gluon, first check out the repository. Replace *RELEASE* with the
47-
version you'd like to checkout, e.g. *v2018.2.3*.
47+
version you'd like to checkout, e.g. *v2019.1*.
4848

4949
::
5050

docs/user/site.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ wifi24 \: optional
163163
},
164164
},
165165

166+
.. _user-site-wifi5:
167+
166168
wifi5 \: optional
167169
Same as `wifi24` but for the 5Ghz radio.
168170

@@ -516,6 +518,8 @@ setup_mode \: package
516518
skip = true,
517519
},
518520

521+
.. _user-site-build-configuration:
522+
519523
Build configuration
520524
-------------------
521525

0 commit comments

Comments
 (0)