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