Skip to content

Commit 034730c

Browse files
authored
Merge pull request #3804 from freifunk-gluon/forward-v2025.1.2
add v2025.1.2 release notes to main
2 parents fb98c3e + a2b64fc commit 034730c

5 files changed

Lines changed: 61 additions & 4 deletions

File tree

README.md

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

6060
Please refrain from using the `main` branch for anything else but development purposes!
6161
Use the most recent release instead. You can list all releases by running `git tag`
62-
and switch to one by running `git checkout v2025.1.1 && make update`.
62+
and switch to one by running `git checkout v2025.1.2 && make update`.
6363

6464
If you're using the autoupdater, do not autoupdate nodes with anything but releases.
6565
If you upgrade using random main commits the nodes *might break* eventually.

docs/releases/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Release Notes
55
:caption: Gluon 2025.1
66
:maxdepth: 2
77

8+
v2025.1.2
89
v2025.1.1
910
v2025.1
1011

docs/releases/v2025.1.2.rst

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
Gluon 2025.1.2
2+
==============
3+
4+
Important notes
5+
---------------
6+
7+
The OpenWrt Base of Gluon has been updated to the latest version of openwrt-24.10
8+
introducing various security related bugfixes.
9+
10+
Added hardware support
11+
----------------------
12+
13+
ipq806x-generic
14+
~~~~~~~~~~~~~~~
15+
16+
- Extreme Networks
17+
18+
- WS-AP3935i
19+
20+
Bugfixes
21+
--------
22+
23+
.. _#3797: https://github.com/freifunk-gluon/gluon/pull/3797
24+
.. _#3802: https://github.com/freifunk-gluon/gluon/pull/3802
25+
26+
- Fix wireless htmode selection on devices with channel widths smaller than the site configuration (`#3797`_)
27+
- Fix wireless bandwidth selection logic sometimes prioritizing lower rates (`#3797`_)
28+
- Adapt sysctl parameters for 64M RAM devices to improve performance and stability (`#3802`_)
29+
30+
Known issues
31+
------------
32+
33+
.. _#94: https://github.com/freifunk-gluon/gluon/issues/94
34+
.. _#496: https://github.com/freifunk-gluon/gluon/issues/496
35+
.. _#1726: https://github.com/freifunk-gluon/gluon/issues/1726
36+
.. _#1728: https://github.com/freifunk-gluon/gluon/issues/1728
37+
38+
- The integration of the BATMAN_V routing algorithm is incomplete.
39+
40+
- Mesh neighbors don't appear on the status page (`#1726`_)
41+
42+
Many tools have the BATMAN_IV metric hardcoded, these need to be updated to account for the new
43+
throughput metric.
44+
- Throughput values are not correctly acquired for different interface types (`#1728`_)
45+
46+
This affects virtual interface types like bridges and VXLAN.
47+
48+
- Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94`_)
49+
50+
Reducing the TX power in the Advanced Settings is recommended.
51+
52+
- In configurations without VXLAN, the MAC address of the WAN interface is modified even when
53+
Mesh-on-WAN is disabled (`#496`_)
54+
55+
This may lead to issues in environments where a fixed MAC address is expected (like VMware when
56+
promiscuous mode is disallowed).

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 v2025.1.1
1+
-- This is an example site configuration for Gluon v2025.1.2
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. *v2025.1.1*. Always get Gluon using git and don't try to download it
11+
e.g. *v2025.1.2*. 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
@@ -65,7 +65,7 @@ Building the images
6565
-------------------
6666

6767
To build Gluon, first check out the repository. Replace *RELEASE* with the
68-
version you'd like to checkout, e.g. *v2025.1.1*.
68+
version you'd like to checkout, e.g. *v2025.1.2*.
6969

7070
::
7171

0 commit comments

Comments
 (0)