From: Kern Sibbald Date: Wed, 23 Oct 2002 09:18:19 +0000 (+0000) Subject: Add ReleaseNotes X-Git-Tag: Release-1.27~45 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=61193771199f8f9b1fa016285f5e8852d3195d46;p=bacula%2Fbacula Add ReleaseNotes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@173 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes new file mode 100644 index 0000000000..90972359a4 --- /dev/null +++ b/bacula/ReleaseNotes @@ -0,0 +1,26 @@ + Release Notes for Bacula 1.27 + + Bacula code: Total files = 218 Total lines = 59,267 (*.h *.c *.in) + +Major Changes this Release: +- Implemented support for Sparse files. +- Implemented support for all Win32 attributes. +- New Volume format. Will permit faster restores, + and correct restores of Volumes written with multiple + simultaneous jobs. + +Minor Changes this Release: +- Mount Anonymous Volumes is now dropped from the Storage + daemon configuration files. +- Accept Any Volume is by default "Yes" and permits Bacula + to accept any appendable volume from the pool. Previously, + it would accept ONLY the next appendable volume. To get + the old behavior add "Accept Any Volume = No" to the + Storage resources of your Director's configuration file. +- Improve handling of the "Where" prefix on Win32 by first + stripping any previous drive. This allows restoration to + any drive. + +Items to note: +- The Dir-SD protocol has changed since 1.26, so you must + update the Director and Storage daemons.