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