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.
 
 
-          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)
 
 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.
 
               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
 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.