From e79c8343576e68d185f2fe359dee9bcac0480812 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 16 Jun 2007 08:59:03 +0000 Subject: [PATCH] Update notes git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5020 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/ChangeLog | 16 +++++++++++++++- bacula/ReleaseNotes | 8 ++++++-- bacula/technotes-2.1 | 3 +++ 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/bacula/ChangeLog b/bacula/ChangeLog index ba6d35445d..2fa6fe3f80 100644 --- a/bacula/ChangeLog +++ b/bacula/ChangeLog @@ -1,7 +1,21 @@ Technical notes on version 2.1 General: -Release: 2.1.14 beta +Release: 2.1.16 beta +16Jun07 +kes Remove a few malloc()s from the encryption code. +kes Use the class calls to bsock in filed/backup.c and restore.c in + place of the old bnet_xxx code. +kes Implement code that does an on the fly calculation of the + signing digest during restore of encrypted files. It makes + a best guess at the algorithm, and if it is not correct, will + then revert to the old code which reads the file after it is + restored. +kes Implement at least one missing crypto stream in stream_to_ascii() +kes Apply patch from William that fixes bug + #877 where a reload with bad syntax causes Dir to exit. + +Cut: 2.1.14 beta (not released) 14Jun07 kes Do not free a volume on a tape drive until another volume is mounted and read, or the autochanger unloads the volume. diff --git a/bacula/ReleaseNotes b/bacula/ReleaseNotes index 3b7656ca92..4ce307c4b1 100644 --- a/bacula/ReleaseNotes +++ b/bacula/ReleaseNotes @@ -1,5 +1,5 @@ - Release Notes for Bacula 2.1.14 + Release Notes for Bacula 2.1.16 Bacula code: Total files = 458 Total lines = 170,197 (*.h *.c *.in) @@ -10,7 +10,11 @@ not have to upgrade all your File daemons. However, bat works only with a 2.1.8 Director or greater. Changes since Beta release 2.1.12 -- Fixed bugs #864, 872, 874, 882, 882 +- Version 2.1.14 not released. +- Possible solution to Win32 encryption restore signature errors. +- Reload with syntax errors in @include now works. +- Gnome console builds with encryption. +- Fixed bugs #864, 872, 874, 882, 882, 877, 886, 885. - License is now GPL v2 without modifications, fix a few copyright mistakes made when adding FSFE copyright notice. - Fix update all from pool to pass pool name. diff --git a/bacula/technotes-2.1 b/bacula/technotes-2.1 index 30ab95be25..ac960a15bf 100644 --- a/bacula/technotes-2.1 +++ b/bacula/technotes-2.1 @@ -1,6 +1,7 @@ Technical notes on version 2.1 General: +Release: 2.1.16 beta 16Jun07 kes Remove a few malloc()s from the encryption code. kes Use the class calls to bsock in filed/backup.c and restore.c in @@ -13,6 +14,8 @@ kes Implement code that does an on the fly calculation of the kes Implement at least one missing crypto stream in stream_to_ascii() kes Apply patch from William that fixes bug #877 where a reload with bad syntax causes Dir to exit. + +Cut: 2.1.14 beta (not released) 14Jun07 kes Do not free a volume on a tape drive until another volume is mounted and read, or the autochanger unloads the volume. -- 2.39.5