Skip to content

Commit 33daf5d

Browse files
committed
Hotfix 2.3.2
2 parents 56ddd8f + 20ab143 commit 33daf5d

File tree

6 files changed

+27
-12
lines changed

6 files changed

+27
-12
lines changed

docs/source/About.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ License
1313

1414
This documentation is licensed under a Creative Commons `Attribution-NonCommercial-ShareAlike 4.0 International <http://creativecommons.org/licenses/by-nc-sa/4.0/>`_ (i.e. "CC-BY-NC-SA") license.
1515

16-
The DRLM Manual is copyright © 2018 Brain Updaters, S.L.L.
16+
The DRLM Manual is copyright © 2020 Brain Updaters, S.L.L.
1717

1818

1919

@@ -62,6 +62,21 @@ chapter that details each release.
6262
* Real time clients log in DRLM server
6363

6464

65+
DRLM Version 2.3.2 (December 2020) - Release Notes
66+
--------------------------------------------------
67+
* Fixed wget package dependency (issue #127)
68+
69+
* Fixed make clean leave drlm-api binary in place (issue #130)
70+
71+
* Fixed message errors during drlm version upgrade (issue #131, #132)
72+
73+
* Fixed NFS_OPTS variable is not honored (issue #138)
74+
75+
* RedHat/CenOS 8 support
76+
77+
* Ubuntu 20.04 support
78+
79+
6580
DRLM Version 2.3.1 (July 2019) - Release Notes
6681
----------------------------------------------
6782
* Fixed DRLM user group permissions (issue #118).

docs/source/ClientConfig.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Unattended Client Installation has been tested on:
2121

2222
* SLES (11 & 12)
2323
* OpenSUSE (13 & Leap 42)
24-
* RHEL & CentOS (5, 6 & 7)
25-
      * Debian (6, 7, 8 & 9)
26-
* Ubuntu LTS (12.04, 14.04 & 16.04)
24+
* RHEL & CentOS (5, 6, 7 & 8)
25+
      * Debian (6, 7, 8, 9 & 10)
26+
* Ubuntu LTS (12.04, 14.04, 16.04, 18.04 & 20.04)
2727

2828
.. note:: It should work on other RedHat, Debian or SUSE variants.
2929

docs/source/Install.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ DRLM Installation
33

44
The pourpose of this manual is explain, step by step, the installation and configuration of DRLM. At the end of this guide you should have a fully functional DRLM server.
55

6-
Debian 8/9 & Ubuntu 16.04/18.04 LTS
7-
-----------------------------------
6+
Debian 8/9/10 & Ubuntu 16.04/18.04/20.04 LTS
7+
--------------------------------------------
88

99
.. note::
1010
On the following steps, is assumed you have a minimal installation of Debian 8/9 or Ubuntu 16.04/18.04 LTS.
@@ -207,8 +207,8 @@ Restart & check services
207207
DHCP and NFS servers are not running because there is no config yet! no worries they will be reloaded automatically after first DRLM client will be added.
208208

209209

210-
CentOS 7 & RHEL 7
211-
-----------------
210+
CentOS 7/8 & RHEL 7/8
211+
---------------------
212212

213213
.. note::
214214
On the following steps, is assumed you have a minimal installation of CentOS or RHEL 7.

docs/source/_templates/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<div id="header-drlm">
1313
<a href="https://drlm.org" title="DRLM Project" rel="home">
14-
<img id="logo-drlm" src="http://s390213391.mialojamiento.es/www/wpdrlmweb/documentacio/logo_white.png"
14+
<img id="logo-drlm" src="https://drlm.org/documentacio/logo_white.png"
1515
alt="DRLM Project Logo">
1616
</a>
1717
<nav>
@@ -30,4 +30,4 @@
3030

3131
<div id="header-drlm-spacer">DRLM</div>
3232

33-
{% endblock %}
33+
{% endblock %}

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
# General information about the project.
6060
project = u"DRLM"
61-
copyright = u"2018 Brain Updaters, S.L.L."
61+
copyright = u"2020 Brain Updaters, S.L.L."
6262

6363
# The version info for the project you're documenting, acts as replacement for
6464
# |version| and |release|, also used in various other places throughout the

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ License
1313

1414
This documentation is licensed under a Creative Commons `Attribution-NonCommercial-ShareAlike 4.0 International <http://creativecommons.org/licenses/by-nc-sa/4.0/>`_ (i.e. “CC-BY-NC-SA”) license.
1515

16-
The DRLM Manual is copyright © 2018 Brain Updaters, S.L.L.
16+
The DRLM Manual is copyright © 2020 Brain Updaters, S.L.L.
1717

1818

1919

0 commit comments

Comments
 (0)