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