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