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