2015-03-21 12:53:05 +00:00
|
|
|
Gluon 2015.1 (in development)
|
|
|
|
=============================
|
|
|
|
|
|
|
|
Added (and removed) hardware support
|
|
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
|
|
New features
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
|
|
Bugfixes
|
|
|
|
~~~~~~~~
|
|
|
|
|
|
|
|
|
|
|
|
Site changes
|
|
|
|
~~~~~~~~~~~~
|
|
|
|
* ``site.conf``
|
|
|
|
|
|
|
|
- ``hostname_prefix`` is now optional, and is concatenated directly with the
|
|
|
|
generated node ID, in particular no hyphen is inserted anymore. If you want
|
|
|
|
to keep the old behaviour, you have to append the hyphen to the
|
|
|
|
``hostname_prefix`` field of your ``site.conf``.
|
|
|
|
|
2015-04-30 17:09:13 +00:00
|
|
|
- ``mesh_vpn_fastd``: The default peer group name ``backbone`` isn't hardcoded anymore, any
|
|
|
|
group name can be used. Instead, the ``fastd_mesh_vpn`` table must now contain an element ``groups``,
|
|
|
|
for example::
|
|
|
|
|
|
|
|
fastd_mesh_vpn = {
|
|
|
|
methods = {'salsa2012+umac'},
|
|
|
|
mtu = 1426,
|
|
|
|
groups = {
|
|
|
|
backbone = {
|
|
|
|
limit = 2,
|
|
|
|
peers = {
|
|
|
|
-- ...
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-04-29 14:19:16 +00:00
|
|
|
* ``site.mk``
|
|
|
|
|
|
|
|
- The packages ``gluon-setup-mode`` and ``gluon-config-mode-core`` must now be
|
|
|
|
added to ``GLUON_SITE_PACKAGES`` explicitly (to allow replacing them with
|
|
|
|
community-specific implementations).
|
|
|
|
|
2015-03-21 12:53:05 +00:00
|
|
|
Internals
|
|
|
|
~~~~~~~~~
|
|
|
|
|
|
|
|
|
|
|
|
Known Issues
|
|
|
|
~~~~~~~~~~~~
|