From 977d6ef5726d7570ef0e3ac5bc6646e60e37e38e Mon Sep 17 00:00:00 2001 From: Frank Ueberschar Date: Thu, 31 Jan 2019 18:14:53 +0100 Subject: [PATCH] docs: updated release notes --- docs/manuals/en/new_main_reference/source/bareos-18.2.rst | 3 +++ .../en/new_main_reference/source/developers/releasenotes.rst | 3 ++- docs/manuals/en/new_main_reference/source/webui-tls.rst | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/manuals/en/new_main_reference/source/bareos-18.2.rst b/docs/manuals/en/new_main_reference/source/bareos-18.2.rst index 72e8e634c71..5ce5919a412 100644 --- a/docs/manuals/en/new_main_reference/source/bareos-18.2.rst +++ b/docs/manuals/en/new_main_reference/source/bareos-18.2.rst @@ -338,6 +338,9 @@ In Bareos Version 18.2 the relevant resources for some connections had to be cha .. [#user_agent] The name of the default console is predefined and cannot be changed .. [#cert] Certificate directives are: TlsVerifyPeer, TlsCaCertificateFile, TlsCaCertificateDir, TlsCertificateRevocationList, TlsCertificate, TlsKey, TlsAllowedCn + +.. _CompatibilityWithFileDaemonsBefore182Chapter: + Compatibility with File Daemons before 18.2 =========================================== As from Bareos 18.2 all components by default establish a secure connection with encryption first, followed by the proprietary Bareos protocol. This is accomplished using TLS PSK. Older components of Bareos than version 18.2 start a connection with a cleartext handshake without encryption. diff --git a/docs/manuals/en/new_main_reference/source/developers/releasenotes.rst b/docs/manuals/en/new_main_reference/source/developers/releasenotes.rst index 6f3a20cc51f..7bf7ad31c59 100644 --- a/docs/manuals/en/new_main_reference/source/developers/releasenotes.rst +++ b/docs/manuals/en/new_main_reference/source/developers/releasenotes.rst @@ -161,10 +161,11 @@ Bugs Fixed * "Exit On Fatal" works now as expected * Fixed a bug when migration storage daemons cannot connect * Guarded numerous nullpointers +* VMware: fixed errors when using non-ascii characters Updated Documentation --------------------- -* Updated vmware plugin documentation: :ref:`VMwarePlugin` +* Updated VMware plugin documentation: :ref:`VMwarePlugin` * How to configure transport encryption in |bareosWebui|: :ref:`TransportEncryptionWebuiBareosDirChapter` * Detailed connections overview here: :ref:`ConnectionOverviewReference` * How to use PAM with |bareosDir|: :ref:`PAMConfigurationChapter` diff --git a/docs/manuals/en/new_main_reference/source/webui-tls.rst b/docs/manuals/en/new_main_reference/source/webui-tls.rst index a0ef0f735d3..97442bfcce0 100644 --- a/docs/manuals/en/new_main_reference/source/webui-tls.rst +++ b/docs/manuals/en/new_main_reference/source/webui-tls.rst @@ -1,3 +1,4 @@ +.. _TransportEncryptionWebuiBareosDirChapter: Transport encryption between |bareosWebui| and |bareosDir| ==========================================================