]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/ReleaseNotes
Re-Add client="client" to restore command. Play a little with the
[bacula/bacula] / bacula / ReleaseNotes
index 3b7656ca929460312215b401b2d96435cba3bdb6..cf9ae67371e6959407a3535ce7258067e67f6b36 100644 (file)
@@ -1,7 +1,7 @@
 
-          Release Notes for Bacula 2.1.14
+          Release Notes for Bacula 2.1.28
 
-  Bacula code: Total files = 458 Total lines = 170,197 (*.h *.c *.in)
+  Bacula code: Total files = 516 Total lines = 244,888 (*.h *.c *.in)
 
 This Director and Storage daemon must be upgraded at the same time,
 but they should be compatible with all 2.0.x File daemons, unless you
@@ -9,8 +9,64 @@ 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.26
+- Several bug fixes #842, 893, and some unreported bugs.
+- Storage overrides delete all previous storage definitions instead
+  of prepending.
+- One should be able to mount and unmount removable devices if the
+  Device resource has Removeable Media set and the mount and unmount
+  directives are defined.
+- ./configure will do a better job of searching for qwt libraries.
+- The Win32 version can no longer be shutdown from the tray monitor.
+  Use the command line or the Services panne.
+- Make Mac OS X compile work.
+
+Changes since Beta release 2.1.24
+- Add qwt graphics library (for Qt4) needed to build bat to the
+  depkgs-11Jul07.tar.gz package
+- You now need a --with-qwt=<dir> to be able to build bat.
+- Keep prune_volumes() from pruning the whole Scratch pool.
+- More debug output in status storage.
+- Correct moving a Scratch volume from pool to pool (some
+  critical columns were lost).
+- New more efficient db_get_query_dbids() -- not yet implemented
+  everywhere, but currently used in volume pruning.
+
+Changes since Beta release 2.1.22
+- Different locking in reservations and despooling systems,
+  which means more micro-locking and less macro-locking, which
+  should give a lot more concurrency at the expense of slightly
+  (<0.1%) more overhead due to more locking/unlocking, but     
+  concurrent jobs should run much faster.
+- Patch from Sergey Svishchev <svs@ropnet.ru> that fixes bug in
+  migration code where a job that spanned two volumes was
+  migrated twice.
+
+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).
+- Fixed bug #807 Restore encrypted backup failed on Windows 2003
+  This was indeed a Win32 issue.
+
 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.