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