]> git.sur5r.net Git - bacula/bacula/blob - bacula/ReleaseNotes
Fix winapi.h
[bacula/bacula] / bacula / ReleaseNotes
1
2           Release Notes for Bacula 1.38.8
3
4   Bacula code: Total files = 419 Total lines = 137,078 (*.h *.c *.in)
5       20,440 additional lines of code since version 1.36.3
6
7 !!!! Important !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
8   In Bacula version 1.38.5 and prior, there was apparently a
9   compiler bug that caused the Storage daemon to seg fault.
10   I have applied a workaround in version 1.38.6 and greater that
11   seems to work.  If you experience problems, follow the instructions
12   below.
13
14   If you are compiling for a 64 bit machine, you need to ensure
15   that the code is compiled with the -O0 (- oh zero) option otherwise
16   the SD will crash on most all operations -- apparently due to
17   a compiler bug in gcc's 64 bit code generation.
18 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
19
20 Warning:
21 - The Windows FD no longer automatically folds the case
22   in wild-card comparions. To get the same behavior as before,
23   you must explicitly use "Ignore Case = yes" in your FileSet.
24 - Backslashes are no longer permitted in File directives
25   (typical error for Windows users), unless the string is
26   enclosed in double quotes, in which case, the backslashes
27   must be doubled.   
28 - The new algorithm for selecting Volumes from the Scratch
29   pool that was implemented in 1.38.6 and 1.38.7 is abandoned 
30   in favor of a corrected version of the 1.38.5 algorithm.
31
32 New features for 1.38.8:
33 - Regex, RegexFile, and RegexDir are now implemented in the
34   Win32 FD.  However, this is new experimental code that is
35   largely untested. It may not work, it may cause memory 
36   leaks, or it may even crash the FD. Please test carefully
37   before using.
38 - On Linux/Unix systems there are two new programs, bregex
39   and bwild that allow you to test regular expressions and
40   wild-cards. These programs are installed with the other   
41   binaries. They are not available on Win32 systems.
42
43 Fixes: 
44 - See below.
45
46 New Features from pre-1.38.8 releases:
47 - For autochanger get Scratch tape if in autochanger if
48   no appendable Volumes are available.
49 - New virtual disk autochanger.  See scripts/disk-changer for
50   documentation.
51 - New optional Device resource directive in SD.  'Device Type =',
52   which may have types: File, DVD, Tape, or FIFO.  This can
53   be useful for writing DVDs on FreeBSD where Bacula cannot
54   correctly detect the DVD.
55 - Faster restore tree building and uses less memory.
56 - The command line keyword job (or jobname) now refers to the
57   name of the job specified in the Job resource; jobid refers
58   as before to the non-unique numeric jobid; and ujobid refers
59   to the unique job identification that Bacula creates for each
60   job.  
61 - The job report for Backups has a few more user friendly ways
62   of displaying the information.
63 - The wait command can now be made to wait for jobids.
64 - New command line keywords are permitted in update volume. They
65   are Inchanger=yes/no, slot=nn.      
66 - Add two new console commands: enable job=<job-name> and 
67   disable job=<job-name>. When a job is disabled, it will not
68   be started by the scheduler.  If you disable a job and restart
69   Bacula or reload the .conf file, the job will be re-enabled.
70 - Add a new Job resource directive "enable = yes|no".
71 - There is a new program named regex in the tools directory that
72   allows you to try regular expressions on your system.
73  
74 Major bug fixes:
75 - Fix race condition in multiple-drive autochangers where
76   both drives want the same Volume.
77 - Do not allow opening default catalog for restricted console
78   if it is not in ACL.
79 - Writable FIFOs now work for restore.
80 - ACLs are now checked in all dot commands.
81 - Multiple drive autochangers and multiple different autochangers
82   should now work correctly (no race conditions for Volume names, 
83   update slots use correct StorageId).
84 - Fix bug where drive was always reserved if a restore job failed
85   while in the reservation process.
86    
87
88 Minor bug fixes:
89 - See below:
90
91 Release 1.38.8 (14Apr06)               
92 14Apr06
93 - Correct Makefile for Solaris /bin/sh
94 - Correct mtx-changer.in for Solaris /bin/sh
95 - Abort if a conf resource does not have a Name =
96 12Apr06
97 - Change the name of the regex program to bregex.
98 - Add the bwild program to the tools directory. It is similar
99   to the bregex program.
100 - Implement create bregex.h and bregex.c in src/lib from the
101   Python regexp program.  
102 - Use the new bregex.c to implement Regex expressions on Win32.
103 11Apr06
104 - Modify Makefile to change the permissions on Working Directory
105   to 770 if the directory is created.
106 - Do not fail the Makefile if changing the permissions or 
107   owner/group on WorkingDir fails.
108 - Correct the old recycling algorithm so that Scratch Volumes
109   are selected when looking for a Volume in the changer.
110 - Correct a typo in the Verify SQL reported by Joe Park.
111 10Apr06
112 - Remove automatic case folding on Windows FDs. You must
113   explictly use the 'Ignore Case = yes' option.
114 - Remove the code added to 1.38.6 and 1.38.7 that pulls a
115   scratch volume in an Autochanger early in the 'recycling'
116   algorithm.  
117 08Apr06
118 - Tweak license to include Microsoft restrictions.
119 - Move mysql.reconnect to after real_connect().  Thanks to
120   Frank Sweetser for the patch.
121 - Disallow a backslash in a File = directive (Windows junk)
122   unless the string is quoted.
123 - Apply Eric's patch to ua_label.c so that daemon protocol
124   is not translated.
125
126 Release 1.38.7 (06Apr06) released 07Apr06
127 06Apr06
128 - Remove timed wait for VSS on Win2K3 as it is not yet
129   implemented.
130 - Correct bacula.in script to reference bacula-ctl-xx in the
131   sysconfig directory rather than the bin directory.
132
133 Release 1.38.6 (28Mar06) released 29Mar06
134 28Mar06
135 - Back port from 1.39 fixes to lib/jcr.c to use foreach_jcr() 
136   and new jcr chain locking.
137 26Mar06
138 - Fix a long standing bug in the bacula start/stop scripts.
139 - Attempt to add the new bacula-ctl-* files to the rpm.
140 - Switch to using typeof() for list traversing to avoid
141   as many FC5 g++ compiler warnings as possible.
142 25Mar06
143 - Split the bacula start/start script into four files:
144    bacula         -- starts and stops calling other scripts
145    bacula-ctl-dir -- starts/stops the director
146    bacula-ctl-fd  -- starts/stops the File daemon
147    bacula-ctl-sd  -- starts/stops the Storage daemon
148 - Create datestyle fix for PostgreSQL. Fixes bug #574.
149 - Correct editing of JobId from int to int64 in fd_cmds.c
150 - Eliminate FileSet name race with bash_spaces() and multiple
151   threads by bashing in a local.
152 - Fix error return from 'use storage' to print a correct error
153   message rather than nothing.
154 - Correct false re-read last block error message when two jobs 
155   are simultaneously writing at the end of a tape.
156 - Simplify exit conditions in the reserve.c code to avoid  
157   possible non-release of reservation_lock().
158 - Suffle lock order in reserve to avoid deadlock between
159   reservation lock and device mutex.
160 - Add Thorsten's VSS timeout code to 1.38 branch.
161 - Initialize jcr mutex before first use. Thanks to Thorsten for
162   tracking this down for me !!!! as it broke the Win32 build.
163 - Integrate addition of line count limitation to bsmtp -l from
164   Sebastian Stark <stark at tuebingen.mpg.de>
165 - Implement regex test program in tools directory.
166 - Attempt to fix time problem with bsmtp with foreign langs.
167 - Add strip_trailing_newline() submitted by user.
168
169 Release 1.38.6 beta6 16Mar06
170 - Fix bug #537 to allow arbitrary time to mount a volume for
171   restore, if polling is turned on.     
172 - Disallow multiple storage specifications for a job. Should fix Arno's
173   problem.
174 - Add back a missing store of poolid in jr.poolid.    
175 - If dir_user or dir-group is specified in ./configure apply it to
176   the working-dir. Fixes bug #533.
177 - If rescheduling a job cancel the previous incarnation with the SD.
178   Fixes bugs #566 and 557.
179 - Fix bug #567 do_message() definition type conflict.
180
181 Release 1.38.6 beta5 14Mar06
182 - Add more jcr methods and make mutex and use_count private.
183 - Create lock/unlock methods for jcr.
184 - Fix PostgreSQL bug doing sql_data_seeek() by explicitly reading
185   records to get to seek position.
186 - Integrate patch from bug #561 to correct conio.c signal definitions.
187 - Fix Rescheduling failed Jobs. Ensure that SD message thread 
188   terminates correctly by doing pthread_kill(). Do not destroy
189   SD cond wait variable between executions of the job. Use local
190   mutex for cond variable to avoid blocking jcr chain. Fix poor 
191   use of jcr use count in jobq.c for restarted jobs.
192 - Fix obsolete usage of foreach_dlist() to use foreach_jcr() in
193   lib/jcr.c -- prevents locking the jcr chaing.
194 - Apply patch from bug #564, which corrects listing volumes with
195   multiple autochangers. Apply same fix to next volume list.
196 - Fix bug #562 where restore bootstrap file is not unique.
197 - Use new routine lock_reservations() to lock the reservations
198   system, and call it while looking for a volume in askdir.c.
199   This could possibly fix bug #543.
200 - Stop SD command loop if job is canceled.
201
202 Release 1.38.6 beta3 4Mar06
203 04Mar06
204 - The po files should now be current.
205 - Fix new sql_use_result() code to properly release the
206   buffers in all cases.
207 - Convert to using new Python class definitons with (object).
208 - Use the keyword ujobid to mean the unique job id; job or jobname
209   to mean the Job name given on the Name directive, and jobid to
210   be the numeric (non-unique) job id.
211 - Allow listing by any of the above.
212 - Add the user friendly job report code for reporting job elapsed time
213   and rates with suffexes.
214 - Add Priority and JobLevel as Python settable items.
215 - Use TEMPORARY table creation where the table is created by
216   Bacula.
217 - Add new code submitted by Eric for waiting on specific jobid.
218 - Add ACL checking for the dot commands.
219 - Fix restore of writable FIFOs.
220 - Fix a bug in bpipe where the string was freed too early.
221
222 26Feb06
223 - Fix bug reported by Arno listing blocks with bls
224 - Update the po files at Eric's request.
225
226 Release 1.38.6-beta2 25Feb06
227 25Feb06
228 - Add sql_use_result() define.
229
230 Changes to 1.38.6-beta1
231 - Don't open default catalog if not in ACL.
232 - Add virtual disk autochanger code.
233 - Add user supplied bug fix to make two autochangers work
234   correctly using StorageId with InChanger checks.
235 - Correct new/old_jcr confusion in copy_storage().
236 - Remove & from Job during scan in msgchan.c -- probably
237   trashed the stack.
238 - When getting the next Volume if no Volume in Append mode   
239   exists and we are dealing with an Autochanger, search
240   for a Scratch Volume.  
241 - Check for missing value in dot commands -- bug fix.
242 - Fix bug in update barcodes command line scanning.
243 - Make sure Pool Max Vols is respected.
244 - Check that user supplied a value before referencing
245   it in restore -- pointed out by Karl Hakimian. 
246 - Add Karl Hakimian's table insert code.
247 - Don't ask user to select a specific Volume when
248   updating all volumes in a Pool.
249 - Remove reservation if set for read when removing dcr.
250 - Lock code that requests next appendable volume so that
251   two jobs to get the same Volume at the same time.
252 - Add new Device Type = xxx code. Values are file, tape,
253   dvd, and fifo.
254 - Preserve certain modes (ST_LABEL|ST_APPEND|ST_READ) across
255   a re-open to change read/write permission on a device.
256 - Correct a misplaced double quote in certain autochanger  
257   scripts.
258 - Make make_catalog_backup.in a bit more portable.
259 - Implement Karl Hakimian's sql_use_result(), which speeds
260   up restore tree building and reduces the memory load.
261 - Correct a number of minor bugs in getting a Volume from  
262   the Scratch Pool.
263 - Implement additional command line options for update Volume.
264 - Don't require user to enter a Volume name when updating
265   all Volumes in a pool.
266
267 Release 1.38.5 released 19Jan06:
268 - Apply label barcodes fix supplied by Rudolf Cejka.
269 - Modify standard rpm installation to set SD group to disk
270   so that SD will by default have access to tape drives.
271 - Allow users to specify user/group and start options
272   for each daemon in /etc/sysconf/bacula file.
273
274 Changes to 1.38.4 released 17Jan06:
275 - The main changes are to the Director and the Storage daemon,
276   thus there is no need to update your File daemons. Just the
277   same, I do recommend running with the release 1.38.3 Win32
278   FD or later.
279 - Add two new queries to query.sql provided by Arno. One
280   list volumes known to the Storage device, and the other
281   lists volumes possibly needing replacement (error, ...).
282 - Add periodic (every 24 hours) garbage collection of memory 
283   pool by releasing free buffers.
284 - Correct bug counting sized (for display only) in smartall.c
285 - Print FD mempool stats if debug > 0 rather than 5.
286 - Correct bug in alist.c that re-allocated the list if the
287   number of items goes to zero.
288 - Move the reservation system thread locking to the top level
289   so that one job at a time tries all possible drives before
290   waiting.
291 - Implement a reservation 'fail' message queue that is built         
292   and destroyed on each pass through the reservation system.
293   These messages are displayed in a 'Jobs waiting to reserve
294   a drive' list during a 'status storage='.  Note, multiple
295   messages will generally print for each JobId because they
296   represent the different problems with either the same drive
297   or different drives.  If this output proves too confusing
298   of voluminous, I will display it only when debug level 1
299   or greater is enabled in the SD.
300 - Add enable/disable job=<job-name>.  This command prevents
301   the specified job from being scheduled. Even when disabled,
302   the job can be manually started from the console.
303 - During 'update slots' clear all InChanger flags where the
304   StorageId is zero (old Media records).
305 - Fix autochanger code to strip leading spaces from returned
306   slots number. Remove bc from chio-changer.
307 - Back port a bit of 1.39 crypto code to reduce diffs.
308 - Fix first call to autochanger that missed close()ing the
309   drive. Put close() just before each run_program().  Fixes
310   Arno's changer bug.
311 - Add PoolId to Job record when updating it at job start time.
312 - Pull in more code from 1.39 so that there are fewer file
313   differences (the new ua_dotcmds.c, base64.h, crypto.h
314   hmac.c jcr.c (dird and lib) lib.h md5.h parse_conf.c
315   util.c. Aside from ua_dotcmds.c these are mostly crypto
316   upgrades.
317 - Implement new method of walking the jcr chain. The
318   incr/dec of the use_count is done within the walking
319   routines.  This should prevent a jcr from being freed
320   from under the walk routines.
321
322
323 Changes to 1.38.3 released 05Jan06:
324 - This is mainly a bug release fix. In addition, the multiple drive
325   reservation algorithm has been rewritten.
326 - In addition, the method of handling waiting for tapes to be
327   mounted and the mount messages has been modified.
328   (the above two items are a potential source of problems).
329 - Simplify code in askdir.c that waits for creating an appendable
330   volume so that it can handle multiple returns from the wait code.
331 - Modify the wait code to permit multiple returns.
332 - Return a zero when 'autochanger drives' is called and
333   it is not an autochanger.
334 - Make rewind_dev() a method taking a DCR as an argument.
335   This permits closing and reopening the drive if the
336   rewind fails as happens if the drive was loaded while the
337   file descriptor was open. This refreshes the file descriptor.
338 - Remove the ST_OPENED flag and always rely on fd < 0 for knowing
339   if the device is open or not.  This should eliminate
340   Arnos problem.
341 - Return error if reserve cannot find at least one suitable device.
342 - Make wait_for_sysop() return correct state information.
343 - Fix Win32 state file problem. write was not using compat
344   code. This should fix bug #500.
345 - Modify gui on command to set only GUI mode and not batch.
346 - Modify .messages command to always print messages regardless
347   of the mode.                
348 - If GUI mode is on, suppress automatic printing of 
349   You have messages. 
350 - Modify restore command in wx-console to set gui on and to use
351   only .messages instead of messages.  Hopefully this fixes bug
352   #514.
353 - Implement load balancing code with multiple drive autochangers.
354 - Rewrite reservation algorithm again. Rename variables to be
355   more logical, add HEARTBEAT with Director, allow cancel of
356   jobs stuck in reservation, add last resourt any_drive.
357 - Fix seg fault if user labels a drive directly bug #513
358 - Remove quotes around Version as it breaks things.
359 - Merge in Aleksandar Milivojevic's mods to the spec file.
360 - Apply sparse code fix for raw drives and fifos. Bug 506
361 - Thorsten fixed Unicode cd problem with wx-console bug 505.
362 - Correct reservation system to do a last ditch try
363   for any mounted volume, then anyone anywhere.
364 - Updates to ssh-tunnel from Joshua Kugler.
365 - Added a report.pl program from Jonas Bjorklund.            
366 - Simplify the O_NONBLOCK open() code for tape drives,
367   and always open nonblocking.
368 - Do not wait for open() if EIO returned (shouldn't happen).
369 - Eliminate 3 argument to tape open().
370 - Correct the slot # edited in the 3995 Bad autochanger unload
371   message.
372 - With -S on bscan (show progress) do not divide by zero.
373 - Make cancel pthread_cond_signal() pthread_cond_broadcast().
374 - When dcr is freed, also broadcast dev->wait_next_vol signal.
375 - Remove unused code in wait_for_device.  
376 - Make wait_for_device() always return after 60 seconds of wait.
377 - Use localhost if no network configured
378 - Eliminated duplicate MaxVolBytes in cat update -- bug 509.
379 - Update specs to include mysql4 define.
380 - Return rec->FileIndex in dcr->VolLastIndex for normal
381   and partial records in read_record().  This allows bscan
382   to get FileIndex at EOT correct.
383 - Fix butil.c to correctly set dcr -- fixes seg fault in bls.
384 - Apply patch supplied by user (slightly modified) to fix
385   correct detection of holes in block devices and FIFOs. 
386   Bug # 506.
387 - Apply patch supplied by user (slightly modified) 
388   to fix SD hang with multiple pools and bad client
389   IP. Fixes bug # 508.
390 - Add nagios plugin to the examples directory. Submitted by
391   Christian Masopust.
392 - Remove warning message about multiple saves of hardlinked files
393   from find_one.c as it can generate too many warning messages.
394 - Reset timeout values before select() per patch from 
395   Frank Sweetser for problems with non-blocking sockets.
396 - Unlink the state file if either reading or writing it gets
397   errors.  Hopefully this will fix Win32 exit problems.
398 - Get next volume from Scratch pool before creating a volume.
399 - Set new Pool defaults in Vol when moved from Scratch Pool.
400 - Remove argument from create_bacula_database for SQLite as it
401   caused an error.
402 - Fix reservation so that mutexes are properly applied.
403 - Rework reservation algorithm so that two drives can be used
404   at the same time.
405 - Apply days keyword patch from Alexander.Bergolth at wu-wien.ac.at 
406   If this patch is applied, the number of days can be specified with
407   'list nextvol days=xx'
408   or
409   'status dir days=xx'
410   My use case is to be able to preview the next scheduled job (and the 
411   next tape to be used) on fridays if there are no scheduled jobs during 
412   the weekend.
413 - Fix font code in gnome2 console user patch. Fixes bug #501.
414 - Fix malformatted bnet error message that caused seg fault
415   fixes bug 502
416 - Applied user patch to improve README.vc8 in src/win32.
417 - Ensure that StorageId is stored in Media record when ever possible.
418 - Remove old code from winservice.cpp
419 - Break on error in scan.
420 - Fix typo in signal.c
421 - Separate read/write DCR in SD.  Add jcr->read_dcr.
422 - Cleanup how find_device() works.
423 - Remove abs() in bfile.c so that it compiles on Solaris. Bug #491.
424
425 Changes to 1.38.2:
426 - Fix crash in tray-monitor when daemon disconnects. Bug #479.
427 - Fix bnet-server bug found on OpenBSD. Bug #486
428 - Fix cancel failure bug. Bug #481
429 - Fix failure when Pool name has spaces. Bug #487   
430 - Fix SD crash in autochanger code. Mutex failure. Bug #488
431 - Fix a couple of free()s in src/filed/acl.c
432 - Fix memory overrun in bfile.c in building OS X resource
433   fork filename. Bug #489 
434 - Add Pool name to SD status output.
435 - Add Python install dir for Solaris to configure. Bug #492
436
437 Changes to 1.38.1:
438 - Corrected ACL for Solaris (David Duchscher and Attila Fulop).
439 - Add bacula_mail_summary.sh to examples directory. It makes
440   a single email summary of any number of jobs. Submitted
441   by Adrew J. Millar.
442 - Unmount command now unloads autochanger.
443 - Fix hang in FD (Martin Simmons)
444 - Fix Win98 stat() problem in FD (Thorsten Engel)
445 - Fix update slots which did not clear missing tapes.
446 - Fix autostart install for FreeBSD (user reported)
447 - Fix several problems with PostgreSQL scripts (Eric Bollinger)
448 - Critical: allow restore of the first file of non-portable Win32 backup.
449 - Important: with muliple concurrent jobs the autochanger could get
450   confused because of a missing mutex.
451 - Fix accessing last slot in label and update slots.       
452 - Modify configure.in to add execute option to sqlite3 catalog  
453   scripts.
454 - Create update_xxx_table_8_to_9 scripts for updatedb
455 - Move the -lcrypt for PostgreSQL after the PostgreSQL libs in
456   autoconf/bacula-macros/db.m4 as suggested by user.  Fixes bug #457.
457 - Remove @STATIC_CONS@ from tray-monitor Makefile as suggested
458   by user. Fixes bug #456.
459 - AMD64 users see compiler bug warning below!!!!!!!!!
460
461 Major Changes in 1.38:
462 - Fixed out of order Volumes in restore.
463 - Improved algorithm for reserving drives in multiple drive
464   autochangers. Autochange users MUST use the new Autochanger
465   resource in the Storage daemon.
466 - There is a new database format that is not compatible
467   with previous databases. You must upgrade if converting
468   from 1.36.x. No changes from version 1.37.30.
469 - The Director, Storage daemon, and File daemons are
470   Deamons are not compatible with prior versions. 
471   All FDs must be upgraded at the same time.
472 - Support for ANSI/IBM labels.
473 - Faster database inserts due to combining the MD5/SHA1 into
474   the attributes record, eliminating one INSERT/file backed up.
475 - Python Event support has been added. See below for
476   configuration and details. The implementation is somewhat minimal,
477   so the functionality is not complete. The Python interface
478   has not been extensively tested, so please consider it BETA.
479 - DVD writing support, using parts, and some new directives in
480   the Device resource of the Storage configuration file thanks
481   to Nicolas Boichat. Please note that this code is still 
482   BETA and should be carefully tested before using in
483   production.
484 - Seven new options keywords in a FileSet resource:
485   ignorecase, fstype, hfsplussupport, wilddir, wildfile, regexdir,
486   and regexfile thanks to Pruben Guldberg). See below for details.
487 - Restore of all files for a Job or set of jobs even if the file
488   records have been removed from the catalog.
489 - Restore of a directory (non-recursive, i.e. only one level).
490 - Support for TLS (ssl) between all the daemon connections thanks
491   to Landon Fuller.                         
492 - Any Volume in the Pool named Scratch may be reassigned to any
493   other Pool when a new Volume is needed.
494 - You may clone a Job and thus write (almost) the same data
495   to multiple Volumes simultaneously (see below). Actually, 
496   any Job may start any other Job with this mechanism, so it
497   also be used to group jobs.
498 - Unicode filename support for Win32 (thanks to Thorsten Engel)
499 - Volume Shadow Copy support for Win32 thus the capability to
500   backup exclusively opened files (thanks to Thorsten Engel).
501   A VSS enabled Win32 FD is available.  You must explicitly
502   turn on VSS with 'Enable VSS = yes' in your FileSet resource.
503 - New manual format with an index (thanks to Karl Cunningham).
504 - New Web site format (thanks to Michael Scherer).
505 - SQLite3 support.
506 - Web-bacula, previously a separate project by Juan Luis Frances,
507   is now included in the Bacula GUI release. This is a management
508   level tool for reporting the state of Bacula jobs.
509 - The code is now Internationalized so that it can be localized
510   in native languages.  Thanks to Nicolas Boichat.
511
512 New Directives:
513 - New Job directive 'Prefer Mounted Volumes = yes|no' causes the
514   SD to select either an Autochanger or a drive with a valid 
515   Volume already mounted in preference. If none is available,
516   it will select the first available drive.
517 - New Run directive in Job resource of DIR. It permits
518   cloning of jobs.  To clone a copy of the current job, use
519      Run = 'job-name level=%l since=\'%s\''
520   Note, job-name is normally the same name as the job that
521   is running but there is no restriction on what you put. If you
522   want to start the job by hand and use job overrides such as       
523   storage=xxx, realize that the job will be started with the
524   default storage values not the overrides.  The level=%l guarantees
525   that the chosen level of the job is the same, and the since=... 
526   ensures that the job uses *exactly* the same time/date for incremental
527   and differential jobs. The since=... is ignored when level=Full.
528   A cloned job will not start additional clones, so it is not possible
529   to recurse.
530 - New Options keywords in a FileSet directive (backported to 1.36.3):
531   - WildDir xxx
532     Will do a wild card match against directories (files will not
533     be matched).
534   - WildFile xxx
535     Will do a wild card match against files (directories will not
536     be matched).
537   - RegexDir xxx
538     Will do a regular expression match against directories (files
539     will not be matched).
540   - RegexFile xxx
541     Will do a regular expression match against files( directories
542     will not be matched).
543   - IgnoreCase = yes | no
544     Will ignore case in wild card and regular expression matches.
545     This is handy for Windows where filename case is not significant.
546   - FsType = string
547     where string is a filesystem type: ext2, jfs, ntfs, proc,
548     reiserfs, xfs, usbdevfs, sysfs, smbfs, iso9660.  For ext3
549     systems, use ext2.  You may have multiple fstype directives
550     and thus permit multiple filesystem types.  If the type
551     specified on the fstype directive does not match the
552     filesystem for a particular directive, that directory will
553     not be backed up.  This directive can be used to prevent
554     backing up non-local filesystems.
555   - HFS Plus Support = yes | no 
556     If set, Mac OS X resource forks will be saved and restored.
557 - Label Type = ANSI | IBM | Bacula   
558   Implemented in Director Pool resource and in SD Device resource.
559   If it is specified in the SD Device resource, it will take
560   precedence over the value passed from the Director to the SD.
561 - Check Labels = yes | no
562   Implemented in the SD Device resource. If you intend to read
563   ANSI or IBM labels, this *must* be set. Even if the volume
564   is not ANSI labeled, you can set this to yes, and Bacula will
565   check the label type.
566 - Scripts Directory = <directory> name.  Defines the directory from 
567   which Bacula scripts will be called for events. In fact, Bacula
568   appends this name to the standard Python list of search directories,
569   so the script could also be in any of the Python system directories.
570 - In FileSet, you can exclude backing up of hardlinks (if you have
571   a lot, it can be very expensive), by using:
572     HardLinks = no
573   in the Options section. Patch supplied by David R Bosso. Thanks.
574 - MaximumPartSize = bytes (SD, Device resource)
575   Defines the maximum part size.
576 - Requires Mount = Yes/No (SD, Device resource)
577   Defines if the device require to be mounted to be read, and if it
578   must be written in a special way. If it set, the following directives 
579   must be defined in the same Device resource:
580   + Mount Point = directory
581     Directory where the device must be mounted. 
582   + Mount Command = name-string
583     Command that must be executed to mount the device. Before the command
584     is executed, %a is replaced with the Archive Device, and %m with the 
585     Mount Point.
586   + Unmount Command = name-string
587     Command that must be executed to unmount the device. Before the 
588     command is executed, %a is replaced with the Archive Device, and 
589     %m with the Mount Point.
590   + Write Part Command = name-string
591     Command that must be executed to write a part to the device. Before
592     the command is executed, %a is replaced with the Archive Device, %m 
593     with the Mount Point, %n with the current part number (0-based), 
594     and %v with the current part filename.
595   + Free Space Command = name-string
596     Command that must be executed to check how much free space is left 
597     on the device. Before the command is executed, %a is replaced with 
598     the Archive Device, %m with the Mount Point, %n with the current part
599     number (0-based), and %v with the current part filename.
600 - Write Part After Job = Yes/No (DIR, Job Resource, and Schedule Resource)
601   If this directive is set to yes (default no), a new part file will be
602   created after the job is finished.
603 - A pile of new Directives to support TLS. Please see the TLS chapter
604   of the manual.
605
606 New Commands:
607 - 'python restart' restarts the Python interpreter. Rather brutal, make
608    sure no Python scripts are running. This permits you to change
609    a Python script and get Bacula to use the new script.
610
611 New configure options:
612 - --with-libintl-prefix for defining alternate locations for
613   the NLS internationalization libraries. Not normally required.
614 - --datadir  for defining where the language files will be installed
615   required only if you do not want the default /usr/share.
616
617 Items to note!!!
618 - The Storage daemon now keeps track of what tapes it is using
619   (was not the case in 1.36.x). This means that you must be much
620   more careful when removing tapes and putting up a new one. In
621   general, you should always do a 'unmount' prior to removing a
622   tape, and a 'mount' after putting a new one into the drive.
623 - If you use an Autochanger, you MUST update your SD conf file
624   to use the new Autochanger resource.  Otherwise, certain commands
625   such as 'update slots' may not work.
626 - You must add --with-python=[DIR] to the configure command line
627   if you want Python support.  Python 2.2, 2.3 and 2.4 should be 
628   automatically detected if in the standard place.
629 - When linking with --with-python, there are a few warnings that
630   can be ignored.
631 - You must either create a new catalog database or upgrade your
632   old database. After installation, run from your scripts
633   directory:
634
635        ./upgrade_bacula_tables
636
637   You can also find this script in the <bacula-source>/src/cats
638   directory.
639 - The Director, Storage daemon, and File daemons are
640   Deamons are not compatible with  prior versions. 
641   All FDs must be upgraded at the same time.
642 - You must add --with-openssl to the configure command line if
643   you want TLS communications encryption support.
644 - Disk seeking during restores does not yet work correctly in
645   all cases, so it is turned off.
646 - Note, with gcc (GCC) 4.0.1 20050727 (Red Hat 4.0.1-5) on an
647   AMD64 CPU running 64 bit CentOS4, there is a compiler bug that
648   generates bad code that causes Bacula to segment fault.
649   Typically you will see this in the Storage daemon first.  The
650   solution is to compile Bacula ensuring that no optimization is
651   turned on (normally it is -O2).
652   This same compiler bug has been reported and confirmed with
653   gcc (GCC) 4.0.2 20050901 (prerelease) (SUSE Linux) running on
654   an AMD64 CPU.  This for the moment, I would recommend that all
655   users of GCC 4.0.1 or greater turn off all optimization when
656   compiling.
657
658
659 Other Items Fixed:
660 - Security fixes for temp files created in mtx-changer, during
661   ./configure, and during making of Rescue disk.
662 - A new script, dvd-handler, in the scripts directory,
663   which is designed to be used as parameters to Write Part Command and
664   Free Space Command. They need the dvd+rw-tools to be installed
665   (http://fy.chalmers.se/~appro/linux/DVD+RW/) AND, the growisofs
666   program must be patched using the 
667   <bacula-source>/patches/dvd+rw-tools-5.21.4.10.8.bacula.patch
668   You must have Python installed to run the scripts.
669 - Part files support: File volumes can now be split into multiple
670   files, called 'parts'.
671 - For the details of the Python scripting support, please see the new
672   Python Scripting chapter in the manual.
673 - The default user/group for the Director and Storage daemon installed
674   by rpms is bacula/bacula, thus you may need to add additional permissions
675   to your database, or modify the permissions of the tape drive.  If
676   all else fails, change to using user=root.  However, it is more secure
677   to use user=bacula.