]> git.sur5r.net Git - bacula/bacula/blob - bacula/kes-1.37
Add debug option to more tests
[bacula/bacula] / bacula / kes-1.37
1               Technical notes on version 1.37  
2                         Kern Sibbald
3
4 General:
5
6 Changes to 1.37.35:
7 12Aug05
8 - Disable parts of NLS as the configure does not work here.
9 - In job backup init (backup.c) define definitive Job level and
10   since time, *then* apply Job Pool override selection if any.  
11 11Aug05
12 - Modified bconsole script so that it is improperly
13   installed, it will refuse to execute.  This avoids
14   recursive call loops.
15
16 Changes to 1.37.34:
17 06Aug05
18 - Apply David's ACL fix to src/filed/acl.c
19 05Aug05
20 - Apply patches sent by David Duchscher <kreios@gmail.com> for
21   making ACLs work on MacOS X and FreeBSD.
22 04Aug05
23 - Apply patch in bug#397 that improved configure
24   - find readline under $with_readline/include/readline
25   - no libutil under Solaris
26   - no need for -ldl under Solaris 
27 - Make reservation system single threaded during the
28   search to avoid two threads competing for the same
29   resource.
30 - Correct a return code in find_suitable_device_for_job()
31   Possibly cause of "busy writing to another volume".
32 03Aug05
33 - Modify open() for tape so nonblocking really works.  
34 - Use fcntl() to reset blocking status rather than close()
35   and reopen the drive.
36 - Make sure dev->open() is always called so that any change
37   in read/write permissions will occur.
38 - Open drives initially in daemon in read-only mode.
39 - Ensure that each time the VolHdr.VolumeName is zapped
40   or changed that free_volume() is called on the old name.
41
42 Changes to 1.37.33:
43 03Aug05
44 - Require 5 arguments to mtx-changer except list and slots
45 - Turn -EPIPE status returns from bpipe to ETIME
46 - Include Slot in SD status output 
47 - Do not term_dev() during initialization in SD if the device
48   could not be opened.  In the case of a tape drive, there may
49   be no tape in the drive.
50
51 Changes to 1.32.32:
52 02Aug05
53 - Correct PostgreSQL database scripts as suggested by a user.
54 - Add additional info to FATAL message generated when a device
55   is busy writing to another volume.
56 - Suppress an inappropriate NULL Volume name message after a cancel.
57 - Correct a warning message in reserve.c
58 29Jul05
59 - Apply user's patch to make mutiple modifiers for times
60   work correctly.
61 - Make read_dev_volume_label() handle ANSI/IBM labels
62   correctly -- ie space over any label at the beginning
63   of the tape.
64 28Jul05
65 - Make ANSI/IBM writing of HDR1/2 labels ignore any
66   errors if at end of tape.
67 - Apply Martin's patch to improve Python detection in
68   configure.in
69 - Temporarily turn off disk seeking until I find the
70   cause of the problem.
71 27Jul05
72 - Add OSF1 patch supplied by user.
73 - Use number of files selected from write_bsr() only
74   if it is not defined.
75 - Explicitly seek to end of file when getting size for
76   restore test.
77 - Correctly set EndBlock position in JobMedia record
78   for files.
79 - Remove unnecessary set StartBlock in bscan. Caused bscan
80   regression error.
81 26Jul05
82 - Modify mtx-changer to wait a maximum of 300 seconds.
83 - Do restart of failed jobs only for Backups job types.
84 - A number of DVD updates from Nicolas.
85 24Jul05
86 - Turn off old service helper code in Win32.
87 - Correct Messages bug found by Phil in stored.
88 23Jul05
89 - Complete (almost) documentation of 1.38.
90 - Add error messages for error conditions with VSS.
91 - Fix additional problems with VSS backup that I introduced.
92 Changes to 1.37.31:
93 22Jul05
94 - Correct compiler complaints in wx-console and tray-monitor.
95 - Correct VSS problems recognizing c:
96 - Add VSS before job status
97 - Fix output of status from being one big line.
98 - Change cd xx; make to cd xx && make as suggested by Phil.
99 - Cleanup projects file
100 - Remove unnecessary casting of FF_PKT in filed.
101 - Apply Thorsten's bugfix for vss_generic.cpp
102 - Add check for df path for dvd_freespace
103 - Use df to get space used on DVD.
104 - Change sense of flag indicating erase DVD or not before writing.
105 - Fix bpipe so that it never modifies the result pointer.
106 - Replace more dev_name by print_name().
107 - Rewrite edit_device_codes_dev() so it does not overwrite the
108   supplied buffer.
109 - Update printing of labels (for bls) so that critical information
110   is printed (Job name and timestamp).
111 - Cleanup old spool files when starting the SD.
112 - Modify vss.cpp to allow C: as a path name.  Otherwise VSS
113   doesn't work when only a drive name is given.
114 - Modify vss.c to eliminate double / in filenames.
115 - Update doc -- particularly the restore chapter.
116 18Jul05
117 - Make all files in working directory have .xxx at end.
118 - Work on DVD writing.
119 - Fix keepatime bug (bugs database).
120 - Move Python variables from Job to Bacula. They are
121   DirName, Version, ConfigFile, and WorkingDir
122 - Fix delete of bootstrap to only occur on Bacula created
123   filenames.
124 - Allow cancelling a Job name that is not active. It is
125   sent to the daemons.
126 17Jul05
127 - Fix name space pollution by OpenSSL 0.9.8 reported by
128   Matthias Kurz -- applied his patch.
129 - Fix bpipe.c so that it does not modify results pointer.
130   ***FIXME*** calling sequence should be changed.
131 - Remove some remaining references to dev_name.
132 - Fix calls to mount_dev() and unmount_dev() to
133   correspond to returned value (bool instead of int).
134 - Try without success to make DVD writing work.
135
136 Changes to 1.37.30 released 16 July 05:
137 14Jul05
138 - Fix "dir" command scanning field misalignment in
139   wx-console.
140 - Switch to using the wxWidgets Unicode library.
141 - Include msvcr71.dll in distribution.
142 - Add VSS to status line in Win32 FD if enabled.
143 - Get VSS build scripts working with Thorsten's help.
144 - Unlink the bootstrap file after sending it to
145   the FD.
146 - Remove sending include/exclude lists to the FD during
147   a restore -- deprecated code.
148 - Cleanup the bootstrap files in the FD.
149
150 Changes to 1.37.29:
151 14Jul05
152 - Remove old commented out code from configure.in
153 - Add baculavssfd.mak file for building VSS version of
154   Win32 FD.
155 - Correct date (year) in vss.cpp and vss_generic.cpp
156 13Jul05
157 - I finally found and squashed the elusive SD crash.        
158   I needed to initialize the used volume list before
159   firing off the device initialization thread.
160 Changes to 1.37.28:
161 11Jul05
162 - Make sure that bpipe results are zapped even on
163   error return.
164 - Lots of documentation.
165 - Do not prune volume marked as append when needing a
166   new Volume.
167 - Print a warning message in SD if a non-used Volume
168   is specified and autolabel not turned on.
169 - Correct a bug in chksum.c concerning SHA1 signatures 
170   (an * should have been & when checking for a bit flag).
171 - Print File:Block for all label records in label.c -- concerns
172   primarily bls when doing Job listings (-j).
173 - Correct is_volume_in_use() to return false if testing
174   on the same device where the Volume is already mounted.
175 - Define a init_done flag in the SD that is set when the
176   devices are initialized and make users connecting wait.
177   This prevents useless connect failure warning messages.
178 - Do additional device locking in ask_op_to_mount_volume()
179   to prevent race conditions with a user labeling a Volume
180   or autolabeling.
181 09Jul05
182 - Add a test for error return from bnet_wait... in heartbeat.c
183   in FD to avoid CPU loop.
184 - Implement TLS in gnome console and wx-console.
185 08Jul05
186 - Correct a NULL pointer reference in the mount command.
187 - Correct typo in Copyright
188 - Add detection of EOM for IBM drives (i.e. errno == ENOSPC)
189 07Jul05
190 - Remove temp file created in mtx-changer script.
191 - Make fsf_dev() into a class method.
192 06Jul05
193 - Modify mtx-changer.in script to return slot:barcode for
194   Volumes that are loaded in the drives.
195 - Correct some more places where dev->is_blocked() needs
196   to be checked in dircmd.c in SD.
197 - Update doc.
198 05Jul05
199 - Add code to ensure that reserved but unused volumes
200   are freed. 
201 - Correct how Volumes are mounted and handled so that the SD
202   does not get stuck if multiple volumes are used (recycling,
203   relabling, ...)
204 - Correct bug where you could relabel a volume while it
205   was being acquired -- created chaos.
206 04Jul05
207 - Correct seg fault caused by open() calling sequence change.
208 03Jul05
209 - Add new rc-chio-changer script by Rudolf Cejka to 
210   examples/autochangers
211 - Apply Rudolf's changes to bacula.in
212 - Expand the space from 8 to 10 characters in editing
213   file sizes for restore and dir of catalog, otherwise
214   GB sizes are truncated -- fixes bug report.
215 - Modify wx-console to know about 10 character widths.
216 - Allow decending into top level directory if "recurse=no"
217   is set.  Fixes a bug report.
218 - Install pthreadVCE.dll when installing console or wx-console
219   on Win32 systems. Fixes bug report.
220 02Jul05
221 - Tweak dvd-writepart script to prevent door from opening/closing
222   so much.
223 - Remove GROUP BY in several PostgreSQL commands to prevent error.
224   Resolves bug report.
225 - Ensure that < as first character of filename list is not treated
226   as a directory for restore.
227 - Add debug to heartbeat in FD as it seems to go into an
228   infinite loop from time to time during SD failure in DVD writing.
229 - Add more debug code to dvd writing.
230 - Attempt not to destroy existing fs on DVD. 
231 30Jun05
232 - Detect device mounted for DVD and suppress be sure to 
233   mount message after label.
234 - Set Cleaning tape status to "Cleaning" and force no
235   MediaType.
236 - Get DVD writing working with new standard Bacula open()
237   code.
238 - Rename get_filename() to make more sense.
239 - Detect "is already mounted on" on mount command so to avoid
240   error if device is already mounted.
241 - Eliminated guess_name() code. It may be necessary to
242   add it back later.
243 - Eliminate seg fault from printing invalid results.
244 - Make dvd_write_part() bool.
245
246 29Jun05
247 - Attempt to fix DVD writing by eliminating a number of the 
248   DVD subroutines to simplify.
249 - Modify DEVICE::open() to take dcr as first argument. This
250   will permit providing more info to DVD opening.
251 - Fix scanning for time/size items which in some cases
252   ate the next line.
253 - Eliminate read_dvd_volume_label().  New code (not yet written)
254   *must* open dvd appropriately before calling 
255   read_dev_volume_label.
256 - Modify open_first_part() open_next_part() to take DCR as 
257   argument.
258 - Make label command from console work on DVDs.
259 - Make mount command from console work on DVDs.
260   Unmount does not work yet.
261
262 Changes to 1.37.27:
263 27Jun05
264 - Add Database vendor to CatalogRes tuple for Python.
265 - Update doc
266 - Implement DoesVolumeExist(Vol) for Python.
267 - Prevent python command from seg faulting if no arg given.
268
269 Changes to 1.37.26:
270 26Jun05
271 - Add set_mode method in DEVICE.
272 - Correct set_mode method in DEVICE
273 - Add more DVD debug info 
274 23Jun05
275 - Check for incorrect duration and size modifiers in conf files.
276 22Jun05:
277 - Make Version a tuple (version, build-date)
278 - Add CatalogRes tuple (DBName, Address, User, Password,
279     Socket, Port)
280 - Add Version, ConfigFile, and WorkingDir as Python attributes
281   in the Director.
282 - Implement code (principally for Win32) that on failure to
283   create a file, it will cd into the directory and attempt
284   to create the file using a relative path. This avoids creating
285   files with paths which fail on Win32.
286 - Fix parsing of times and sizes with decimal numbers.
287 - Make free_volume_list() in SD work if vol list is not
288   initialized (./bacula-sd -t).
289 21Jun05:
290 - Add debug error printout when open() fails.
291 - If open() of DVD fails in mount.c, return false.
292 - Split open() code for DVD into separate subroutine in dev.c
293
294 Changes to 1.37.25 released on 20 Jun 05:
295 20Jun05:
296 - Remove (cd gnome-console; make clean) from src/Makefile.in
297 - Fix bug where Storage daemon gets confused about what
298   tape is mounted. (one line of code was inadvertently 
299   deleted).
300
301 Changes to 1.37.24:
302 18Jun05
303 - DVD writing/reading seems to be mostly working.
304 - Set execute bits on dvd-freespace and dvd-writepart
305 - Make dvd-freespace use existing dummy file.
306 - Modify dvd-freespace to pickup size from Track Size:
307 16Jun05
308 - Add Date, Job, level to updates to .bsr file in 
309   dird/backup.c
310 - Add debug info to dvd-freespace.in
311 - Fix hard coded bacula.sql in make_catalog_backup reported
312   by a user.
313 - Make sure a verify volume to catalog never reports an error
314   if there are zero files to verify.
315 - Remove confusing debug info in filed/backup.c on network
316   error.
317 - Make sure output from console is not sent to system log.
318 - Convert open_dev() into a class method.
319 - Change VolHdr.VolName to VolHdr.VolumeName.
320 - Add a flag in the device state word to indicate that
321   we found Media in the drive (DVD). 
322 - Make mount_dev() and unmount_dev() return bool.
323
324 Changes to 1.37.22:
325 14Jun05
326 - Fix the same state variable problem in open_next_part().
327 - C++ify the SD code a bit more.
328 13Jun05
329 - Add more debug code and clarify debug code for DVDs.
330 - Do not save and restore state in open_first_part() 
331   since state should be properly set after open_dev().
332 - Make default mandir /usr/share/man
333 - Install Bacula man page.
334 - Implement passing of FileSet Enable VSS to FD.
335 - Move main body of reserve drive code into subroutine
336   so that it can be called multiple times.
337 12Jun05
338 - Eliminate getpass() for Win32 builds in console as the
339   function does not exist.
340 10Jun05
341 - Correct some reservation problems in SD when no devices
342   are available.
343 - Start removing #ifdef HAVE_TLS by sneaky tricks.
344 - Begin implementation of TLS in wx-console
345 - Remove ignoring SIGCHLD from console.
346 - Rework the dlist binary search routines for implemenation
347   of the Volume reservation code -- make it more general.
348 - Strip double slashes // from Win32 filenames in an attempt
349   to resolve restore problems on some systems.
350 - Fix a minor bugs in the trace code that caused the first
351   line output to be lost.
352 - Implement a good first cut at adding Volume reservation code
353   to the storage daemon (in file reserve.c).
354 - Remove old unused code from the tree.c routines.
355
356 Changes to 1.37.21:
357 06Jun05
358 - Fix compile problems on Win32
359 - Start writing Volume reservation list (already exists, but
360   is not really very good).
361 - Implement attribute caching to put Signature into database     
362   at the same time as the file attributes thus eliminating a
363   number of database accesses.
364 - Correct a reservation problem.
365 - Implement full Dir Storage use.
366 - Reduce a bit of TLS #ifdeffing.
367
368 Changes to 1.37.20:
369 04Jun05
370 - Minor changes
371 01Jun05
372 - Add more documentation to mtx-changer.in
373 - Correct link to manual in authenticate.c in various
374   directories.
375 - Create a new src/stored/reserve.c file where the 
376   Use Storage command is processed and drives are
377   reserved.
378 - Modify src/stored/autochanger.c to keep track of each
379   Slot that is loaded for each device.
380 - Ensure that changer_command and changer_name are picked
381   up from Autochanger resource if not specified, and if
382   neither is specified, err.
383 30May05
384 - Fix bextract.c compile problem
385 - Create bacula.man 
386 - Make make distclean clean a bit better
387 29May05
388 - Remove old code in jcr.c
389 - Make testls release jcr chain when terminating.
390 27May05
391 - Implement Maximum Job Spool Size (actually DCR based)
392 26May05
393 - Use light weight non-recursive locking on jcr chain.
394 - Make JCR a class and implement inc_use_count() and
395   dec_use_count() methods that ensure that the jcr is
396   locked when inc/dec the use count.
397 - Remove the global jcr lock when traversing the jcr
398   chain.   
399 - Use dlist to implement the jcr chain rather than hand
400   crafted next and prev links.
401 - Lock the jcr chain inside each function that modifies
402   the chain.
403
404 Changes to 1.37.19:
405 26May05
406 - Fix compile problem of ua_restore.c on broken compilers.
407 - Apply patch from bug 326 to permit bacula status by any user.
408 - Fix bug 325 -- conversion of 12:30pm to 24hour time.
409 25May05
410 - Put Dmsg() on inside if() to avoid calling subroutine.
411 - Make restore.bsr have unique name.
412 - Allow user to define bsr filename on restore command line
413   with bootstrap=xxx.bsr
414 - Add limit=nnn to "list jobs" command.
415 - Remove old restore code that did not use .bsr file.
416 - unlink automatically generated bsr file.
417 - Cleanup heartbeat code so that duped fd is almost sure
418   to be released. Previously under certain conditions, the
419   memory was not released due to race conditions.
420 - Shorten copyright.
421 20May05
422 - Unify the reserve_device() for a single device into one subroutine.
423 18May05
424 - Modify wait during use_device to happen only after all devices
425   have been examined rather than in the reserve_device code.  
426 - Correct updating count of number of Volumes in a pool.
427
428 Changes to 1.37.18:
429 16May05
430 - Add more debug to SD for Autochangers + status output.
431 - Add Scratch to PoolType in PostgreSQL make...tables and do not
432   permit NULL PoolTypes. Fix for bug 319 reported by Eric.
433 - Update LICENSE.
434 - Add quotes around filename in parse_config error message. Bug
435   reported by Eric.
436 15May05
437 - Change nested \include to \input so that sections are properly
438   included in the pdf manual -- update the Web site.
439 - Set reconnect flag in MySQL packet to 1 to ensure that connection
440   is re-established.  MySQL 5 changed default to 0. Fixes bug report.
441 - Fix Scratch pool handling as reported in a bug by Eric Bollengier
442   by applying his patch.
443 - Remove delete job in favor of delete jobid.
444 - Add = NULL to configfile definitions as reported by Eric in a bug
445   report.
446 - Update winbacula.nsi.in to reflect new manual file structure.
447 10May05
448 - Correct a minor build problem with wx-console.
449 - Add cancel() to Dir Python scripting.
450 - Re-correct bug in parse-config error handling.
451 - Reorganization of use_command in SD to permit
452   waiting and multiple drive autochanger support.
453 09May05
454 - Correct bug in parse_config error handling.
455 - Where ever possible mark a volume in error or not   
456   InChanger in mount.c
457 - Fix bug in changing tape pools after first backup. Reported
458   by Peter Sjoberg.
459 - Enhance mtx-changer to use Working Directory as temp.
460 - Remove all but initial setup locking of Res in SD.
461 08May05
462 - Add Client OS type to Job report.
463 - Add version to manual 
464 - Update the Web site to have a single page for
465   the documentation links.
466
467 Changes to 1.37.18 release 08May05:
468 08May05
469 - Correct attribute definition compile error in 1.37.17
470 - Correct inverted order of CreateTime and MD5 pointed out
471   by a user in a bug report in FileSet db routine causing
472   the MD5 to print in the output instead of the time/date.
473
474 Changes to 1.37.17:
475 07May05
476 - Implement cstrlen() in sql list routines.
477 - Implement caching of attributes to add the        
478   signature so that only one DB call will be made
479   per file. Not yet turned on.
480 - Fix Win32 build for TLS.
481 - Optimize File pruning to eliminate one database call. 
482 - Fix bug that prevented File pruning from working.
483 - Implement a cstrlen() which returns the character
484   length of a UTF-8 string.
485 06May05
486 - Move test for MaxStartDelay as suggested by Peter.
487 - Implement Python methods (I had to read the Python source
488   code).
489 - Implement run() method in Director.
490 - Add Priority and Scheduled time to Job report.
491 - Add JobInit and JobRun events.
492 - Add Priority as Python read/write attribute to Job.
493 - Correct typo in bsmtp reported by Jo.
494
495 Changes to 1.37.16 released 05May05
496 03May05
497 - Make a few tls ifdef tweaks.
498 - Fix create_file.c Win32 problem pointed out by
499   Peter Sjoberg.
500 - Fix really ugly bstrncpy() but found by Thorsten.
501 - Move winapi.h/c from findlib to lib for inclusion in 
502   multiple places.
503 02May05
504 - Thorsten Engel finished his work on Win32 Unicode. We
505   now have a single executable that runs on all Win32 machines.
506 - Move job initialization code after job scheduling so that
507   Verify jobs check for the prior JobId after they are really
508   started rather than before.
509 - Fix lib/fnmatch.c so that it does proper testing before folding.
510 - More documentation -- at tls and ansi labels chapters.
511 - Fix fileset_convert.pl to handle empty Exclude statements.
512 - Turn regex back off in Win32
513 01May05
514 - Fix sign extension problem in lex.c that reads UTF-8 
515   with Chinese characters incorrectly.
516
517 Changes to 1.37.14:
518 30Apr05
519 - Remove a few HAVE_TLS #ifdefs
520 - Implement final Python style interface. More implemention to
521   be done, but the interface should change little if at all.
522 28Apr05
523 - Make default no tls support. You must add 
524   --with-openssl to get tls support.
525 27Apr05
526 - Update Web header to include google search in the search
527   box -- thanks to input from Michel Meyers.
528 - Fix md5sum so that it builds with the new openssl stuff.
529 - Take some enhancements to the md5sum test program proposed
530   by a user.
531 26Apr05
532 - Make option 2 of restore work better (list last 20
533   locations for a file).
534 - Make SD re-open a device with the right permissions if
535   it was previously opened with something different.  This
536   should allow reading read-only Volumes under all circumstances.
537 - Implement restore of a single directory.
538 - Apply Tru64 patch supplied by Pascal Pederiva <freebsd@paped.com>
539 - Apply Unicode fixes for Win32 from "Thorsten Engel" 
540   <thorsten.engel@matrix-computer.com>
541 - More work on Python read feature in FD.
542 22Apr05
543 - Fix (hopefully) the ftello() overflow reported by Peter.
544 - Landon Fuller committed his TLS patch.
545 - Fixed two minor warnings in console.c with TLS turned off.
546 - Updated the Makefile.in for wx-windows and tray-monitor
547   to handle TLS. I can only build the tray-monitor.
548 - Fix bscan to open tape in read-only mode (actually fix
549   it so that it doesn't use the standard open routine).
550 - Correct what appears to be an error in setting the
551   return value in dvd.c
552 21Apr05
553 - Get FD Python running -- design Python backup interface.
554 - Fix seg fault in SD when referencing Alert Command.
555 - More documentation.
556 - Fix one more thing in Win32 build.
557 20Apr05
558 - Doc updates
559 - Fix Win32 build
560 - Put in production here
561
562 Changes to 1.37.13:
563 19Apr05
564 - Fix SQLite and PostgreSQL table creation script syntax
565   problems.
566 - Fix new Python code to work for Director.
567 - Move lib/python.c to lib/pythonlib.c so that debug output
568   is easier to read (can distinguish lib from dird, ...).
569 - Cleanup Python build so that Python is not dragged
570   into programs that don't use it.
571
572 Changes to 1.37.12:
573 18Apr05
574 - Make Bacula build without Python
575 - Drop Status table in drop_ scripts -- bug 283.
576 17Apr05
577 - First cut of new Python implementation.
578 - Doc updates
579 - Correct SuSE autostart installation directory name --
580   supplied by a user.
581 - Fix director crash if Name directive not supplied
582   in a Job.
583 - More cleanup of changing %u to %s for DB IDs.
584 - Replace dev_can_write(dev) with dev->can_write().
585 11Apr05
586 - Make fsr_dev() a method dev->fsr()
587 - Remove Created new FileSet message as it always comes out in
588   the daemon messages.
589 - eliminate dev_is_tape() in favor of method dev->is_tape()
590 - Turn on disk seeking during restore for Disk Volumes. This
591   required some changes to bscan -- they seem a bit suspect as
592   they are not symmetrical for tape/files.
593 - Remove some of the recursion in stored/parse_bsr.c
594 - Move rescue out to a new Bacula project.
595 08Apr05
596 - Update of web site to replace old released doc with LaTeX 
597   version.
598 - Replace logo in doc with new bat logo.
599 - Make a good number of updates to the manual.
600 - Implement Python scripting using a Python object.
601   This makes interfacing with Bacula cleaner (object
602   oriented).
603 - Add Phil's Status table to the database -- used
604   for getting a text description of the status     
605   codes.
606 - Modify FileSet so that an empty Options (no
607   pattern matching) with an exclude will exclude
608   all files.                       
609 - Modify FileSet so that no top level included File
610   item can be excluded by a matching pattern.
611 - Suppress Created new FileSet record in daemon output.
612 - Implement Python in FD.
613 - Turn off old bfile reader code -- to be replaced
614   by Python.
615 05Apr05
616 - Remove more recursion in src/dird/bsr.c as pointed out
617   by Peter.
618 04Apr05
619 - Increase the index width of Filename and Path entries
620   to 255 chars -- suggestion of Meno Abels.
621 - Change remaining VARCHARS to TINYBLOBs.
622 - Remove recursion from is_volume_selected() following
623   bug report from Peter.
624 - Implement mostly correct handling of use_storage in the
625   SD with full lists, ...
626 02Apr05
627 - Reset NumVols in Pool record from database on every update
628   Pool.
629 - Modify DB to support multiple simultaneous copies and
630   RAIT stiping.
631 - Pass copy and stripe between DIR and SD and put into
632   the JobMedia DB record.
633 - Update and test SQLite and MySQL datebase creation and
634   update scripts.
635 - Implement version 9 of the DB.
636 31Mar05
637 - Convert more atoi to str_to_int64() for DB.
638 - Implement filling in NumVols by querying DB rather
639   than trying to keep track of it.
640 - Add storage name to string passed to in use storage=
641 - Fix newVolume() so that the Python script is always
642   called.
643 - Fix handling of pool,PoolId, and storage in ua_output.
644 - Same fix in ua_status.c
645 - Remove required locking of resources
646 - Replace pthread_cond_signal() by pthread_cond_broadcast()
647   hoping to fix the /lib/tls hang problems (lost signal).
648 - Move resource locking seaching from parse_conf.c to res.c
649   in src/lib.
650 - Modify end of volume handling so that fixup_... does not
651   redo what block.c has already done -- writing Vol info to
652   DIR. This fixes a bug with bad numbers of files on a tape
653   when it filled as reported by Peter.
654 - In release_device() do not update the DIR on the Volume
655   info if the the information was already written at the
656   end of the tape.
657 28Mar05
658 - NOTE!!!! This version has a new DIR <--> SD protocol. Both 
659   must be updated at the same time.
660 - Begin implementation of passing all the Storage and Device
661   possibilities to the SD for examination during the reserve 
662   phase.
663 - Modify the reserve and acquire code in the SD to make a 
664   job wait if the device is not available.
665 - Implement New Volume Each Job in DIR and pass to SD, not yet
666   used.
667 - Remove init/update of the Device resource in DIR
668 - Remove passing PoolId to SD and back.
669 26Mar05
670 - Remove \a and -e from error echos in most Makefiles.
671 - Add more debug code when there are errors on the tape 
672   to try to find Peter's tape problem.
673 - Add wait.c (oops forgot previously).
674 - Move all the reserve/acquire_device_for_read/append to have
675   only a DCR as the argument.
676 - Rework the reserve_device_for_append() in stored to wait
677   if the drive is not available.  Note! This is a short
678   term solution.
679 25Mar05
680 - Comment out Multiple Connections in the document.
681 - Move the P() and V() to subroutines so that they can be accessed
682   from class methods. The reference to strerror() caused problems.
683 - Implement new DEVICE class methods block() and unblock() that
684   do what was previously done in 3 lines of code.
685 - Implement wait_for_device(), which will wait for any device
686   to be released then return. This requires a new global mutex
687   and condition variable, and is implemented in src/stored/wait.c
688 - Change the code in reserve_device_for_read(), which previously
689   failed the job to use the new device wait code.
690 22Mar05
691 - Apply reschedule patch to 1.37 code.
692 - Add copyright to title page of manual so it is clear.
693 - Create patch for rescheduling problem found by Ludovic. Storage
694   pointers were lost during rescheduling.
695 - Attempt to fix 2.6 rescue disk -- failed!
696 - Start working on adding a wait routine in the SD.
697 - Cleanup some old invalid doc in watchdog.
698 - Convert a number of references to dev->dev_name to dev->print_name().
699 - Add new wait.c file to SD.
700 - Add a few more methods to DEVICE in SD to cleanup code a
701   bit -- implement a few of the methods.
702 18Mar05
703 - Fix more print_name()s for printing device name.
704 - Modify open_dev to try 10 times every 6 seconds to
705   open the device if it gets an I/O error (meaning no
706   volume mounted). This gives a bit of settling in time
707   for an autochanger and avoids spurious messages.
708 - Change all yes/no to yes|no in the manual.
709 - Fix win32 create_file.c typo.
710 - Fix a typo in an error message.
711 17Mar05
712 - Detect if fseeko exists with autoconf. If so, use it 
713   and ftello.
714 - Remove old bacula-*.conf from examples directory (out
715   of date).
716 - Remove latex-fr index files from CVS.
717 - Rewrite code that stops reading the tape so that the
718   tape is marked at EOT, then once the work is done,
719   the EOT flag is removed.
720 - Flush output to file after every send in console.
721 - Make setting VolFiles to smaller number fatal.
722 - Disable Multiple Connections code.
723 - Add patch from user for NetBSD statvsfs() fix to
724   fstype.c
725 - Take more care with errors in acquire.c
726 - Don't run through dvd code in append.c if bad status
727   returned.
728 - Modify code so that an autochanger fault is fatal.
729 - Use dev->print_name() in more places.
730 - Implement dev->can_steal_lock() to simplify code.
731 - Make btape re-read first 10000 records on fill command.
732 - Check error return and fail job from fseeko and ftello
733   in spool.c.  Don't let a -1 slip in as size.
734
735 Changes to 1.37.7:
736 15Mar05
737 - Apply NetBSD patch from kardel in bug 258.
738 14Mar05
739 - Add a second job and a second client to the default
740   bacula-dir.conf file.
741 - Remove old style Include/Excludes.
742 - Fix ANSI labels to put EOF1 and EOF2 after each file mark.
743 - Add Python to SD and FD.
744 12Mar05
745 - Implement IBM labels
746 - Implement EOF and EOV labels at the end of a volume.
747 - Fix a rather ugly problem with the PoolId not getting
748   passed correctly. Now the DIR passes the Pool name and
749   Media Type to the SD, who passes them back when requesting
750   the next Volume. The DIR then looks up the correct PoolId.
751   This takes more time, but always works, AND allows wild
752   card Media Types (i.e. the SD can decide).
753 - The DIR <==> SD protocol has changed.
754
755 Changes to 1.37.6:
756 11Mar05
757 - Fix scanf of PoolId in catreq to handle 64 bit Ids.
758 10Mar05
759 - Add new ua_update.c file and move update_cmd there.
760 - Modify "update slots" to obtain actual number of slots.
761 - Tweak autochanger code to handle new slots request.
762 - Modify autochanger code to lock/unlock around slots and
763   update slots code.
764 09Mar05
765 - Patch the FD so that it does not issue an error message if
766   it attempts to restore the permissions on a Win32 drive.
767 - Edit "Resource-name" (physical-name) for the device name
768   everywhere in the SD.
769 - Remove .linked.tex files in preparation for cutover to
770   using .tex in place of .wml.
771 08Mar05
772 - Copy latest config.sub and config.guess from autoconf.
773 - Try new way of identifying drives with:
774    "resource-name" (physical-name)
775   More work need to a complete conversion.
776 07Mar05
777 - Rework some of the autochanger data so that the DIR has   
778   the number of drives.
779 - Modify the way the Device info is returned so that it comes
780   back as a special message type and can be sent anytime the
781   Device status changes.
782 - Copy the change name and changer command into the device
783   record if none is specified.
784 - Require the change command and changer name to be specified in
785   and AutoChanger resource.
786 - Force all the Media Type records of all devices in an Autochanger
787   to be the same.
788 06Mar05
789 - Add new "run" command to Job resource in DIR. This permits
790   cloning a job as many times as you want.
791 - Pass PoolId to SD on Query request. It is now used in the
792   Find_media catalog request.
793 - Reworked the Device resource in the DIR. Eliminated num_waiting
794   and use_count, but added max_writers, reserved, and PoolId.
795 - This DIR is nolonger compatible with previous SDs.
796 - Add since and cloned keywords to the Console run command
797   to support cloning.
798 - Implemented store_alist_str() to allow multiple string items
799   to be specified in a .conf file.
800 - Added %s (since time) to Job code editing.
801 - Reworked reserving drives in the SD. It now does it much simpler
802   and correctly. 
803 05Mar05
804 - Integrate HP-UX patch from  Olivier Mehani <olivier.mehani@linbox.com>
805 - Fix FD job.c to test correctly for no level.
806
807 Changes to 1.37.4:
808 04Mar05
809 - Change Developers to Developer's Guide as requested by Michael.
810 - Fix developers link in manual
811 - Add additional dcr changes in SD to allow multiple dcrs.
812 02Mar05
813 - Fix a few problems with the MySQL table create in 1.37.
814 - Delete the new tables in the table delete files.
815 - Increase the number of items permitted in a conf table.
816 - Make Director loop over alternative Devices specified in the
817   Storage resource until one is reserved by SD.
818 - Fix storing of StorageId in Media records.
819 - Add AutoSelect = yes|no in bacula-sd.conf
820 - Add Autochanger support to Label command.
821 - Do not autoselect devices with autoselect set false 
822 01Mar05
823 - Implement setting DIR Storage device to Autochanger
824   name. 
825 - Select first available device in Autochanger.
826 - Pass back actual device name used.
827 - Allow Query of AutoChanger.
828 - Modify Query to include name of AutoChanger if 
829   Device belongs to one.
830 - Remove old Pool code in jobq.c
831 - Add Autoselect flag to query and DEVICE class (still
832   need Directive).
833 28Feb05
834 - Lock autochanger script when running.
835 - Mark Volume not InChanger if correct volume is not     
836   autoloaded.
837 - Corrected some typos in the make_xxx_tables.in files.
838 - Made preliminary split of pre-run and run code for each
839   job type. This will permit early opening of SD for reserving
840   drives.
841 - Add offline and autochanger fields to Device Query record.
842 - Correct pthread_mutex_init() for autochanger in SD.
843 - Tweak Makefile for LaTeX manual, plus add nav buttons.
844 26Feb05
845 - Clean up drive reservation system. Add more sanity checks.
846 - Implement a few more methods for the DEVICE class in SD.
847 - Add latex directories to make clean
848 - move DEV_BSIZE to B_DEV_BSIZE to avoid conflicts with
849   certain header files (FreeBSD).
850 24Feb05
851 - Fix an ASSERT that was triggering in stored/acquire.c
852   attempt to fix a bug report.
853 23Feb05
854 - Corrected SunOs to SunOS in btraceback (user submitted).
855 - Applied patch from Roger HÃ¥kansson <hson@ludd.luth.se>
856   to warn the user of defective AWKs during ./configure.
857 20Feb05
858 - Add some changes submitted by a user for HP client build.
859   Not all changes accepted.
860 - Rework code in filed/backup.c to ease #ifdefing and make
861   program flow more obvious.
862 - Split DVD code out of dev.c into dvd.c
863 - Tweak #ifdefing to add back all the performance measurement
864   #defines in version.h
865 - Put most of MTIOCGET code in a subroutine to simplify the
866   mainline code.
867 - Make clean remove old CVS files
868 - Remove unnecessary image files from Latex directory
869 - Implement remaining parts of Storage DB record and
870   its use in the Director.
871 - Implement
872   FullMaxWaitTime, Differential Max Wait Time, and               
873   Incremental Max Wait time in Job resource.
874 - Start work on SD Autochanger code.
875 19Feb05
876 - Add back JobId index for MySQL as default -- speeds up 
877   pruning.
878 - Add more database fields and fix the update scripts to
879   include the new items.
880 - Pass actual level to FD so that ClientRun editing can reflect
881   correct level -- ditto for job status. This makes the DIR
882   incompatible with older clients!
883 - Move jobq.c acquire resources to static subroutine so that
884   the code logic becomes clearer. This is in preparation for
885   actually using the new Device resources.
886 - Fix some lower case problems in sql_cmds.c reported by
887   Debian.
888 - Correct a seg fault in the SD reported by a user. Occurred
889   only when a high debug level was set.
890 - Modify init_dev() in dev.c to take JCR as first arg so that
891   proper error messages can be reported in next item.
892 - Modify the query and use device SD commands to attempt to
893   open the device if it could not previously be opened.
894 - Correct error message for Could not reserve device.
895 - Correct some minor details with Autochanger resource in SD.
896 18Feb05
897 - Fix seg fault if debug level 900 set in SD.
898 - Truncate Win32 child return code to 8 bits.
899 - Remove some old lld's.
900
901 Changes to 1.37.3:
902 16Feb05
903 - Make another attempt at fixing the ClientRunXXX return code 
904   bug on Win32 machines.
905 - Apply ua_status patch from Carsten Paeth <calle@calle.in-berlin.de>
906   which enforces console ACLs in the status command for Jobs.
907 15Feb05
908 - Fix Media LabelDate and FirstWritten to be correctly set.
909 - Fix deadlock in multiple simultaneous jobs.
910 - Fix tape "truncation"/"number of files" after restore bug.
911 10Feb05
912 - Ensure that correct error messages are returned when
913   reading an ANSI label.
914 09Feb05
915 - Modified ANSI label code to preserve any ANSI label 
916   already found by skipping over it rather than rewriting
917   it.
918 - Split the ANSI label code into ansi_label.c
919 - Do not let user relabel an ANSI labeled tape.
920 - Applied a patch for the console help command supplied
921   in a bug report. 
922 - Added some new dev methods. Most notably was
923   set_eof(), which handles setting all the dev variables
924   when an EOF is just read. This is now used most everywhere
925   in the code.
926 07Feb05
927 - Added code to detect that no files were inserted into the 
928   tree for a restore. If a specific JobId was specified, the
929   user has the option of restoring everything.
930 - More progress in implementing 64 bit DB Ids.
931 - Modified the daemon start messages for RH.
932 - Implement update scripts for all database types.
933 - First cut at implementing restore directory (it will not
934   recurse).
935 04Feb05
936 - OK, I think ANSI labels work.
937 - Added Label Type = ANSI|IBM|Bacula to Device resource in SD.
938   If this is set, it will force writing of the appropriate
939   label type.
940 - Added Check Labels = yes|no to Device resource in SD. If this
941   is set, Bacula will check for ANSI labels and accept them,      
942   otherwise, ANSI labels will not be accepted when the tape
943   is first mounted.
944 02Feb05
945 - Second cut ANSI labels.
946 01Feb05
947 - Merge Preben's patch for ACLs and for Mac OS X resource forks.
948 - Some doc updates.
949 - Display more informative message when a device was not
950   found or could not be opened.
951 - Add the sqlite3 database scripts. 
952 - Add some patches for 1.36.1 (note, I have now prepared
953   a 1.36.2 with all the patches and some new features --
954   to be documented).
955 - Some minor doc updates.
956 - Add Arno's baculareport.pl script to the examples directory.
957 29Jan05 -- after vacation
958 - Add support for SQLite3 (it seems to run at 1/2 the speed
959   of SQLite2).  Use --with-sqlite3 instead of --with-sqlite
960   to get SQLite3.
961 - Add target for running qemu to boot Rescue CDROM
962 - Add code to support kernel 2.6 in Rescue CDROM -- does NOT yet
963   boot correctly.
964 - Implement ANSI labels -- not yet tested.
965   This required changes to DB format. No upgrade script yet.
966   Note, more work needed to modify "update" command to handle
967   changing label types, also must restrict volume name lengths
968   to 6 characters.
969 - Add new Device, Storage, and MediaType records to DB. No
970   upgrade script yet.
971 - Add MediaType to bsr file record types. Not yet used in SD.
972 - Permit multiple device specifications in Storage resource in 
973   Dir conf file.
974 - Implement Device resources. Director requests Device resource
975   info from SD on startup. 
976 - Note!!!! DIR->SD incompatible with previous versions.
977 - Remove multiple Storage definitions in Job resource.  One can
978   still specify multiple Storage resources, but they all go into
979   a single alist, and imply sending data to each Storage daemon 
980   simultaneously.
981 - Implement Device query command between DIR and SD.
982 - Allow DIR to "reserve" a Device. It will then be acquired
983   when the FD connects to the SD.
984 - Turn all DIR resources into classes, and implement a few class
985   methods -- more to come.
986 - Turn DEVICE in SD into a class, and implement a number of inline
987   class methods -- more to come.
988 - I had serious problems with ACL errors on my Laptop, and so had
989   to add the following patch:
990   @@ -181,7 +181,7 @@
991       }
992       /***** Do we really want to silently ignore errors from acl_get_file
993         and acl_to_text?  *****/
994   -   return -1;
995   +   return 0;
996    }
997 - Added edit_int64()
998 - Reworked and tested a bit the htable routines.
999 - Major changes to SD acquire.c -- DIR can now reserve devices. Needs
1000   lots of testing!!!!
1001 - Made a special state code for DVD -- this simplifies the logic
1002   of the code, but I probably broke it. Testing needed!!!!
1003 - Add AutoChanger resource to SD, but not yet used.
1004
1005 Changes to 1.37.2:
1006 12Jan05
1007 - Integrate Preben 'Peppe' Guldberg <peppe@wielders.org>'s
1008   acl patch. Fix case where configured but no ACL exists.
1009   Rework calling arguments to be shorter and positioned
1010   more typically in Bacula usage.
1011 11Jan05
1012 - Fix scripts/bacula.in to have awk on an environment variable
1013   and add comments for Solaris users.
1014 - Turn off inet_aton in src/lib/address_conf.c for Win32
1015 - Add new files to win32 build and eliminate a compiler warning.
1016 - Add sample DVD Device resource to bacula-sd.conf
1017 08Jan05
1018 - Integrate Nicolas' patch for direct DVD support.        
1019 07Jan05
1020 - Fix fstype error returns.
1021 - Apply Preben's cleanup.patch which puts back much of the
1022   cleanup code in src/filed/restore.c
1023 06Jan05
1024 - Apply all of Preben's patches, but revert to old backup.c
1025   and old restore.c in filed. Also turn off code in new
1026   acl.c because of errors.  The new code, when fully implemented
1027   moves platform specific code into acl.c.
1028   One of the patches also implements WildFile and WildDir -- thanks.
1029 01Jan05
1030 - Implement Python in the SD (no events yet though).
1031 - Fix some typos in the previous commit.
1032 30Dec04
1033 - Enhance CDROM boot to include some documentation at boot time.
1034 - NOTE!!!!! The CDROM will not boot 2.6 kernels because the
1035     boot sequence has changed significantly. Updates to come
1036     later.
1037 - Add memtest option to CDROM boot.
1038 - Include Nicolas' changes to fix llist JobMedia records.
1039 - Make sure that ClientRunBefore/After messages from the program
1040   are terminated with a newline. Add strerror to output error
1041   messages.
1042 - Return program exit status code in Win32.
1043 29Dec04
1044 - Add memtest86 to Bacula Rescue disk
1045 - Enhance Rescue disk startup screen
1046 24Dec04
1047 - Move some variables to eliminate Solaris 2.6 compiler warnings.
1048 - Fix the seg fault at the end of a job in the FD when using
1049   old style include/excludes.
1050 22Dec04
1051 - Apply Preben's ACL patch.
1052 - Integrate Preben's restore patch.
1053 - Integrate Preben's verify teaks.
1054 - Fix doc/latex/Makefile to copy/remove .eps files when building
1055   html and web outputs.
1056 21Dec04
1057 - Fix Bacula so that it does not exit if there is a syntax error
1058   in its conf file during a reload command. Bug 182.
1059 - Apply fixes suggested for old Solaris networking.
1060   Fixes bug 190.
1061 - Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
1062   three patches that clean up white space:
1063   ws.patch.02.strings:
1064     Breaks strings that span lines into concatenated strings. I am not sure
1065     if you like this one. Other code works with concatenated strings, though.
1066   ws.patch.03.trailing:
1067     This removes trailing whitespace. No changes resulted from this for
1068     my setup.
1069   ws.patch.04.leading:
1070     This replaces space runs at the start of line with tabs. No changes
1071     again.
1072 - Fix overriding storage specification to be done
1073   through a subroutine.
1074 - Fix autoconf so it runs with FC3. 
1075 - Add Python4.3 to configure search paths.
1076 - Always copy and delete storage definitions into jcr.
1077 - Check that VolumeName supplied by Python is valid. 
1078   Return 0 if not.
1079 19Dec04
1080 - Fix undefined in non-Python build.
1081 - Update rescue disk to include mkinitrd
1082 - Fix umount_drives in rescue disk (only one arg to umount)
1083 - Ensure that if SD is manually set in Console, it is used.
1084 - Put generate_event on pointer and plug it in init. This
1085   permits using it in /lib
1086 - Correct despooling size reported to be Job specific rather
1087   than for the whole drive.
1088 18Dec04
1089 - Fix bug 207. jcr use count off by one when manually
1090   scheduling jobs.
1091 - Remove FNMATCH test in configure.in and always use
1092   the one in our library to get the FN_CASEFOLD GNU
1093   extensions on all platforms.
1094 - While using the rescue CDROM after my computer would not
1095   boot, I realized that it would be very useful to have
1096   a umount_disks. So, it is not implemented, along with
1097   updates to the READMEs and some minor tweaks.
1098 - Moved mounting the CDROM in the rescue boot from /cdrom
1099   to /mnt/cdrom (more standard location).
1100 - Reboot in CDROM rescue should now work -- requires -d
1101   option (no write) to work.
1102 - Hopefully fixed all the IPV6/4 problems and buffer
1103   problems with networking in lib. Bugs 190 and 204.
1104   Cleaned up a lot of #ifdefing problems by using routines
1105   in address_conf.c
1106 17Dec04
1107 - Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
1108   alist fix patch.
1109 - Remove duplicate code from chksum.h (mentioned by Preben).
1110 13Dec04
1111 - Integrate Tim Oberfoell <oberfoell@web.de> patch to ACLs
1112   to handle both the "standard" and "default" ACLs.
1113 12Dec04
1114 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1115   three cleanup patches (btest, verify, find).
1116 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1117   three cleanup patches (backup, chksum, and verify)
1118 09Dec04
1119 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1120   patch to avoid doing MTIOCGET on OSes that do not support
1121   it such as OpenBSD.
1122 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1123   patch to add filesystem type matching to FileSets in the
1124   Options resource.
1125 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1126   patch to add Mac OSX resource fork support (save/restore)
1127   to Bacula -- HFS Plus support.
1128 - Add FileSet to client Job listing query.
1129 06Dec04
1130 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
1131   patch to backup directories skipped (due to no file system
1132   changes or no recursion), and to add a slash to the end
1133   of the directory name during the match process.
1134 - Implement Jamie ffolliott <jamieff@inline.net>
1135   patch to dird_conf.c that enables Multiple Connections and
1136   fixes a typo in show. The rest of his patch awaits my suggested
1137   changes.
1138 05Dec04 
1139 - Implement run command in Python
1140 04Dec04 
1141 - Implement conversion of the manual, and some minor
1142   tweaks to the script tags.
1143 - Apply a patch supplied by Preben 'Peppe' Guldberg that implements
1144   ignore case in wild cards and regexes.
1145 - Fix a truncated line in the above patch due to my cut and paste.
1146 03Dec04
1147 - Fix it so that the InChanger flag is only changed for Volumes
1148   in the same Pool.
1149 - Add PIDOF configuration path and apply to bacula.in
1150 - Add user supplied patch to add inet_aton() of old Solaris
1151   systems.
1152 - Require pools to match before allowing multiple simultaneous
1153   accesses to same storage resource.
1154 - Add patch supplied by Martin to correct buffer overrun in
1155   bsnprintf() with no library snprintf().
1156 02Dec04
1157 - Apply user supplied patch that implements No Hard Links.
1158 - Document Python interface
1159 - Add hardlink keyword patch supplied by David R Bosso <dbosso@lsit.ucsb.edu>
1160 01Dec04
1161 - Fix non-python prototypes in dummy routines.
1162 - Add python 2.3 to config search list (user submitted patch)
1163 - Add JobStatus to Python variables.
1164 28Nov04
1165 - Add "python restart" command in Console.
1166 - Make built-in variables table driven.
1167 - First cut of Python Events for Bacula. Director only.
1168   StartJob, EndJob, NewVolume events.
1169
1170 Version 1.36.1 Released 26Nov04:
1171 24Nov04
1172 - Take Dan's fix to the fix_postgresql_tables (thanks Dan)
1173 - Increase Maximum Concurrent Jobs to 20 in SD and FD!
1174 - Fix improper handling of autochanger Volumes that are not
1175   marked InChanger. Bug 170.
1176 22Nov04
1177 - Update authentication failure message to indicate possible
1178   problem with Maximum Concurrent Jobs. Add to doc too.
1179 - Commit PostgreSQL BIGINT fix -- apparently some people didn't
1180   get it.
1181 - Do not use a slot unless it is InChanger in the autochanger
1182   code, otherwise autochanger gets upset not finding the Volume.
1183   Bug 170 (need fix above too).
1184 21Nov04
1185 - Make authentication timeout compile time configurable.
1186   The value is set in src/baconfig.h
1187 - Fix removing items from watchdog queue, which apparently
1188   screwed up if there was more than one item.
1189 - Rework mediaformat part of manual to separate out old
1190   tape format for easier reading.
1191 - Add a lot of debug code to the authentication code.
1192 - Add seconds to the start/end times printed in the job report.
1193 19Nov04
1194 - Fix mutex deadlock in dequeue of messages.
1195 - Add debug code to FD authorization.
1196 18Nov04
1197 - Increase authentication timeouts to 10 minutes.  
1198 15Nov04
1199 - Fix cancel bug in FD on /lib/tls with zero pid in 
1200   pthread_kill.
1201 - Add date/time to all messages.
1202 - Make Qmsg use time message was queued rather than time
1203   printed.
1204 - Indent job output two spaces.
1205 13Nov04
1206 - Fix web page links for new manual.
1207 - Grant postgresql permission to cdimages.
1208 - Correct crash after "list nextvol" "list media" bug 160
1209 12Nov04
1210 - Fix scripts/Makefile.in missing ;\  -- thanks Martin
1211 - A bit of work on btape to keep if from going into infinite
1212   loops when things do not work well, and to print a bit
1213   better info.
1214 11Nov04
1215 - JobDefs Storage resource completely overrode anything
1216   specified in Job resource -- bug 159 -- fixed.
1217 - Fix syntax of renaming postgresql per Dan.
1218 - Add working_directory to be /tmp for wx_console.
1219 10Nov04
1220 - Allow both a JobId and a filename or list of files to be
1221   specified on a restore command line.
1222 - Save old mtx-changer before installing new one: bug 156
1223 - Fix errors in CDROM file pointed out by Scott.
1224 09Nov04
1225 - Fix exepath when Bacula executed without path.
1226 - Move test for socket libraries for Solaris in configure.in
1227   before tcp wrapper tests so that linking works.
1228 - Add "make copy-static-fd" to makefile in CDROM file to
1229   copy existing static fd to CDROM rather than building it.
1230 08Nov04
1231 - More doc updates
1232 - Fix ps command for OpenBSD
1233 - Rework the creation of indexes for SQL -- fall back
1234   to the old code, but document what can be added.
1235 06Nov04
1236 - Add new Daemon message handler in default DIR conf.
1237 05Nov04
1238 - Fix Seg Fault with -D100 in bpipe.c.    
1239 - Fix Seg Fault in run specifying a JobId.
1240 - Make mail from daemon with a Messages Resource use
1241   the MailCommand with editing rather than the default
1242   sendmail.
1243 - Replace Jmsg in dispatch_message() with Qmsg.
1244 - Make edit_job_codes handle NULL jcr.
1245 04Nov04
1246 - Add M_ALERT class and put tape alerts into it.
1247 - Fix Verify count vs found by not double counting files
1248   that are split across files/Volumes.
1249 30Oct04
1250 - Fix count returned from write_bsr_file() to handle multiple
1251   volumes. This fixes most cases of the Verify VolumeToCatalog.
1252 - Cleanup a bit the make clean for the rescue cdrom and remove
1253   unneeded files from the CVS.
1254 28Oct04
1255 - Fixed acquiring a tape so that it does not block all acquires
1256   when operator intervention is needed.
1257 - Platform build script updates from Scott
1258 - Doc updates
1259 - Add patch to force Linux LD_ASSUME_KERNEL to avoid using the
1260   new /lib/tls. This is done in the startup scripts.
1261 - Modify mtx-changer so that it checks for ONLINE while
1262   waiting.
1263 - Modify make_postgresql_tables.in so that EndBlock is stored
1264   as a bigint. Prevents job failures when a disk volume is
1265   larger than 2GB.
1266 24Oct04
1267 - Add grep ONLINE to wait_for_drive() in mtx-changer.in
1268 - More doc.
1269 - Rebuild Scott's new configure