]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/ReleaseNotes
Update doc
[bacula/bacula] / bacula / ReleaseNotes
index eb5cfdefc470ef049bc98c16aabbcb395a06a292..30b351987b2fc61e4cefc31ede12cd543a6ede8e 100644 (file)
@@ -1,31 +1,48 @@
-          Release Notes for Bacula 1.30
 
-  Bacula code: Total files = 231 Total lines = 65,064 (*.h *.c *.in)
+          Release Notes for Bacula 1.32
+
+  Bacula code: Total files = 259 Total lines = 77,576 (*.h *.c *.in)
 
 Major Changes this Release:
-- The Windows Client now uses Cygwin 1.3.20 and should be much more reliable.                    
-- Implemented save/restore of chflags for FreeBSD systems.
-- Support for FreeBSD tape drives.
-- Support for SHA1 signatures in addition to MD5 (more secure).
+- Fixed gnome-console to compile with RH9 (Gnome 2.0)
+- Implemented a single routine to read_records. It also returns
+  a different record packet for each session.  This means
+  that multiple simultaneous jobs should work.
+- Implemented forward space file/block whenever possible 
+  during restore.
+- Added SDConnectTimeout to FD.    
+- Added ClientRunBeforeJob and ClientRunAfterJob.
+- Implemented Include | and < in File daemon.
+- Implemented a new Include/Exclude syntax.
+- Lots of fixes with variable expansion and counter variables
+- Automatic labeling of tape Volumes is fixed.
+- Recycling has been completely restructured and should work.
+
 
 Other Changes this Release:
-- Added "BSF at EOM = yes/no" for supporting FreeBSD tape drives.
-- The | and < options are now available for Excludes.           
-- Multiple Directors in the GNOME Console now work (thanks Lutz Kttler).
-- The btape "test" command is much more comprehensive and automatically
-  tries different options.
-- Installation on Cygwin systems is now supported.
-- GNOME Console has font support thanks to Phil Stracchino.
-- Solaris 2.6 now supported.
-- ./configure now supports more systems
-- Support for Darwin
-- Support connection to MySQL on address:port.                 
-- Partial support for AIX systems.
-- Cycle through tapes with "RecycleOldestVolume=yes" (dangerous).
-- Support for Win95 systems (I hope).
-- Console program now supported on Win32 systems.
+- Lots of doc enhancements
+- Fixed a PurgeOldestVolume bug (VolStatus not returned)
+- Don't crash if DB address record not specified.
+- Return VolStatus on find_next_volume.
+- Use alist for incexe name_list.
+- Use bget_dirmsg() everywhere possible when talking to FD.
+- Delete old semaphore job and workq job scheduling code.
+- edit_run_codes in one place (/lib)  Add Job name
+- Update query.sql to find current backups correctly.
+- Correct ambiguous SQL statement for pruning.
+- Set heartbeat interval to zero by default.
+- Fix a possible race condition in stopping the 
+  heartbeat thread.
+- Eliminate gnome2-console directory. Everything is in gnome-console
+- Enhanced "packet too big" message to indicate who sent it.
+- Corrected console prompt problem in non-readline versions.
+- Correct a number of variable expansion problems.
+- Added a number of new regression tests.
+- In an attempt to make configuration a bit less confusing, I've changed
+  the name of a number of variables. The old ones still work, but will
+  be phased out over time. FDAddress, FDPassword, SDAddress SDPassword,
+  SDDeviceName, and DBPassword.
+- A possible fix to the very intermittent SD crashes that Alex gets.
 
 
-Items to note:
-- Version 1.29 File daemons can be used with version 1.30. However,
-  there is an incompatibility if you use Exclude lists.
+Items to note:  !!!!!