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