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