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