Skip to content

Commit

Permalink
2.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
proura committed Nov 23, 2022
1 parent aaee030 commit 9a1ee66
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 8 deletions.
8 changes: 7 additions & 1 deletion docs/source/About.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,15 @@ chapter that details each release.
* Export and Import backup between DRLM servers or DRLM clients

* Real time clients log in DRLM server

DRLM Version 2.4.8 (November 2022) - Release Notes
--------------------------------------------------
* RedHat 5 client support

* Avoiding Debian nbd detach errors with nbd-client

DRLM Version 2.4.7 (November 2022) - Release Notes
-------------------------------------------------
--------------------------------------------------
* Bugfix removing authorized keys

* Bugfix in installclient DRLM Proxy (hostname unreachable)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The DEB package can be installed executing the next command

.. code-block:: console
~# apt -y install ./drlm_2.4.7_all.deb
~# apt -y install ./drlm_2.4.8_all.deb
Debian 10 Asciinema Installation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -157,7 +157,7 @@ The RPM package can be installed executing the next command

.. code-block:: console
~# yum -y install ./drlm-2.4.7-1git.el*.noarch.rpm
~# yum -y install ./drlm-2.4.8-1git.el*.noarch.rpm
CentOS Asciinema Installation
Expand Down Expand Up @@ -214,7 +214,7 @@ The RPM package can be installed as follows executing the next command

.. code-block:: console
~# zypper in ./drlm-2.4.7-1git.noarch.rpm
~# zypper in ./drlm-2.4.8-1git.noarch.rpm
.. note::

Expand Down
2 changes: 1 addition & 1 deletion docs/source/client_config_PXE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PXE Client Backup
# for more information. #
###############################################################################
# DRLM v2.4.7
# DRLM v2.4.8
#
# This configuration example does a PXE rescue system and a data backup of all
Expand Down
2 changes: 1 addition & 1 deletion docs/source/client_config_default.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Default Client Configuration
# (Configuration examples in /usr/share/drlm/conf/samples/) #
###############################################################################
# DRLM v2.4.7
# DRLM v2.4.8
#
# DRLM automatically generates a ReaR configuration file in function of three
Expand Down
2 changes: 1 addition & 1 deletion docs/source/client_config_incremental_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Incremental Client Backup
# for more information. #
###############################################################################
# DRLM v2.4.7
# DRLM v2.4.8
#
# This configuration example does a data backup of /home directory of the
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# The short X.Y version.
version = "2.4"
# The full version, including alpha/beta/rc tags.
release = "2.4.7"
release = "2.4.8"

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

0 comments on commit 9a1ee66

Please sign in to comment.