Skip to content

Commit b704308

Browse files
committed
Merge pull request #711 from freifunk-gluon/release-notes-v2016.1.3
docs, README: Gluon v2016.1.3
2 parents f980024 + e9db7d1 commit b704308

File tree

6 files changed

+51
-7
lines changed

6 files changed

+51
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ our mailinglist to discuss it first.
1616

1717
Please refrain from using the `master` branch for anything else but development purposes!
1818
Use the most recent release instead. You can list all relaseses by running `git branch -a`
19-
and switch to one by running `git checkout v2016.1.2 && make update`.
19+
and switch to one by running `git checkout v2016.1.3 && make update`.
2020

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

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747

4848
# General information about the project.
4949
project = 'Gluon'
50-
copyright = '2015, Project Gluon'
50+
copyright = '2016, Project Gluon'
5151

5252
# The version info for the project you're documenting, acts as replacement for
5353
# |version| and |release|, also used in various other places throughout the
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '2016.1.2'
57+
version = '2016.1.3'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '2016.1.2'
59+
release = '2016.1.3'
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Releases
6060
.. toctree::
6161
:maxdepth: 1
6262

63+
releases/v2016.1.3
6364
releases/v2016.1.2
6465
releases/v2016.1.1
6566
releases/v2016.1

docs/releases/v2016.1.3.rst

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
Gluon 2016.1.3
2+
==============
3+
4+
Added hardware support
5+
~~~~~~~~~~~~~~~~~~~~~~
6+
7+
ar71xx-generic
8+
^^^^^^^^^^^^^^
9+
10+
* ALFA Hornet UB / AP121 / AP121U
11+
* TP-Link TL-WA7510N
12+
13+
Bugfixes
14+
~~~~~~~~
15+
16+
* The nondeterministic boot hang (`#669 <https://github.com/freifunk-gluon/gluon/issues/669>`_) that was thought to
17+
be fixed in Gluon v2016.1.2 has resurfaced on other hardware. We believe it is now fixed properly.
18+
* Sysupgrades on the Xen DomU have been fixed.
19+
* Gluon can now be built on systems that use LibreSSL instead of OpenSSL.
20+
21+
Known Issues
22+
~~~~~~~~~~~~
23+
24+
* Default TX power on many Ubiquiti devices is too high, correct offsets are unknown (`#94 <https://github.com/freifunk-gluon/gluon/issues/94>`_)
25+
26+
Reducing the TX power in the Expert Mode is recommended.
27+
28+
* The MAC address of the WAN interface is modified even when Mesh-on-WAN is disabled (`#496 <https://github.com/freifunk-gluon/gluon/issues/496>`_)
29+
30+
This may lead to issues in environments where a fixed MAC address is expected (like VMware when promicious mode is disallowed).
31+
32+
* Inconsistent respondd API (`#522 <https://github.com/freifunk-gluon/gluon/issues/522>`_)
33+
34+
The current API is inconsistent and will be replaced eventually. The old API will still be supported for a while.
35+
36+
* Unwritable flash on some Ubiquiti PicoStations (`#687 <https://github.com/freifunk-gluon/gluon/issues/687>`_)
37+
38+
Gluon v2016.1.1 added support for Ubiquiti AirMAX devices with AirOS 5.6.x without downgrading AirOS first before
39+
flashing Gluon. It was discovered that on Ubiquiti PicoStations, this downgrade is still necessary, as the
40+
flash is not correctly unlocked, leaving the device unable to leave Config Mode and making regular sysupgrades
41+
impossible.
42+
43+
TFTP recovery can be used in this state to flash a new firmware.

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 v2016.1.2
1+
-- This is an example site configuration for Gluon v2016.1.3
22
--
33
-- Take a look at the documentation located at
44
-- http://gluon.readthedocs.org/ 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. *v2016.1.2*. Always get Gluon using git and don't try to download it
11+
e.g. *v2016.1.3*. 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
@@ -42,7 +42,7 @@ Building the images
4242
-------------------
4343

4444
To build Gluon, first check out the repository. Replace *RELEASE* with the
45-
version you'd like to checkout, e.g. *v2016.1.2*.
45+
version you'd like to checkout, e.g. *v2016.1.3*.
4646

4747
::
4848

0 commit comments

Comments
 (0)