]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
See kes-1.31 for details
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.31
3
4   Bacula code: Total files = 243 Total lines = 70,151 (*.h *.c *.in)
5
6 Major Changes this Release:
7 - Support to save and restore all files on WinNT/2K/XP systems 
8   including the permissions. Unfortunately files that are in use by another
9   program cannot be saved.
10 - Support for Win95 systems (untested since I don't have Win95).
11 - Heartbeat every 20 minutes between daemons to prevent network
12   timeouts. The heartbeat interval can be set.
13 - Volume names may now only contain letters, numbers, colon, period, dash,
14   and underscore.
15
16
17 Other Changes this Release:
18 - Preliminary support for BSDi.
19 - Use smtp instead of mail to send the traceback message.
20 - Fixed a race condition in the "list" command while a backup is
21   in progress.
22 - Beginning of support for SSL encryption.
23 - Beggining of support for Base level backups.
24 - Improvements to gnome-console.
25 - Prune certain orphaned jobs (no files saved, no Volume used).
26 - Added non-fatal errors to Job reports.
27 - Eliminate need for SubsysDirectory in each daemon.
28 - Add a lot more "command line" options to console commands.
29 - More info in traceback (database type, ...).
30 - Better handling of errors with autochangers during restore.
31 - Better cancellation of jobs in Storage daemon (doesn't try
32   to cleanup twice).
33 - SD error messages such as autochanger errors are now properly
34   directed back to Console -- previously some were lost.
35
36
37
38 Items to note:  !!!!!
39 - For MySQL users, you must have the thread safe client libraries 
40   available.  If you build MySQL yourself, add the --enable-thread-safe-client
41   option on the ./configure.
42 - Version 1.31 and 1.30 daemons/Director are not compatible. You must
43   upgrade all or nothing.