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