From: Kern Sibbald Date: Tue, 26 Jun 2007 10:00:25 +0000 (+0000) Subject: Update documentation X-Git-Tag: Release-7.0.0~6073 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d6c55ac4623479242a1a6665fed3c23390cf4e23;p=bacula%2Fbacula Update documentation git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5092 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/ChangeLog b/bacula/ChangeLog index fab273dbac..5a2c94098c 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,6 +1,47 @@ Technical notes on version 2.1 General: +Release 2.1.22 beta +26Jun07 +kes Dirk committed the qwt library code for drawing graphs in bat. +kes Tweak install of qwt so that it is integrated with ./configure. +25Jun07 +kes Fix HAVE_BATCH_INSERT to be HAVE_BATCH_FILE_INSERT, pointed + out by Eric (my typo). +ebl Fix configure.in to get batch mode enable +kes Return correct string from authenticate.cpp in bat when connecting + to Dir. +kes Apply patch suggested by Frank Sweetser to fix bug #888 -- + spurious line drops when using TLS. +kes Do not file reparse points when restoring a file that already + exists -- Win32. +24Jun07 +kes Implement Windows reparse points -- similar to directories, but + we do not descend into it. This is a first cut. They seem to + be backed up, but restore is not yet tested. +kes Remove restore_blocking in tls code when shutting a socket to leave + it in blocking mode. Hopefully this will fix the encryption bug + reported by Frank Sweetser. +kes When opening a file for backup, tell the OS that we are going to + read it sequentially -- optimization. +kes Change variable names in authenticate_director() to not conflict + with member names in bat. Caused great confusion with compiler, + but no warnings. +23Jun07 +kes Queue openssl error messages in case of comm problem. +kes Do shutdown() call if socket terminated. +kes Remove some duplicated code in tls.c +kes Move more of the bsock member variables into private and access + them with methods. +kes Add Frank Sweetser's tls-test to the regression suite. +22Jun07 +kes Add Swedish sv.po file +21Jun07 +kes Don't print clock skew message in FD if less than 3 seconds diff. +kes Add a bit of VSS info to status client. +kes Implement a first cut of Vista VSS, using Win2003 code. + + Release: 2.1.20 beta 20Jun07 kes Fixed bug #886 (multidrive autochanger: SD doesn't use drive with diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index dd67549332..4db9451cd0 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,5 @@ - Release Notes for Bacula 2.1.20 + Release Notes for Bacula 2.1.22 Bacula code: Total files = 458 Total lines = 198,659 (*.h *.c *.in) @@ -9,6 +9,19 @@ use some of the new features that affect the FD. In other words, you should not have to upgrade all your File daemons. However, bat works only with a 2.1.8 Director or greater. +!!!!!!!!!!!!!!!!!!!!!!! Please Note !!!!!!!!!!!!!!!!!!!!!!!!!!! +Restore on Win32, and in particular on Vista is untested. Please +test before relying on it. It should backup and restore reparse +points. +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +Changes since Beta release 2.1.20 +- New graphs in bat +- Due to a typo, I had inadvertantly turned off batch insert mode. + It is now re-enabled +- Possible fix for bug #888 (dropped comm lines using TLS). +- Test version of Win32 binaries for Vista. + Changes since Beta release 2.1.18 - Fixed bug #886 (multidrive autochanger: SD doesn't use drive with loaded tape but uses first drive).