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