]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/ReleaseNotes
Final changes
[bacula/bacula] / bacula / ReleaseNotes
index 792b4d73d70670757c0875dc29830353082ff7f8..1aa986dc8a34bcd9c98e825fdd2113ce7c6a503d 100644 (file)
@@ -1,10 +1,52 @@
 
-          Release Notes for Bacula 1.35.1
+          Release Notes for Bacula 1.35.2
 
-  Bacula code: Total files = 384 Total lines = 110,682 (*.h *.c *.in)
+  Bacula code: Total files = 395 Total lines = 115,062 (*.h *.c *.in)
 
 Changes for 1.35.1
 Major Changes:
+- Tray monitor program
+- Bacula Rescue CDROM     
+- General bug fixes/stabilization
+- French translation of manual by Ludovic Strappazon well    
+  underway.
+
+New Directives:
+- Added Ignore FileSet Changes = yes
+
+Items to note!!!
+- All daemons should be compatible with 1.34 with the exception
+  of the new FileSet features such as regular expressions.
+- Regular expressions are not implemented in the Win32 FD.
+
+Other Items:
+- Inhibit printing of FileSet for a restore as it is misleading.
+- Cleaned up a number of minor scripting problems with the CDROM
+  creation.
+- Fixed a race condition causing a Director crash on termination,
+  if a large number of SIGHUPs were sent during a multiple concurrent
+  set of backups.
+- Completed integration of Rescue CD scripts with Bacula source.
+- Added Ignore FileSet Changes = yes
+- Added more error checking to the spooling code.
+- Applied a patch from Peter Eriksson that removes a dynamic stack
+  allocation (replaced by alloca) and fixes some const problems.
+- Fixed a free() of a static variable in the new IP code bnet.c
+- Got the new Bacula Rescue CDROM booting.
+- Replaced a dynamic template by a simple store when using the
+  native C compiler.
+- Reworked some of the block.c error handling.
+- Changed a Dmsgx(000, to Dmsgx(100 in dev.c that was dumping
+  debug output on a user.
+- Integrated patch from 1.34.6 block.c to 1.35
+- Fix conio.c problem on Solaris.
+- Add debug code to lock_jcr_chain().
+- Lock jcr chain around less code.
+- Implement call by reference for Mmsg() and pm_strxxx() to
+  simplify calls.
+
+
+Release 1.35.1 16 August 2004:
 - Added Tape Alert feature (see Alert Command).
 - New IPv6 code (untested)
 - New way of specifying Addresses and Ports -- permits having
@@ -21,8 +63,6 @@ Major Changes:
 - Implement reload of conf file in Directory on SIGHUP.
 - Building restore tree is much faster on large filesets
   due to binary insert.
-
-New Directives:
 - Alert Command in Device resource of Storage Daemon.
 - New IP address and port directives.
 - reader = xxx, writer = yyy in Options within FileSet of
@@ -32,13 +72,10 @@ New Directives:
 - New command options: update AllFromPool updates all
   Volumes with Pool defaults.
 - .backups client=xxx (for GUI programs).
-
-Items to note!!!
-- All daemons should be compatible with 1.34 with the exception
-  of the new FileSet features such as regular expressions.
-- Regular expressions are not implemented in the Win32 FD.
-
-Other Items:
+- A duration specification may have any number of integer/modificator
+  specifications. E.g.:
+  1 week 2 days 3 hours 10 mins
+  1 month 2 days 30 sec
 - Print error message if Alert Command fails in bpipe_open().
 - Doc Alert command.
 - Eliminate unnecessary class in findlib/attribs.c