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