Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Steffens <joerg.steffens@bareos.com>2017-10-09 17:55:07 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2017-10-09 17:55:07 +0300
commitdc80050cfc4d90ba77977c30a10909194a162aa6 (patch)
tree4155880b151c0195b0490a8fefdbf4c30d4e004c
parent2d97136f18ae62a5f09fe08e40f099816fbd995a (diff)
parentb92a4fb25b67f08f3bb39392247356a9d59c868e (diff)
Merge branch 'bareos-16.2' into bareos-17.2
-rw-r--r--manuals/en/developers/catalog.md13
-rw-r--r--manuals/en/main/releasenotes.tex25
2 files changed, 37 insertions, 1 deletions
diff --git a/manuals/en/developers/catalog.md b/manuals/en/developers/catalog.md
index 874419a..cf2b257 100644
--- a/manuals/en/developers/catalog.md
+++ b/manuals/en/developers/catalog.md
@@ -209,6 +209,19 @@ the stand point of total database size. As a consequence, the user must
take care to periodically reduce the number of File records using the
<span>**retention**</span> command in the Console program.
+
+As MD5 hash (also termed message digests) consists of 128-bit (16-byte).
+A typical format (eg. `md5sum`, ...) to represent them is as a sequence of 32 hexadecimal digits.
+However, in the **MD5** column, the digest is represented as base64.
+
+To compare a Bareos digest with command line tools, you have to use
+
+ openssl dgst -md5 -binary $PATH_OF_YOUR_FILE | base64
+
+Also you have to note, that even the table column is named **MD5**,
+it used to store any kind of digest (MD5, SHA1, ...).
+This is not directly indicated by the value, however, you can determine the type depending of the length of the digest.
+
### Job / JobHisto
Column Name | Data Type | Remark
diff --git a/manuals/en/main/releasenotes.tex b/manuals/en/main/releasenotes.tex
index b69c503..752aaf7 100644
--- a/manuals/en/main/releasenotes.tex
+++ b/manuals/en/main/releasenotes.tex
@@ -41,6 +41,29 @@ This release contains several enhancements. Excerpt:
\releasenoteSection{Bareos-16.2}
+\releasenote{16.2.7}{
+
+\begin{tabular}{p{0.2\textwidth} p{0.8\textwidth}}
+Code Release & 2017-10-09\\
+Database Version & 2004 (unchanged)\\
+Release Ticket & \ticket{836}\\
+Url & \releaseUrlDownloadBareosCom{16.2} \\
+\end{tabular}
+
+This release contains several bugfixes and enhancements. Excerpt:
+\begin{itemize}
+ \item Fixes a Director crash, when enabling debugging output
+ \item \bcommand{.bvfs_lsdirs}{}: improve performance, especially when having a large number of directories
+ \item Utilize OpenSSL $\geq$ 1.1 if available
+ \item Windows: fixes silent upgrade (\command{winbareos-*.exe /S})
+ \item Windows: restore attributes also on directories (not only on files)
+ \item Fixes problem with SHA1 signature when compiled without OpenSSL (not relevant for bareos.org/bareos.com packages)
+ \item Packages for openSUSE Leap 42.3 have been added.
+\end{itemize}
+
+}
+
+
\releasenote{16.2.6}{
\begin{tabular}{p{0.2\textwidth} p{0.8\textwidth}}
@@ -58,7 +81,7 @@ This release contains several bugfixes and enhancements. Excerpt:
\item New directive \configdirective{LanAddress} was added to the Client and Storage Resources of the director to facilitate a network topology where client and storage are situated inside of a LAN, but the Director is outside of that LAN. See \nameref{LanAddress} for details.
\item A Problem in the storage abstraction layer was fixed where the director picked the wrong storage daemon when multiple storages/storage daemons were used.
\item The device spool size calculation when using secure erase was fixed.
- \item \bcommand{.bvfs_lsdirs} no longer shows empty directories from accurate jobs.
+ \item \bcommand{.bvfs_lsdirs}{} no longer shows empty directories from accurate jobs.
\begin{itemize}
\item \warning{This decreases performance if your environment has a large numbers of directories. Creating an index improves the performance.}
%In Bareos 16.2.6 the SQL Query used by \bcommand{.bvfs_lsdirs}{} was changed to not show