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