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