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