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