]> git.sur5r.net Git - bacula/bacula/commitdiff
Update notes
authorKern Sibbald <kern@sibbald.com>
Sat, 16 Jun 2007 08:59:03 +0000 (08:59 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 16 Jun 2007 08:59:03 +0000 (08:59 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5020 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/ChangeLog
bacula/ReleaseNotes
bacula/technotes-2.1

index ba6d35445d59eb4a5f474244c59888ff669cc53a..2fa6fe3f806f7abb456e18397af8ed28b45e8cf5 100644 (file)
@@ -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 <chowmeined@gmail.com> 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.
index 3b7656ca929460312215b401b2d96435cba3bdb6..4ce307c4b17d31aaca7023170b19550913f339c9 100644 (file)
@@ -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.
index 30ab95be2584bfbda7316a275f06d409afc26c34..ac960a15bf173fe3d7ef3353845e2f22fcd4d269 100644 (file)
@@ -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 <chowmeined@gmail.com> 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.