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