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