]> git.sur5r.net Git - bacula/bacula/blob - bacula/kes-1.39
- Start implementing Christopher's St.Bernard code.
[bacula/bacula] / bacula / kes-1.39
1               Technical notes on version 1.39  
2                         Kern Sibbald
3
4 General:
5 28Apr06
6 - Start implementing Christopher's St.Bernard code.
7 - Add Christopher's mods for opening files.
8 - Strip \r \n from Win32 error messages (Christopher)
9 - Add more info about Win32 system if unknown (Christopher)
10 - Use bstrn(cpy, cat) routines to avoid overrun in compat.cpp
11 - Fix a number of incorrect strings marked for translation, when
12   they should not be (e.g. commands).
13 - Fix StartTime bug reported for ClientRunBeforeJob and RunBeforeJob
14   Patches supplied by user in bugs #608 and #599.
15 - Use most recent of st_ctime and st_mtime in restore tree DIR
16   listing. This fixes some problems with Win32 printing incorrect
17   values.
18 - Correct the clock shift comm time calculation between the DIR
19   and the FD. It was added rather than subtracted.
20 - Strip all backslashes in filenames to be restored on Win32
21   machines -- the names should all be in Unix format, and if
22   there are any backslashes it is most likely due to an improper
23   FileSet definition, and the files will not otherwise be 
24   restorable.
25 - Remove lib/regex.c (replaced by bregex.c).
26 - Delete src/win32/License.txt
27 - Modify installer to install LICENSE
28 26Apr06
29 - Fix bug in build-win32-cross-tools script reported by Howard
30 - Implement cross compiled bconsole
31 25Apr06
32 - Fix barcode test, eliminate BOOL (doesn't exist on Linux).
33 - Write first cut of README.mingw32
34 - Add back ua_label barcode fix from Rufolf Cejka.
35 - Integrate the majority of the Mingw cross-tools submission
36   made by Howard Thomson. Everything compiles, with zlib, openssl,
37   and VSS turned off. Linking needs a pthreads library ...
38 23Apr06
39 - Add 'Dir Status' button to the gnome console.
40 - More work on migration.
41 - Restore non-compatible base64 coding to permit compatibility.
42 - Display heap stats in Storage daemon without debug level.
43 22Apr06
44 - Integrate most of the MinGW changes -- more to do.
45 21Apr06
46 - Implement using pg_config for finding PostgreSQL files.
47   Fixes bug #600. Patch supplied by user.
48 - Remove -t option from mktemp in mtx_changer.in and use
49   working directory. Fixes bug #578.
50 - Update job start time after the any run before job so that
51   files created by the script are only backed up once. Fixes
52   bug #599.
53 - Strip trailing newline only from filenames entered in
54   the restore command when reading a file. This permits
55   the user to enter filenames with trailing spaces. Fixes
56   bug #549. The user supplied a patch that I modified slightly.
57 - Use the most recent time (st_mtime, st_ctime) in the dir
58   command in restore. This gives the user a better idea of what
59   the newest file really is. This fixes bug #574. The fix
60   was suggested by the user.
61 - Implement a compatible version of base64. This permits external
62   programs to duplicate Bacula's base64 algorithm using standard
63   routines. This fixes bugs #296, and 565. Patch submitted by   
64   author of bug #565.  
65   ================= Note ========================
66   Previous Signatures stored in the database are no longer
67   compatible with this. The main downside is for Verify jobs,
68   and doing an InitCatalog run will fix the problem. Also, the
69   authentication between the deamons is changed, so all daemons
70   must be simultaneously upgraded.
71   ==============================================
72   If you don't like this fix, set:
73     const bool compatible = true;
74   to
75     const bool compatible = false;
76   in src/lib/base64.c
77 20Apr06
78 - Ensure that DB signature is never NULL.
79 - Ensure that DB table names are not translated.
80 - Fix scheduler to handle time skew (eg daylight savings).
81 - Fix scheduler to use lock_jobs() to avoid most problems
82   with reload. Window is now milliseconds.
83 19Apr06
84 - Apply patch from Christopher Hull
85   - Allow multiple connections to database with different
86     parameters.
87   - Invalidate the scheduler when doing a reload. Fixes seg
88     fault, but still 60 second window.
89   - Additional info in Reschedule message.
90   - Use set_jcr_job_status() everywhere to prevent loss of
91     cancel, error.
92   - Display peer IP in FD if error from connecting DIR.
93   - Don't increment file count for DIRBEGIN.
94   - Replace illegal characters in Win32 filename by _.
95   - Add SE_CREATE_PERMANENT_NAME privilege in Win32.
96   - Hash hard link filenames rather than linked list.
97   - Fix for security failure in chdir on Win32.
98   - Add CreateDirectoryA/W win32 API entry points.
99 - Add /silent option to Win32 FD for Install/Remove service.
100 - Always print Heap statistics in FD.
101 18Apr06
102 - Remove the -f option from the chown in Makefile.in for more
103   portability.
104 - Change setting the group in Makefile.in to use chgrp for
105   more portability.
106 - Implement a write_store and read_store to replace
107   dirstore in reserve.c
108 - Implement a Bacula read/write lock for Python rather
109   than using the Python lock to avoid recursive problems.
110 - Correct the uninstall directory names in filed/Makefile.in
111   as reported by a user.
112 17Apr06
113 - Correct some problems with database creation (new tables).
114 - Replace a bunch of old 0x%x by %p.
115 - Get first cut of Migration with Job selection working.
116 16Apr06
117 - Change store_bit() to store_bool() for the Spooling in 
118   dird_conf.c -- bug reported by Robert Nelson.
119 15Apr06
120 - Correct Makefile bug found by Dan Langille.
121 14Apr06
122 - Correct Makefile for Solaris /bin/sh
123 - Correct mtx-changer.in for Solaris /bin/sh
124 - Abort if a conf resource does not have a Name =
125 12Apr06
126 - Change the name of the regex program to bregex.
127 - Add the bwild program to the tools directory. It is similar
128   to the bregex program.
129 - Implement create bregex.h and bregex.c in src/lib from the
130   Python regexp program.  
131 - Use the new bregex.c to implement Regex expressions on Win32.
132 11Apr06
133 - More work on migration.
134 - Implement wild program in tools directory for testing
135   wild-cards. Almost identical to the regex program.
136 - Up port VSS single thread locking code.
137 - Replace N_(..) by NT_(...) to inhibit translation of
138   commands.
139 - Modify Makefile to change the permissions on Working Directory
140   to 770 if the directory is created.
141 - Do not fail the Makefile if changing the permissions or 
142   owner/group on WorkingDir fails.
143 - Remove early selection of Scratch Volumes in the recycling
144   algorithm.
145 - Correct the old recycling algorithm so that Scratch Volumes
146   are selected when looking for a Volume in the changer.
147 - Correct a typo in the Verify SQL reported by Joe Park.
148 10Apr06
149 - Remove automatic case folding on Windows FDs. You must
150   explictly use the 'Ignore Case = yes' option.
151 - Remove the code added to 1.38.6 and 1.38.7 that pulls a
152   scratch volume in an Autochanger early in the 'recycling'
153   algorithm.  
154 09Apr06
155 - Make weof() and clrerror() methods of class DEVICE.
156 08Apr06
157 - Tweak license to include Microsoft restrictions.
158 - Move mysql.reconnect to after real_connect().  Thanks to
159   Frank Sweetser for the patch.
160 - Disallow a backslash in a File = directive (Windows junk)
161   unless the string is quoted.                     
162 - Apply Eric's patch to ua_label.c so that daemon protocol
163   is not translated.
164 - Add NT_ definition for strings that should not be translated.
165 - Apply NT_() to ua_label.c
166
167 - Remove timed wait for VSS on Win2K3 as it is not yet
168   implemented.
169 - Correct bacula.in script to reference bacula-ctl-xx in the
170   sysconfig directory rather than the bin directory.
171 26Mar06
172 - Fix a long standing bug in the bacula start/stop scripts.
173 - Attempt to add the new bacula-ctl-* files to the rpm.
174 - Switch to using typeof() for list traversing to avoid
175   as many FC5 g++ compiler warnings as possible.
176 25Mar06
177 - Split the bacula start/start script into four files:
178    bacula         -- starts and stops calling other scripts
179    bacula-ctl-dir -- starts/stops the director
180    bacula-ctl-fd  -- starts/stops the File daemon
181    bacula-ctl-sd  -- starts/stops the Storage daemon
182 24Mar06
183 - Create datestyle fix for PostgreSQL. Fixes bug #574.
184 - Correct editing of JobId from int to int64 in fd_cmds.c
185 - Eliminate FileSet name race with bash_spaces() and multiple
186   threads by bashing in a local.
187 - Fix error return from 'use storage' to print a correct error
188   message rather than nothing.
189 - Correct false re-read last block error message when two jobs 
190   are simultaneously writing at the end of a tape.
191 - Simplify exit conditions in the reserve.c code to avoid  
192   possible non-release of reservation_lock().
193 - Suffle lock order in reserve to avoid deadlock between
194   reservation lock and device mutex.
195 21Mar06
196 - Initialize jcr mutex before first use. Thanks to Thorsten for
197   tracking this down for me !!!! as it broke the Win32 build.
198 20Mar06
199 - Integrate addition of line count limitation to bsmtp -l from
200   Sebastian Stark <stark at tuebingen.mpg.de>
201 17Mar06
202 - Implement regex test program in tools directory.
203 - Attempt to fix time problem with bsmtp with foreign langs.
204 - Add strip_trailing_newline() submitted by user.
205 - Implement regex matching in migrate.c
206 16Mar06
207 - Fix bug #537 to allow arbitrary time to mount a volume for
208   restore, if polling is turned on.     
209 - If dir_user or dir-group is specified in ./configure apply it to
210   the working-dir. Fixes bug #533.
211 - If rescheduling a job cancel the previous incarnation with the SD.
212   Fixes bugs #566 and 557.
213 - Fix bug #567 do_message() definition type conflict.
214
215 14Mar06
216 - Add more jcr methods and make mutex and use_count private.
217 - Create lock/unlock methods for jcr.
218 - Fix PostgreSQL bug doing sql_data_seeek() by explicitly reading
219   records to get to seek position.
220 - Integrate patch from bug #561 to correct conio.c signal definitions.
221 - Fix Rescheduling failed Jobs. Ensure that SD message thread 
222   terminates correctly by doing pthread_kill(). Do not destroy
223   SD cond wait variable between executions of the job. Use local
224   mutex for cond variable to avoid blocking jcr chain. Fix poor 
225   use of jcr use count in jobq.c for restarted jobs.
226 - Fix obsolete usage of foreach_dlist() to use foreach_jcr() in
227   lib/jcr.c -- prevents locking the jcr chaing.
228 - Apply patch from bug #564, which corrects listing volumes with
229   multiple autochangers. Apply same fix to next volume list.
230 - Fix bug #562 where restore bootstrap file is not unique.
231 - More details in implementing David's migration syntax proposal.
232 - Save and restore dcr when swapping drives so that if we have
233   a write dcr it is not lost.
234 - Use new routine lock_reservations() to lock the reservations
235   system, and call it while looking for a volume in askdir.c.
236   This could possibly fix bug #543.
237 - Stop SD command loop if job is canceled.
238
239 08Mar06
240 - Remove old code from findlib/create_file.c
241 - Rename mac.c migrate.c
242 - Add user friendly display of VolBytes in job report.
243 - Rename target... to previous... to make it a bit easier to
244   understand.
245 - Add selection type and selection pattern to Migration (idea
246   given by David Boyes). 
247
248 04Mar06
249 - The po files should now be current.
250 - Fix new sql_use_result() code to properly release the
251   buffers in all cases.
252 - Use the keyword ujobid to mean the unique job id; job or jobname
253   to mean the Job name given on the Name directive, and jobid to
254   be the numeric (non-unique) job id.
255 - Allow listing by any of the above.
256 - Add the user friendly job report code for reporting job elapsed time
257   and rates with suffexes from John Kodis <kodis at comcast.net>.
258 - Add Priority and JobLevel as Python settable items.
259 - Use TEMPORARY table creation where the table is created by
260   Bacula.
261 - Add new code submitted by Eric for waiting on specific jobid.
262 - Add ACL checking for the dot commands.
263 - Fix restore of writable FIFOs.
264 - Fix a bug in bpipe where the string was freed too early.
265 27Feb06
266 - Modify the Python class examples to inherit object -- new way
267   of defining classes. Patch from Felix Schwarz.
268 - Implement jobuid to replace old usage of job in keywords as
269   suggested by Eric Bollengier.
270 - Apply patch for enhancing wait from Eric Bollengier. On can now:
271    wait  (wait for all jobs to stop)
272    wait jobid=nn
273    wait jobuid=unique id
274    wait job=job-name
275 - Implement write variables for Python to set Priority (anytime), and
276   Job Level, only during JobInit event.
277 26Feb06
278 - Fix the block listing bug pointed out by Arno.
279 - Update the po files at Eric's request.
280 24Feb06
281 - Fix Maximum Changer Wait, Maximum Open Wait, Maximum Rewind Wait to 
282   accept time qualifiers.
283 - Make catalog respect ACL.
284 - Add recycle count to Media record.
285
286 Changes to 1.39.6-beta1 24Feb04
287 23Feb06
288 - Add Rudolf Cejka's new rc-chio-changer.
289 - Implement pulling Volume from Scratch Pool if the
290   Volume is in the autochanger.
291 - Implement additional command arguments for update Volume.
292
293 Changes to 1.39.5 
294 22Feb06
295 - Back port changes to 1.38.5
296 - Fix recycle SQL for StorageId.
297 - Fix misplaced quote in mtx-changer script.
298 20Feb06
299 - Note. Your database must be updated, or you must create 
300   a new database. I have not yet incremented the database level.
301 - Add Location table. 
302 - Add LocationId, DeviceId, and MediaTypeId to Media record.
303 18Feb06
304 - Implement create/get mac record in database for adding extended
305   Migration data to the job record.
306 - Add new MAC table to update/make database scripts.
307 - Return Storage name used when getting VolumeNames for a job.
308 - Change bsr file keyword Storage to Device, which is more accurate.
309 - Ensure that Mac records are pruned/purged.
310 - Tweak SD tools to deal with changing media type.
311 - Integrate more dev.c subroutines as methods (e.g. strerror, bsr, ...)
312 - Pass pointer to dcr pointer to acquire_device_for_read() so
313   that the subroutine can switch devices, and hence dcrs.
314 - Modify the multiple MediaType read code to re-use the same
315   dcr when switching devices. This makes the code much more
316   robust.
317 - Integrate patch from Karl Hakimian that reads JobIds, FileIndexes
318   from a table for restore.
319 - Add Storage name to VolParams, but it really should be Device.
320 14Feb06
321 - Add disk-changer to scripts directory + configure/Makefile
322 - Eliminate PoolId from jcr -- it is in jcr->jr.PoolId
323 - Implement store_bit scanner to replace store_yesno.  Mostly done.
324 - Implement new store_bool that stores in a bool. 
325 - Add true/false to yes/no conf directives.
326 - Make first cut at changing appropriate store_yesno to store_bool.
327 - Complete implementation of Pool storage devices.
328 - Move starting clones to job.c
329 - Move create_restore_bootstrap_file() to job.c
330 - Make copy_storage() more general to be able to handle
331   Pool storage.
332 - Cleanup a lot of migration code for manual running, including
333   using Pool storage.
334 - Move getting a scratch Volume into a subroutine.
335 - Make all places a Volume that is added to a pool to 
336   respect max vols.
337 - Fix bug in autochanger recycle code (improper edit 64 bit).
338 - Fix segfault in restore command when no value specified.
339 - Start adding code to handle multiple MediaTypes in restore.
340 - Eliminate race condition in getting Volume name for
341   two drive autochanger.
342 - More debug code in autochanger.
343 - Add storage keyword to bootstrap file, add parsing.
344 - Move slot in bsr file into Volume record as there will be
345   a different slot for each Volume.
346 - Create reserve.h
347 07Feb06
348 - Implement Pool storage overrides.
349 06Feb06
350 - Implement first cut of Migration.
351 - Implement mysql_use_result() from patch by Karl Hakimian.
352   This reduces significantly the memory consumption during
353   the restore tree building, and hence runs faster too.
354 - Implement StorageId patch supplied by user (reggie) in bug
355   #536.  This should permit Bacula to work correctly with two
356   autochangers.
357 - Implement Job listing variations suggested by a user.
358 - Move updating bootstrap code in backup.c to subroutine
359   update_bootstrap_file().
360 - Add new job status elapsed time and bytes written user
361   friendly job report output patch sent by John Kodis
362   <kodis at comcast.ne>.
363 - Implement a storage list in Pools.
364 - Separate out setup_job() code from run_job().
365 - Get migration working -- lots of changes in mac.c in both
366   DIR and SD.
367 - Apply patch from user (Eric Bollinger I think) that fixes a  
368   DIR crash when no arguments are supplied to a dot command.
369 - Fix typo (strcpy->strcmp) in ua_prune.c as reported by Martin.
370 - Fix command arg name->volume in label command of gnome-console.
371 - Fix SD acquire.c to release correct DCR by explicitly testing
372   on the dcr address rather than trying to devine if it is a read
373   or write dcr.  This failed in error conditions when the device was
374   not fully setup.
375  
376 30Jan06
377 - Apply user supplied patch for more readable rate output
378   in job report.
379 - Continue implementing migration.
380 - Implement support for removable filesystems in SD.
381 - Ensure that btraceback scripts can be read by anyone.
382 - Replace dvd-freespace and dvd-writepart by dvd-handler.
383 - Correct bug where canceling restore before the FD contacts
384   the SD causes the drive to be left in read mode.
385 - Move ofline_or_rewind into DEVICE::close().
386 - Eliminate close_device.
387 - Convert several dev subroutines to methods (e.g. bsf,
388   eod, ...)
389 - Eliminate force_close_device().
390 - Implement Device Type directive in Device resource that
391   can have values File, Tape, Fifo, DVD, or Prog.
392 - Add has_cap() method to Device.
393 Changes to 1.39.4
394 17Jan06
395 - Add patch from bug #527 to allow RedHat user to specify
396   options/user/group for starting each daemon in      
397   /etc/sysconf/bacula.
398 16Jan06
399 - Add two new queries to query.sql provided by Arno. One
400   list volumes known to the Storage device, and the other
401   lists volumes possibly needing replacement (error, ...).
402 15Jan06
403 - Add periodic (every 24 hours) garbage collection of memory 
404   pool by releasing free buffers.
405 14Jan06
406 - Correct bug counting sized (for display only) in smartall.c
407 - Print FD mempool stats if debug > 0 rather than 5.
408 12Jan06
409 - Make db_lock() mutex error fail the job rather than abort
410   Bacula.  Canceling the job caused the mutex to fail.
411 - Correct bug in alist.c that re-allocated the list if the
412   number of items goes to zero.
413 - Move the reservation system thread locking to the top level
414   so that one job at a time tries all possible drives before
415   waiting.
416 - Implement a reservation 'fail' message queue that is built         
417   and destroyed on each pass through the reservation system.
418   These messages are displayed in a 'Jobs waiting to reserve
419   a drive' list during a 'status storage='.  Note, multiple
420   messages will generally print for each JobId because they
421   represent the different problems with either the same drive
422   or different drives.  If this output proves too confusing
423   of voluminous, I will display it only when debug level 1
424   or greater is enabled in the SD.
425 11Jan06
426 - Add enable/disable job=<job-name>.  This command prevents
427   the specified job from being scheduled. Even when disabled,
428   the job can be manually started from the console.
429 - During 'update slots' clear all InChanger flags where the
430   StorageId is zero (old Media records).
431
432 Beta release 1.38.4:
433 09Jan06
434 - Fix autochanger code to strip leading spaces from returned
435   slots number. Remove bc from chio-changer.
436 - Back port a bit of 1.39 crypto code to reduce diffs.
437 - Fix first call to autochanger that missed close()ing the
438   drive. Put close() just before each run_program().  Fixes
439   Arno's changer bug.
440 07Jan06
441 - Add PoolId to Job record when updating it at job start time.
442 06Jan06
443 - Pull in more code from 1.39 so that there are fewer file
444   differences (the new ua_dotcmds.c, base64.h, crypto.h
445   hmac.c jcr.c (dird and lib) lib.h md5.h parse_conf.c 
446   util.c. Aside from ua_dotcmds.c these are mostly crypto
447   upgrades.
448 - Implement new method of walking the jcr chain. The
449   incr/dec of the use_count is done within the walking
450   routines.  This should prevent a jcr from being freed
451   from under the walk routines.
452
453
454 Changes to 1.39.3:
455 04Jan06
456 - Start implementing Verify list output.
457 - Move the suitable_drive flag to a better place to prevent
458   premature termination of the reservation if all drives
459   are busy -- should fix Arno's diff/inc pool failures.
460 26Dec05
461 - Add mutex to single thread VSS code in Win32.
462 22Dec05
463 - Simplify code in askdir.c that waits for creating an appendable
464   volume so that it can handle multiple returns from the wait
465   code.
466 - Modify the wait code to permit multiple returns.
467 - Return a zero when "autochanger drives" is called and
468   it is not an autochanger.
469 - Make rewind_dev() a method taking a DCR as an argument.
470   This permits closing and reopening the drive if the
471   rewind fails as happens if the drive was loaded while the
472   file descriptor was open. This refreshes the file descriptor.
473 - Remove the ST_OPENED flag and always rely on fd < 0 for knowing
474   if the device is open or not.  This should eliminate
475   Arnos problem.
476 - Return error if reserve cannot find at least one suitable device.
477 - Make wait_for_sysop() return correct state information.
478 - Fix Win32 state file problem. write was not using compat
479   code. This should fix bug #500.
480 21Dec05
481 - Modify gui on command to set only GUI mode and not batch.
482 - Modify .messages command to always print messages regardless
483   of the mode.
484 - If GUI mode is on, suppress automatic printing of 
485   You have messages. 
486 - Delete old bnet packet code.
487 - Ignore new BNET_START_SELECT and BNET_END_SELECT signals in
488   wx-console.
489 - Modify restore command in wx-console to set gui on and to use
490   only .messages instead of messages.  Hopefully this fixes bug
491   #514.
492 - Fix seg fault in exit of acquire when canceling a job --
493   reported by Wolfgang Denk
494 - Pull in latest reservation system changes from 1.38
495 - Make .messages command always print messages regardless
496   of the automessages flag.
497 17Dec05
498 - Fix seg fault if user labels a drive directory bug #513
499 - Remove quotes around Version as it breaks things.
500 16Dec05
501 - Merge in Aleksandar Milivojevic's mods to the spec file.
502 - Apply sparse code fix for raw drives and fifos. Bug 506
503 - Thorsten fixed Unicode cd problem with wx-console bug 505.
504 14Dec05
505 - Correct reservation system to do a last ditch try
506   for any mounted volume, then anyone anywhere.
507 - Add quotes around table Version because of
508   error in MySQL 4.1.15 -- bug report submitted.
509 - Correct some minor problems with btape in the fill
510   command.
511 - Updates to ssh-tunnel from Joshua Kugler.
512 - Added a report.pl program from Jonas Bjorklund.            
513 - Simplify the O_NONBLOCK open() code for tape drives,
514   and always open nonblocking.
515 - Do not wait for open() if EIO returned (shouldn't happen).
516 - Eliminate 3 argument to tape open().
517 - Correct the slot # edited in the 3995 Bad autochanger unload
518   message.
519 - With -S on bscan (show progress) do not divide by zero.
520 13Dec05
521 - Make cancel pthread_cond_signal() pthread_cond_broadcast().
522 - When dcr is freed, also broadcast dev->wait_next_vol signal.
523 - Remove unused code in wait_for_device.  
524 - Make wait_for_device() always return after 60 seconds of wait.
525
526 Changes to 1.39.2:
527 13Dec05
528 - Add stubs for non-crypto build.
529 12Dec05
530 - Use localhost if no network configured
531 11Dec05
532 - Eliminated duplicate MaxVolBytes in cat update -- bug 509.
533 - Remove debug print.
534 - Add bail_out in error during state file reading.
535 10Dec05
536 - Merge changes made to 1.38.3 into HEAD
537 - Add stubs for pygtk-console code
538 - Create Makefile.in for pygtk-console code
539 09Dec05
540 - Merge updates into 1.38 branch
541 - Update specs to include mysql4 define.
542 - Fix when attributes are sent, must be after binit().
543 - Stop read_record() if status not ok in second loop.
544 - Return rec->FileIndex in dcr->VolLastIndex for normal
545   and partial records in read_record().  This allows bscan
546   to get FileIndex at EOT correct.
547 - Fix butil.c to correctly set dcr -- fixes seg fault in bls.
548 08Dec05
549 - Fix Win32 built to work with new crypto code.
550 - Apply patch supplied by user (slightly modified) to fix
551   correct detection of holes in block devices and FIFOs. 
552   Bug # 506.
553 - Apply patch supplied by user (slightly modified) 
554   to fix SD hang with multiple pools and bad client
555   IP. Fixes bug # 508.
556 07Dec05
557 - Add nagios plugin to the examples directory. Submitted by
558   Christian Masopust.
559 - Remove warning message about multiple saves of hardlinked files
560   from find_one.c as it can generate too many warning messages.
561 - Modify most restore error messages to be queued so that they
562   appear at the end of the job rather than mixted with the restore
563   listing where they could be "lost".
564 06Dec05
565 - Reset timeout values before select() per patch from 
566   Frank Sweetser for problems with non-blocking sockets.
567 - Unlink the state file if either reading or writing it gets
568   errors.  Hopefully this will fix Win32 exit problems.
569 - Add sanity check in append.c to ensure that dcr is not NULL.
570   This can happen if multiple drive autochanger SCSI control
571   channel and drive indicies do not correspond.
572 05Dec05
573 - Get next volume from Scratch pool before creating a volume.
574 - Set new Pool defaults in Vol when moved from Scratch Pool.
575 - Remove argument from create_bacula_database for SQLite as it
576   caused an error.
577 - Add back index code so that two drive autochangers can get
578   a second tape.
579 - Change a bunch of debug levels to aid debugging autochangers.
580 - Fix reservation so that mutexes are properly applied.
581 - Rework reservation algorithm so that two drives can be used
582   at the same time.
583 04Dec05
584 - Landon merged his data encription changes into the HEAD
585 - Apply days keyword patch from Alexander.Bergolth at wu-wien.ac.at 
586   If this patch is applied, the number of days can be specified with
587   "list nextvol days=xx"
588   or
589   "status dir days=xx"
590   My use case is to be able to preview the next scheduled job (and the 
591   next tape to be used) on fridays if there are no scheduled jobs during 
592   the weekend.
593 Changes to 1.39.1:
594 03Dec05
595 - Fix font code in gnome2 console user patch. Fixes bug #501.
596 - Fix malformatted bnet error message that caused seg fault
597   fixes bug 502
598 - Applied user patch to improve README.vc8 in src/win32.
599 29Nov05
600 - Add Migrate, Copy, Archive Job types (some where there)
601 - Correct some more editing of JobId's (for 64 bit compatibility).
602 - Ensure that StorageId is stored in Media record when ever possible.
603 - Add Migration Job to Job.
604 - Add Migration Time, Migration High Bytes, Migration Low Bytes
605   Next Pool to Pool resource.
606 - Add more code to mac.c (migration archive copy).
607 - Change Start Storage daemon job to require read and write storage
608   pointers.
609 - Pass read storage data to SD as well as write storage data.
610 - Remove old code from winservice.cpp
611 - Break on error in scan.
612 - Fix typo in signal.c
613 - Separate read/write DCR in SD.  Add jcr->read_dcr.
614 - Cleanup how find_device() works.
615 - Add read output to Status in SD.
616 Changes to 1.39.0:
617 23Nov05
618 - Add red-black btree routines
619 21Nov05
620 - Remove abs() in bfile.c so that it compiles on Solaris. 
621   Bug #491.
622 20Nov05
623 - Fix crash in tray-monitor when daemon disconnects. Bug #479.
624 - Fix bnet-server bug found on OpenBSD. Bug #486
625 - Fix cancel failure bug. Bug #481
626 - Fix failure when Pool name has spaces. Bug #487   
627 - Fix SD crash in autochanger code. Mutex failure. Bug #488
628 - Fix a couple of free()s in src/filed/acl.c
629 - Fix memory overrun in bfile.c in building OS X resource
630   fork filename. Bug #489 
631 - Add Pool name to SD status output.
632 14Nov05
633 - Apply SunOS patch for ACLs submitted by David Duchscher.                  
634 - Make sure to set storage before trying to set drive.
635 - Add bacula_mail_summary.sh to examples directory. It makes
636   a single email summary of any number of jobs. Submitted
637   by Adrew J. Millar.
638 - Make sure when we do a mount to unblock the device even
639   if the drive could not be opened.  
640 13Nov05
641 - Remove the USE_WIN32STREAMEXTRACTION #defines (always on)
642   and correct a few minor problems to make it build on Linux.
643 10Nov05
644 - Remove delete of CVS from all Makefiles
645 - Fix seg fault when clicking on Add button in wx-console
646   restore panel.  Bug #470.
647 - Fix copyright date and URL typo -- bug #468.
648 - Change autostart install for FreeBSD to look for rc.conf  
649   rather than rc.local as suggested fix for bug #466.
650 - Apply patch supplied by Eric Bollinger to fix PostgreSQL    
651   grant on status. Bug #465
652 - Apply patch supplied by Eric Bollinger to fix PostgreSQL
653   update script. Bug #464
654 - Tweak #ifdefing a bit in new Win32 stream code.
655 - Fix #ifdeffing for FD_NO_SEND_TEST.
656 - Add documentation of performance #defines