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