File tree 6 files changed +65
-5
lines changed
6 files changed +65
-5
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ the future development of Gluon.
59
59
60
60
Please refrain from using the ` main ` branch for anything else but development purposes!
61
61
Use the most recent release instead. You can list all releases by running ` git tag `
62
- and switch to one by running ` git checkout v2023.2.2 && make update ` .
62
+ and switch to one by running ` git checkout v2023.2.3 && make update ` .
63
63
64
64
If you're using the autoupdater, do not autoupdate nodes with anything but releases.
65
65
If you upgrade using random main commits the nodes * might break* eventually.
Original file line number Diff line number Diff line change 24
24
author = 'Project Gluon'
25
25
26
26
# The short X.Y version
27
- version = '2023.2.2 '
27
+ version = '2023.2.3 '
28
28
# The full version, including alpha/beta/rc tags
29
29
release = version
30
30
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Release Notes
5
5
:caption: Gluon 2023.2
6
6
:maxdepth: 2
7
7
8
+ v2023.2.3
8
9
v2023.2.2
9
10
v2023.2.1
10
11
v2023.2
Original file line number Diff line number Diff line change
1
+ Gluon 2023.2.3
2
+ ==============
3
+
4
+ Added hardware support
5
+ ----------------------
6
+
7
+ ath79-generic
8
+ ~~~~~~~~~~~~~
9
+
10
+ - NETGEAR
11
+
12
+ - WNDRMAC v2
13
+
14
+
15
+ mpc85xx-p1020
16
+ ~~~~~~~~~~~~~
17
+
18
+ - Hewlett-Packard
19
+
20
+ - MSM460
21
+
22
+
23
+ Bugfixes
24
+ --------
25
+
26
+ * Factory images for TP-Link Archer C7 v2 now contain the correct region code
27
+ (`#3260 <https://github.com/freifunk-gluon/gluon/issues/3260 >`_)
28
+
29
+ * Fixed an issue where some bootloader versions of the NETGEAR EX6150 v2 failed
30
+ to boot Gluon images in rare cases
31
+ (`Upstream <https://github.com/openwrt/openwrt/commit/de59fc45402ff03e320264c8204f6928090534ad >`_)
32
+
33
+ * Fixed boot procedure becoming stuck on Enterasys WS-AP3710i devices
34
+ (`#3248 <https://github.com/freifunk-gluon/gluon/issues/3248 >`_)
35
+
36
+
37
+ Known issues
38
+ ------------
39
+
40
+ * Unstable wireless with certain MediaTek devices (`#3154 <https://github.com/freifunk-gluon/gluon/issues/3154 >`_)
41
+
42
+ * The integration of the BATMAN_V routing algorithm is incomplete.
43
+
44
+ - Mesh neighbors don't appear on the status page. (`#1726 <https://github.com/freifunk-gluon/gluon/issues/1726 >`_)
45
+ Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new throughput
46
+ metric.
47
+ - Throughput values are not correctly acquired for different interface types.
48
+ (`#1728 <https://github.com/freifunk-gluon/gluon/issues/1728 >`_)
49
+ This affects virtual interface types like bridges and VXLAN.
50
+
51
+ * Default TX power on many Ubiquiti devices is too high, correct offsets are unknown
52
+ (`#94 <https://github.com/freifunk-gluon/gluon/issues/94 >`_)
53
+
54
+ Reducing the TX power in the Advanced Settings is recommended.
55
+
56
+ * In configurations without VXLAN, the MAC address of the WAN interface is modified even when Mesh-on-WAN is disabled
57
+ (`#496 <https://github.com/freifunk-gluon/gluon/issues/496 >`_)
58
+
59
+ This may lead to issues in environments where a fixed MAC address is expected (like VMware when promiscuous mode is disallowed).
Original file line number Diff line number Diff line change 1
- -- This is an example site configuration for Gluon v2023.2.2
1
+ -- This is an example site configuration for Gluon v2023.2.3
2
2
--
3
3
-- Take a look at the documentation located at
4
4
-- https://gluon.readthedocs.io/ for details.
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Gluon's releases are managed using `Git tags`_. If you are just getting
8
8
started with Gluon we recommend to use the latest stable release of Gluon.
9
9
10
10
Take a look at the `list of gluon releases `_ and notice the latest release,
11
- e.g. *v2023.2.2 *. Always get Gluon using git and don't try to download it
11
+ e.g. *v2023.2.3 *. Always get Gluon using git and don't try to download it
12
12
as a Zip archive as the archive will be missing version information.
13
13
14
14
Please keep in mind that there is no "default Gluon" build; a site configuration
@@ -53,7 +53,7 @@ Building the images
53
53
-------------------
54
54
55
55
To build Gluon, first check out the repository. Replace *RELEASE * with the
56
- version you'd like to checkout, e.g. *v2023.2.2 *.
56
+ version you'd like to checkout, e.g. *v2023.2.3 *.
57
57
58
58
::
59
59
You can’t perform that action at this time.
0 commit comments