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