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