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