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