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>2018-02-12 20:23:18 +0300
committerJoerg Steffens <joerg.steffens@bareos.com>2018-02-12 20:23:18 +0300
commit078c6f4d3820db01e55b905aa9e0e043dcb8e246 (patch)
treeb7146943748fdfeb5066459aef4e397646811fee
parent967898448bac031f8fce28853b71acd961bbad54 (diff)
release notes 17.2.5
-rw-r--r--manuals/en/main/releasenotes.tex30
-rw-r--r--manuals/en/main/win32.tex7
2 files changed, 33 insertions, 4 deletions
diff --git a/manuals/en/main/releasenotes.tex b/manuals/en/main/releasenotes.tex
index 2d40866..ea33f10 100644
--- a/manuals/en/main/releasenotes.tex
+++ b/manuals/en/main/releasenotes.tex
@@ -16,6 +16,34 @@ This chapter concentrates on things to do when updating an existing Bareos insta
\releasenoteSection{Bareos-17.2}
+\releasenote{17.2.5}{
+
+\begin{tabular}{p{0.2\textwidth} p{0.8\textwidth}}
+Code Release & 2018-02-14\\
+Database Version & 2171 (unchanged)\\
+Release Ticket & \ticket{910}\\
+Url & \releaseUrlDownloadBareosCom{17.2} \\
+\end{tabular}
+
+This release contains several bugfixes and enhancements. Excerpt:
+\begin{itemize}
+ \item \bareosFd is ready for \os{AIX}{7.1.0.0}.
+ \item \nameref{VMwarePlugin} is also provided for \os{Debian}{9}.
+ \item NDMP fixes
+ \item Virtual Backup fixes
+ \item \package{bareos-storage-droplet}: improvements
+ \item \command{bareos-dbcheck} improvements and fixes: with older versions it could happen, that it destroys structures required by \bcommand{.bvfs_*}{}.
+ \item \ticket{850} fixes a bug on \os{Univention Corporate Linux}{}: fixes a problem of regenerating passwords when resyncing settings.
+ \item \ticket{890} \bcommand{.bvfs_update}{} fix. Before there have been cases where it did not update the cache.
+ \item \bcommand{.bvfs_lsdirs}{} make limit- and offset-option work correctly.
+ \item \bcommand{.bvfs_lsdirs}{} show special directory (like \path|@bpipe@/|) on the same level as \path|/|.
+ \item \ticket{895} added description to the output of \bcommand{show}{filesets}.
+ \item \linkResourceDirective{Dir}{Client}{NDMP Block Size} changed type from \dt{Pint32} to \dt{Size32}. This should not affect any configuration, but is more consistent with other block size configuration directives.
+\end{itemize}
+
+}
+
+
\releasenote{17.2.4}{
\begin{tabular}{p{0.2\textwidth} p{0.8\textwidth}}
@@ -23,7 +51,7 @@ Code Release & 2017-12-14\\
Database Version & 2171\\
Release Ticket & \ticket{861}\\
Url & \releaseUrlDownloadBareosOrg{17.2} \\
-% & \hide{\releaseUrlDownloadBareosCom{17.2}} \\
+ & \releaseUrlDownloadBareosCom{17.2} \\
\end{tabular}
This release contains several enhancements. Excerpt:
diff --git a/manuals/en/main/win32.tex b/manuals/en/main/win32.tex
index bd467a7..60c401f 100644
--- a/manuals/en/main/win32.tex
+++ b/manuals/en/main/win32.tex
@@ -53,13 +53,14 @@ Typically, you only want to install the Bareos Client (\bareosFd) and optionally
Normally, we recommend to let the server components run on a Linux or other Unix system.
However, it is possible, to run the \bareosDir, \bareosSd and \bareosWebui on a Windows systems.
You should be aware about following limitations:
-\limitation*{Windows}{Windows \bareosDir does not support MySQL database backend}{
+
+\limitation{Windows}{\bareosDir does not support MySQL database backend}{
When running the \bareosDir on Windows, only PostgreSQL (and SQLite) database backends are supported.
SQLite is best suited for test environments.
}
-\limitation*{Windows}{\bareosSd only support backup to disk, not to tape}{
+\limitation{Windows}{\bareosSd only support backup to disk, not to tape}{
}
-\limitation*{Windows}{The default installation of \bareosWebui is only suitable for local access}{%
+\limitation{Windows}{The default installation of \bareosWebui is only suitable for local access}{%
Normally the \bareosWebui is running on a Apache server on Linux.
While it is possible, to run the \bareosWebui under Apache or another Webserver which supports PHP under Windows,
the configuration shipped the the \package{winbareos} package uses the PHP internal webserver.