]> git.sur5r.net Git - bacula/bacula/blob - bacula/kes-1.37
- Remove old code in jcr.c
[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.20:
7 29May05
8 - Remove old code in jcr.c
9 - Make testls release jcr chain when terminating.
10 27May05
11 - Implement Maximum Job Spool Size (actually DCR based)
12 26May05
13 - Use light weight non-recursive locking on jcr chain.
14 - Make JCR a class and implement inc_use_count() and
15   dec_use_count() methods that ensure that the jcr is
16   locked when inc/dec the use count.
17 - Remove the global jcr lock when traversing the jcr
18   chain.   
19 - Use dlist to implement the jcr chain rather than hand
20   crafted next and prev links.
21 - Lock the jcr chain inside each function that modifies
22   the chain.
23
24 Changes to 1.37.19:
25 26May05
26 - Fix compile problem of ua_restore.c on broken compilers.
27 - Apply patch from bug 326 to permit bacula status by any user.
28 - Fix bug 325 -- conversion of 12:30pm to 24hour time.
29 25May05
30 - Put Dmsg() on inside if() to avoid calling subroutine.
31 - Make restore.bsr have unique name.
32 - Allow user to define bsr filename on restore command line
33   with bootstrap=xxx.bsr
34 - Add limit=nnn to "list jobs" command.
35 - Remove old restore code that did not use .bsr file.
36 - unlink automatically generated bsr file.
37 - Cleanup heartbeat code so that duped fd is almost sure
38   to be released. Previously under certain conditions, the
39   memory was not released due to race conditions.
40 - Shorten copyright.
41 20May05
42 - Unify the reserve_device() for a single device into one subroutine.
43 18May05
44 - Modify wait during use_device to happen only after all devices
45   have been examined rather than in the reserve_device code.  
46 - Correct updating count of number of Volumes in a pool.
47
48 Changes to 1.37.18:
49 16May05
50 - Add more debug to SD for Autochangers + status output.
51 - Add Scratch to PoolType in PostgreSQL make...tables and do not
52   permit NULL PoolTypes. Fix for bug 319 reported by Eric.
53 - Update LICENSE.
54 - Add quotes around filename in parse_config error message. Bug
55   reported by Eric.
56 15May05
57 - Change nested \include to \input so that sections are properly
58   included in the pdf manual -- update the Web site.
59 - Set reconnect flag in MySQL packet to 1 to ensure that connection
60   is re-established.  MySQL 5 changed default to 0. Fixes bug report.
61 - Fix Scratch pool handling as reported in a bug by Eric Bollengier
62   by applying his patch.
63 - Remove delete job in favor of delete jobid.
64 - Add = NULL to configfile definitions as reported by Eric in a bug
65   report.
66 - Update winbacula.nsi.in to reflect new manual file structure.
67 10May05
68 - Correct a minor build problem with wx-console.
69 - Add cancel() to Dir Python scripting.
70 - Re-correct bug in parse-config error handling.
71 - Reorganization of use_command in SD to permit
72   waiting and multiple drive autochanger support.
73 09May05
74 - Correct bug in parse_config error handling.
75 - Where ever possible mark a volume in error or not   
76   InChanger in mount.c
77 - Fix bug in changing tape pools after first backup. Reported
78   by Peter Sjoberg.
79 - Enhance mtx-changer to use Working Directory as temp.
80 - Remove all but initial setup locking of Res in SD.
81 08May05
82 - Add Client OS type to Job report.
83 - Add version to manual 
84 - Update the Web site to have a single page for
85   the documentation links.
86
87 Changes to 1.37.18 release 08May05:
88 08May05
89 - Correct attribute definition compile error in 1.37.17
90 - Correct inverted order of CreateTime and MD5 pointed out
91   by a user in a bug report in FileSet db routine causing
92   the MD5 to print in the output instead of the time/date.
93
94 Changes to 1.37.17:
95 07May05
96 - Implement cstrlen() in sql list routines.
97 - Implement caching of attributes to add the        
98   signature so that only one DB call will be made
99   per file. Not yet turned on.
100 - Fix Win32 build for TLS.
101 - Optimize File pruning to eliminate one database call. 
102 - Fix bug that prevented File pruning from working.
103 - Implement a cstrlen() which returns the character
104   length of a UTF-8 string.
105 06May05
106 - Move test for MaxStartDelay as suggested by Peter.
107 - Implement Python methods (I had to read the Python source
108   code).
109 - Implement run() method in Director.
110 - Add Priority and Scheduled time to Job report.
111 - Add JobInit and JobRun events.
112 - Add Priority as Python read/write attribute to Job.
113 - Correct typo in bsmtp reported by Jo.
114
115 Changes to 1.37.16 released 05May05
116 03May05
117 - Make a few tls ifdef tweaks.
118 - Fix create_file.c Win32 problem pointed out by
119   Peter Sjoberg.
120 - Fix really ugly bstrncpy() but found by Thorsten.
121 - Move winapi.h/c from findlib to lib for inclusion in 
122   multiple places.
123 02May05
124 - Thorsten Engel finished his work on Win32 Unicode. We
125   now have a single executable that runs on all Win32 machines.
126 - Move job initialization code after job scheduling so that
127   Verify jobs check for the prior JobId after they are really
128   started rather than before.
129 - Fix lib/fnmatch.c so that it does proper testing before folding.
130 - More documentation -- at tls and ansi labels chapters.
131 - Fix fileset_convert.pl to handle empty Exclude statements.
132 - Turn regex back off in Win32
133 01May05
134 - Fix sign extension problem in lex.c that reads UTF-8 
135   with Chinese characters incorrectly.
136
137 Changes to 1.37.14:
138 30Apr05
139 - Remove a few HAVE_TLS #ifdefs
140 - Implement final Python style interface. More implemention to
141   be done, but the interface should change little if at all.
142 28Apr05
143 - Make default no tls support. You must add 
144   --with-openssl to get tls support.
145 27Apr05
146 - Update Web header to include google search in the search
147   box -- thanks to input from Michel Meyers.
148 - Fix md5sum so that it builds with the new openssl stuff.
149 - Take some enhancements to the md5sum test program proposed
150   by a user.
151 26Apr05
152 - Make option 2 of restore work better (list last 20
153   locations for a file).
154 - Make SD re-open a device with the right permissions if
155   it was previously opened with something different.  This
156   should allow reading read-only Volumes under all circumstances.
157 - Implement restore of a single directory.
158 - Apply Tru64 patch supplied by Pascal Pederiva <freebsd@paped.com>
159 - Apply Unicode fixes for Win32 from "Thorsten Engel" 
160   <thorsten.engel@matrix-computer.com>
161 - More work on Python read feature in FD.
162 22Apr05
163 - Fix (hopefully) the ftello() overflow reported by Peter.
164 - Landon Fuller committed his TLS patch.
165 - Fixed two minor warnings in console.c with TLS turned off.
166 - Updated the Makefile.in for wx-windows and tray-monitor
167   to handle TLS. I can only build the tray-monitor.
168 - Fix bscan to open tape in read-only mode (actually fix
169   it so that it doesn't use the standard open routine).
170 - Correct what appears to be an error in setting the
171   return value in dvd.c
172 21Apr05
173 - Get FD Python running -- design Python backup interface.
174 - Fix seg fault in SD when referencing Alert Command.
175 - More documentation.
176 - Fix one more thing in Win32 build.
177 20Apr05
178 - Doc updates
179 - Fix Win32 build
180 - Put in production here
181
182 Changes to 1.37.13:
183 19Apr05
184 - Fix SQLite and PostgreSQL table creation script syntax
185   problems.
186 - Fix new Python code to work for Director.
187 - Move lib/python.c to lib/pythonlib.c so that debug output
188   is easier to read (can distinguish lib from dird, ...).
189 - Cleanup Python build so that Python is not dragged
190   into programs that don't use it.
191
192 Changes to 1.37.12:
193 18Apr05
194 - Make Bacula build without Python
195 - Drop Status table in drop_ scripts -- bug 283.
196 17Apr05
197 - First cut of new Python implementation.
198 - Doc updates
199 - Correct SuSE autostart installation directory name --
200   supplied by a user.
201 - Fix director crash if Name directive not supplied
202   in a Job.
203 - More cleanup of changing %u to %s for DB IDs.
204 - Replace dev_can_write(dev) with dev->can_write().
205 11Apr05
206 - Make fsr_dev() a method dev->fsr()
207 - Remove Created new FileSet message as it always comes out in
208   the daemon messages.
209 - eliminate dev_is_tape() in favor of method dev->is_tape()
210 - Turn on disk seeking during restore for Disk Volumes. This
211   required some changes to bscan -- they seem a bit suspect as
212   they are not symmetrical for tape/files.
213 - Remove some of the recursion in stored/parse_bsr.c
214 - Move rescue out to a new Bacula project.
215 08Apr05
216 - Update of web site to replace old released doc with LaTeX 
217   version.
218 - Replace logo in doc with new bat logo.
219 - Make a good number of updates to the manual.
220 - Implement Python scripting using a Python object.
221   This makes interfacing with Bacula cleaner (object
222   oriented).
223 - Add Phil's Status table to the database -- used
224   for getting a text description of the status     
225   codes.
226 - Modify FileSet so that an empty Options (no
227   pattern matching) with an exclude will exclude
228   all files.                       
229 - Modify FileSet so that no top level included File
230   item can be excluded by a matching pattern.
231 - Suppress Created new FileSet record in daemon output.
232 - Implement Python in FD.
233 - Turn off old bfile reader code -- to be replaced
234   by Python.
235 05Apr05
236 - Remove more recursion in src/dird/bsr.c as pointed out
237   by Peter.
238 04Apr05
239 - Increase the index width of Filename and Path entries
240   to 255 chars -- suggestion of Meno Abels.
241 - Change remaining VARCHARS to TINYBLOBs.
242 - Remove recursion from is_volume_selected() following
243   bug report from Peter.
244 - Implement mostly correct handling of use_storage in the
245   SD with full lists, ...
246 02Apr05
247 - Reset NumVols in Pool record from database on every update
248   Pool.
249 - Modify DB to support multiple simultaneous copies and
250   RAIT stiping.
251 - Pass copy and stripe between DIR and SD and put into
252   the JobMedia DB record.
253 - Update and test SQLite and MySQL datebase creation and
254   update scripts.
255 - Implement version 9 of the DB.
256 31Mar05
257 - Convert more atoi to str_to_int64() for DB.
258 - Implement filling in NumVols by querying DB rather
259   than trying to keep track of it.
260 - Add storage name to string passed to in use storage=
261 - Fix newVolume() so that the Python script is always
262   called.
263 - Fix handling of pool,PoolId, and storage in ua_output.
264 - Same fix in ua_status.c
265 - Remove required locking of resources
266 - Replace pthread_cond_signal() by pthread_cond_broadcast()
267   hoping to fix the /lib/tls hang problems (lost signal).
268 - Move resource locking seaching from parse_conf.c to res.c
269   in src/lib.
270 - Modify end of volume handling so that fixup_... does not
271   redo what block.c has already done -- writing Vol info to
272   DIR. This fixes a bug with bad numbers of files on a tape
273   when it filled as reported by Peter.
274 - In release_device() do not update the DIR on the Volume
275   info if the the information was already written at the
276   end of the tape.
277 28Mar05
278 - NOTE!!!! This version has a new DIR <--> SD protocol. Both 
279   must be updated at the same time.
280 - Begin implementation of passing all the Storage and Device
281   possibilities to the SD for examination during the reserve 
282   phase.
283 - Modify the reserve and acquire code in the SD to make a 
284   job wait if the device is not available.
285 - Implement New Volume Each Job in DIR and pass to SD, not yet
286   used.
287 - Remove init/update of the Device resource in DIR
288 - Remove passing PoolId to SD and back.
289 26Mar05
290 - Remove \a and -e from error echos in most Makefiles.
291 - Add more debug code when there are errors on the tape 
292   to try to find Peter's tape problem.
293 - Add wait.c (oops forgot previously).
294 - Move all the reserve/acquire_device_for_read/append to have
295   only a DCR as the argument.
296 - Rework the reserve_device_for_append() in stored to wait
297   if the drive is not available.  Note! This is a short
298   term solution.
299 25Mar05
300 - Comment out Multiple Connections in the document.
301 - Move the P() and V() to subroutines so that they can be accessed
302   from class methods. The reference to strerror() caused problems.
303 - Implement new DEVICE class methods block() and unblock() that
304   do what was previously done in 3 lines of code.
305 - Implement wait_for_device(), which will wait for any device
306   to be released then return. This requires a new global mutex
307   and condition variable, and is implemented in src/stored/wait.c
308 - Change the code in reserve_device_for_read(), which previously
309   failed the job to use the new device wait code.
310 22Mar05
311 - Apply reschedule patch to 1.37 code.
312 - Add copyright to title page of manual so it is clear.
313 - Create patch for rescheduling problem found by Ludovic. Storage
314   pointers were lost during rescheduling.
315 - Attempt to fix 2.6 rescue disk -- failed!
316 - Start working on adding a wait routine in the SD.
317 - Cleanup some old invalid doc in watchdog.
318 - Convert a number of references to dev->dev_name to dev->print_name().
319 - Add new wait.c file to SD.
320 - Add a few more methods to DEVICE in SD to cleanup code a
321   bit -- implement a few of the methods.
322 18Mar05
323 - Fix more print_name()s for printing device name.
324 - Modify open_dev to try 10 times every 6 seconds to
325   open the device if it gets an I/O error (meaning no
326   volume mounted). This gives a bit of settling in time
327   for an autochanger and avoids spurious messages.
328 - Change all yes/no to yes|no in the manual.
329 - Fix win32 create_file.c typo.
330 - Fix a typo in an error message.
331 17Mar05
332 - Detect if fseeko exists with autoconf. If so, use it 
333   and ftello.
334 - Remove old bacula-*.conf from examples directory (out
335   of date).
336 - Remove latex-fr index files from CVS.
337 - Rewrite code that stops reading the tape so that the
338   tape is marked at EOT, then once the work is done,
339   the EOT flag is removed.
340 - Flush output to file after every send in console.
341 - Make setting VolFiles to smaller number fatal.
342 - Disable Multiple Connections code.
343 - Add patch from user for NetBSD statvsfs() fix to
344   fstype.c
345 - Take more care with errors in acquire.c
346 - Don't run through dvd code in append.c if bad status
347   returned.
348 - Modify code so that an autochanger fault is fatal.
349 - Use dev->print_name() in more places.
350 - Implement dev->can_steal_lock() to simplify code.
351 - Make btape re-read first 10000 records on fill command.
352 - Check error return and fail job from fseeko and ftello
353   in spool.c.  Don't let a -1 slip in as size.
354
355 Changes to 1.37.7:
356 15Mar05
357 - Apply NetBSD patch from kardel in bug 258.
358 14Mar05
359 - Add a second job and a second client to the default
360   bacula-dir.conf file.
361 - Remove old style Include/Excludes.
362 - Fix ANSI labels to put EOF1 and EOF2 after each file mark.
363 - Add Python to SD and FD.
364 12Mar05
365 - Implement IBM labels
366 - Implement EOF and EOV labels at the end of a volume.
367 - Fix a rather ugly problem with the PoolId not getting
368   passed correctly. Now the DIR passes the Pool name and
369   Media Type to the SD, who passes them back when requesting
370   the next Volume. The DIR then looks up the correct PoolId.
371   This takes more time, but always works, AND allows wild
372   card Media Types (i.e. the SD can decide).
373 - The DIR <==> SD protocol has changed.
374
375 Changes to 1.37.6:
376 11Mar05
377 - Fix scanf of PoolId in catreq to handle 64 bit Ids.
378 10Mar05
379 - Add new ua_update.c file and move update_cmd there.
380 - Modify "update slots" to obtain actual number of slots.
381 - Tweak autochanger code to handle new slots request.
382 - Modify autochanger code to lock/unlock around slots and
383   update slots code.
384 09Mar05
385 - Patch the FD so that it does not issue an error message if
386   it attempts to restore the permissions on a Win32 drive.
387 - Edit "Resource-name" (physical-name) for the device name
388   everywhere in the SD.
389 - Remove .linked.tex files in preparation for cutover to
390   using .tex in place of .wml.
391 08Mar05
392 - Copy latest config.sub and config.guess from autoconf.
393 - Try new way of identifying drives with:
394    "resource-name" (physical-name)
395   More work need to a complete conversion.
396 07Mar05
397 - Rework some of the autochanger data so that the DIR has   
398   the number of drives.
399 - Modify the way the Device info is returned so that it comes
400   back as a special message type and can be sent anytime the
401   Device status changes.
402 - Copy the change name and changer command into the device
403   record if none is specified.
404 - Require the change command and changer name to be specified in
405   and AutoChanger resource.
406 - Force all the Media Type records of all devices in an Autochanger
407   to be the same.
408 06Mar05
409 - Add new "run" command to Job resource in DIR. This permits
410   cloning a job as many times as you want.
411 - Pass PoolId to SD on Query request. It is now used in the
412   Find_media catalog request.
413 - Reworked the Device resource in the DIR. Eliminated num_waiting
414   and use_count, but added max_writers, reserved, and PoolId.
415 - This DIR is nolonger compatible with previous SDs.
416 - Add since and cloned keywords to the Console run command
417   to support cloning.
418 - Implemented store_alist_str() to allow multiple string items
419   to be specified in a .conf file.
420 - Added %s (since time) to Job code editing.
421 - Reworked reserving drives in the SD. It now does it much simpler
422   and correctly. 
423 05Mar05
424 - Integrate HP-UX patch from  Olivier Mehani <olivier.mehani@linbox.com>
425 - Fix FD job.c to test correctly for no level.
426
427 Changes to 1.37.4:
428 04Mar05
429 - Change Developers to Developer's Guide as requested by Michael.
430 - Fix developers link in manual
431 - Add additional dcr changes in SD to allow multiple dcrs.
432 02Mar05
433 - Fix a few problems with the MySQL table create in 1.37.
434 - Delete the new tables in the table delete files.
435 - Increase the number of items permitted in a conf table.
436 - Make Director loop over alternative Devices specified in the
437   Storage resource until one is reserved by SD.
438 - Fix storing of StorageId in Media records.
439 - Add AutoSelect = yes|no in bacula-sd.conf
440 - Add Autochanger support to Label command.
441 - Do not autoselect devices with autoselect set false 
442 01Mar05
443 - Implement setting DIR Storage device to Autochanger
444   name. 
445 - Select first available device in Autochanger.
446 - Pass back actual device name used.
447 - Allow Query of AutoChanger.
448 - Modify Query to include name of AutoChanger if 
449   Device belongs to one.
450 - Remove old Pool code in jobq.c
451 - Add Autoselect flag to query and DEVICE class (still
452   need Directive).
453 28Feb05
454 - Lock autochanger script when running.
455 - Mark Volume not InChanger if correct volume is not     
456   autoloaded.
457 - Corrected some typos in the make_xxx_tables.in files.
458 - Made preliminary split of pre-run and run code for each
459   job type. This will permit early opening of SD for reserving
460   drives.
461 - Add offline and autochanger fields to Device Query record.
462 - Correct pthread_mutex_init() for autochanger in SD.
463 - Tweak Makefile for LaTeX manual, plus add nav buttons.
464 26Feb05
465 - Clean up drive reservation system. Add more sanity checks.
466 - Implement a few more methods for the DEVICE class in SD.
467 - Add latex directories to make clean
468 - move DEV_BSIZE to B_DEV_BSIZE to avoid conflicts with
469   certain header files (FreeBSD).
470 24Feb05
471 - Fix an ASSERT that was triggering in stored/acquire.c
472   attempt to fix a bug report.
473 23Feb05
474 - Corrected SunOs to SunOS in btraceback (user submitted).
475 - Applied patch from Roger HÃ¥kansson <hson@ludd.luth.se>
476   to warn the user of defective AWKs during ./configure.
477 20Feb05
478 - Add some changes submitted by a user for HP client build.
479   Not all changes accepted.
480 - Rework code in filed/backup.c to ease #ifdefing and make
481   program flow more obvious.
482 - Split DVD code out of dev.c into dvd.c
483 - Tweak #ifdefing to add back all the performance measurement
484   #defines in version.h
485 - Put most of MTIOCGET code in a subroutine to simplify the
486   mainline code.
487 - Make clean remove old CVS files
488 - Remove unnecessary image files from Latex directory
489 - Implement remaining parts of Storage DB record and
490   its use in the Director.
491 - Implement
492   FullMaxWaitTime, Differential Max Wait Time, and               
493   Incremental Max Wait time in Job resource.
494 - Start work on SD Autochanger code.
495 19Feb05
496 - Add back JobId index for MySQL as default -- speeds up 
497   pruning.
498 - Add more database fields and fix the update scripts to
499   include the new items.
500 - Pass actual level to FD so that ClientRun editing can reflect
501   correct level -- ditto for job status. This makes the DIR
502   incompatible with older clients!
503 - Move jobq.c acquire resources to static subroutine so that
504   the code logic becomes clearer. This is in preparation for
505   actually using the new Device resources.
506 - Fix some lower case problems in sql_cmds.c reported by
507   Debian.
508 - Correct a seg fault in the SD reported by a user. Occurred
509   only when a high debug level was set.
510 - Modify init_dev() in dev.c to take JCR as first arg so that
511   proper error messages can be reported in next item.
512 - Modify the query and use device SD commands to attempt to
513   open the device if it could not previously be opened.
514 - Correct error message for Could not reserve device.
515 - Correct some minor details with Autochanger resource in SD.
516 18Feb05
517 - Fix seg fault if debug level 900 set in SD.
518 - Truncate Win32 child return code to 8 bits.
519 - Remove some old lld's.
520
521 Changes to 1.37.3:
522 16Feb05
523 - Make another attempt at fixing the ClientRunXXX return code 
524   bug on Win32 machines.
525 - Apply ua_status patch from Carsten Paeth <calle@calle.in-berlin.de>
526   which enforces console ACLs in the status command for Jobs.
527 15Feb05
528 - Fix Media LabelDate and FirstWritten to be correctly set.
529 - Fix deadlock in multiple simultaneous jobs.
530 - Fix tape "truncation"/"number of files" after restore bug.
531 10Feb05
532 - Ensure that correct error messages are returned when
533   reading an ANSI label.
534 09Feb05
535 - Modified ANSI label code to preserve any ANSI label 
536   already found by skipping over it rather than rewriting
537   it.
538 - Split the ANSI label code into ansi_label.c
539 - Do not let user relabel an ANSI labeled tape.
540 - Applied a patch for the console help command supplied
541   in a bug report. 
542 - Added some new dev methods. Most notably was
543   set_eof(), which handles setting all the dev variables
544   when an EOF is just read. This is now used most everywhere
545   in the code.
546 07Feb05
547 - Added code to detect that no files were inserted into the 
548   tree for a restore. If a specific JobId was specified, the
549   user has the option of restoring everything.
550 - More progress in implementing 64 bit DB Ids.
551 - Modified the daemon start messages for RH.
552 - Implement update scripts for all database types.
553 - First cut at implementing restore directory (it will not
554   recurse).
555 04Feb05
556 - OK, I think ANSI labels work.
557 - Added Label Type = ANSI|IBM|Bacula to Device resource in SD.
558   If this is set, it will force writing of the appropriate
559   label type.
560 - Added Check Labels = yes|no to Device resource in SD. If this
561   is set, Bacula will check for ANSI labels and accept them,      
562   otherwise, ANSI labels will not be accepted when the tape
563   is first mounted.
564 02Feb05
565 - Second cut ANSI labels.
566 01Feb05
567 - Merge Preben's patch for ACLs and for Mac OS X resource forks.
568 - Some doc updates.
569 - Display more informative message when a device was not
570   found or could not be opened.
571 - Add the sqlite3 database scripts. 
572 - Add some patches for 1.36.1 (note, I have now prepared
573   a 1.36.2 with all the patches and some new features --
574   to be documented).
575 - Some minor doc updates.
576 - Add Arno's baculareport.pl script to the examples directory.
577 29Jan05 -- after vacation
578 - Add support for SQLite3 (it seems to run at 1/2 the speed
579   of SQLite2).  Use --with-sqlite3 instead of --with-sqlite
580   to get SQLite3.
581 - Add target for running qemu to boot Rescue CDROM
582 - Add code to support kernel 2.6 in Rescue CDROM -- does NOT yet
583   boot correctly.
584 - Implement ANSI labels -- not yet tested.
585   This required changes to DB format. No upgrade script yet.
586   Note, more work needed to modify "update" command to handle
587   changing label types, also must restrict volume name lengths
588   to 6 characters.
589 - Add new Device, Storage, and MediaType records to DB. No
590   upgrade script yet.
591 - Add MediaType to bsr file record types. Not yet used in SD.
592 - Permit multiple device specifications in Storage resource in 
593   Dir conf file.
594 - Implement Device resources. Director requests Device resource
595   info from SD on startup. 
596 - Note!!!! DIR->SD incompatible with previous versions.
597 - Remove multiple Storage definitions in Job resource.  One can
598   still specify multiple Storage resources, but they all go into
599   a single alist, and imply sending data to each Storage daemon 
600   simultaneously.
601 - Implement Device query command between DIR and SD.
602 - Allow DIR to "reserve" a Device. It will then be acquired
603   when the FD connects to the SD.
604 - Turn all DIR resources into classes, and implement a few class
605   methods -- more to come.
606 - Turn DEVICE in SD into a class, and implement a number of inline
607   class methods -- more to come.
608 - I had serious problems with ACL errors on my Laptop, and so had
609   to add the following patch:
610   @@ -181,7 +181,7 @@
611       }
612       /***** Do we really want to silently ignore errors from acl_get_file
613         and acl_to_text?  *****/
614   -   return -1;
615   +   return 0;
616    }
617 - Added edit_int64()
618 - Reworked and tested a bit the htable routines.
619 - Major changes to SD acquire.c -- DIR can now reserve devices. Needs
620   lots of testing!!!!
621 - Made a special state code for DVD -- this simplifies the logic
622   of the code, but I probably broke it. Testing needed!!!!
623 - Add AutoChanger resource to SD, but not yet used.
624
625 Changes to 1.37.2:
626 12Jan05
627 - Integrate Preben 'Peppe' Guldberg <peppe@wielders.org>'s
628   acl patch. Fix case where configured but no ACL exists.
629   Rework calling arguments to be shorter and positioned
630   more typically in Bacula usage.
631 11Jan05
632 - Fix scripts/bacula.in to have awk on an environment variable
633   and add comments for Solaris users.
634 - Turn off inet_aton in src/lib/address_conf.c for Win32
635 - Add new files to win32 build and eliminate a compiler warning.
636 - Add sample DVD Device resource to bacula-sd.conf
637 08Jan05
638 - Integrate Nicolas' patch for direct DVD support.        
639 07Jan05
640 - Fix fstype error returns.
641 - Apply Preben's cleanup.patch which puts back much of the
642   cleanup code in src/filed/restore.c
643 06Jan05
644 - Apply all of Preben's patches, but revert to old backup.c
645   and old restore.c in filed. Also turn off code in new
646   acl.c because of errors.  The new code, when fully implemented
647   moves platform specific code into acl.c.
648   One of the patches also implements WildFile and WildDir -- thanks.
649 01Jan05
650 - Implement Python in the SD (no events yet though).
651 - Fix some typos in the previous commit.
652 30Dec04
653 - Enhance CDROM boot to include some documentation at boot time.
654 - NOTE!!!!! The CDROM will not boot 2.6 kernels because the
655     boot sequence has changed significantly. Updates to come
656     later.
657 - Add memtest option to CDROM boot.
658 - Include Nicolas' changes to fix llist JobMedia records.
659 - Make sure that ClientRunBefore/After messages from the program
660   are terminated with a newline. Add strerror to output error
661   messages.
662 - Return program exit status code in Win32.
663 29Dec04
664 - Add memtest86 to Bacula Rescue disk
665 - Enhance Rescue disk startup screen
666 24Dec04
667 - Move some variables to eliminate Solaris 2.6 compiler warnings.
668 - Fix the seg fault at the end of a job in the FD when using
669   old style include/excludes.
670 22Dec04
671 - Apply Preben's ACL patch.
672 - Integrate Preben's restore patch.
673 - Integrate Preben's verify teaks.
674 - Fix doc/latex/Makefile to copy/remove .eps files when building
675   html and web outputs.
676 21Dec04
677 - Fix Bacula so that it does not exit if there is a syntax error
678   in its conf file during a reload command. Bug 182.
679 - Apply fixes suggested for old Solaris networking.
680   Fixes bug 190.
681 - Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
682   three patches that clean up white space:
683   ws.patch.02.strings:
684     Breaks strings that span lines into concatenated strings. I am not sure
685     if you like this one. Other code works with concatenated strings, though.
686   ws.patch.03.trailing:
687     This removes trailing whitespace. No changes resulted from this for
688     my setup.
689   ws.patch.04.leading:
690     This replaces space runs at the start of line with tabs. No changes
691     again.
692 - Fix overriding storage specification to be done
693   through a subroutine.
694 - Fix autoconf so it runs with FC3. 
695 - Add Python4.3 to configure search paths.
696 - Always copy and delete storage definitions into jcr.
697 - Check that VolumeName supplied by Python is valid. 
698   Return 0 if not.
699 19Dec04
700 - Fix undefined in non-Python build.
701 - Update rescue disk to include mkinitrd
702 - Fix umount_drives in rescue disk (only one arg to umount)
703 - Ensure that if SD is manually set in Console, it is used.
704 - Put generate_event on pointer and plug it in init. This
705   permits using it in /lib
706 - Correct despooling size reported to be Job specific rather
707   than for the whole drive.
708 18Dec04
709 - Fix bug 207. jcr use count off by one when manually
710   scheduling jobs.
711 - Remove FNMATCH test in configure.in and always use
712   the one in our library to get the FN_CASEFOLD GNU
713   extensions on all platforms.
714 - While using the rescue CDROM after my computer would not
715   boot, I realized that it would be very useful to have
716   a umount_disks. So, it is not implemented, along with
717   updates to the READMEs and some minor tweaks.
718 - Moved mounting the CDROM in the rescue boot from /cdrom
719   to /mnt/cdrom (more standard location).
720 - Reboot in CDROM rescue should now work -- requires -d
721   option (no write) to work.
722 - Hopefully fixed all the IPV6/4 problems and buffer
723   problems with networking in lib. Bugs 190 and 204.
724   Cleaned up a lot of #ifdefing problems by using routines
725   in address_conf.c
726 17Dec04
727 - Apply Preben 'Peppe' Guldberg <peppe@wielders.org>
728   alist fix patch.
729 - Remove duplicate code from chksum.h (mentioned by Preben).
730 13Dec04
731 - Integrate Tim Oberfoell <oberfoell@web.de> patch to ACLs
732   to handle both the "standard" and "default" ACLs.
733 12Dec04
734 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
735   three cleanup patches (btest, verify, find).
736 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
737   three cleanup patches (backup, chksum, and verify)
738 09Dec04
739 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
740   patch to avoid doing MTIOCGET on OSes that do not support
741   it such as OpenBSD.
742 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
743   patch to add filesystem type matching to FileSets in the
744   Options resource.
745 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
746   patch to add Mac OSX resource fork support (save/restore)
747   to Bacula -- HFS Plus support.
748 - Add FileSet to client Job listing query.
749 06Dec04
750 - Integrated Preben 'Peppe' Guldberg <peppe@wielders.org>
751   patch to backup directories skipped (due to no file system
752   changes or no recursion), and to add a slash to the end
753   of the directory name during the match process.
754 - Implement Jamie ffolliott <jamieff@inline.net>
755   patch to dird_conf.c that enables Multiple Connections and
756   fixes a typo in show. The rest of his patch awaits my suggested
757   changes.
758 05Dec04 
759 - Implement run command in Python
760 04Dec04 
761 - Implement conversion of the manual, and some minor
762   tweaks to the script tags.
763 - Apply a patch supplied by Preben 'Peppe' Guldberg that implements
764   ignore case in wild cards and regexes.
765 - Fix a truncated line in the above patch due to my cut and paste.
766 03Dec04
767 - Fix it so that the InChanger flag is only changed for Volumes
768   in the same Pool.
769 - Add PIDOF configuration path and apply to bacula.in
770 - Add user supplied patch to add inet_aton() of old Solaris
771   systems.
772 - Require pools to match before allowing multiple simultaneous
773   accesses to same storage resource.
774 - Add patch supplied by Martin to correct buffer overrun in
775   bsnprintf() with no library snprintf().
776 02Dec04
777 - Apply user supplied patch that implements No Hard Links.
778 - Document Python interface
779 - Add hardlink keyword patch supplied by David R Bosso <dbosso@lsit.ucsb.edu>
780 01Dec04
781 - Fix non-python prototypes in dummy routines.
782 - Add python 2.3 to config search list (user submitted patch)
783 - Add JobStatus to Python variables.
784 28Nov04
785 - Add "python restart" command in Console.
786 - Make built-in variables table driven.
787 - First cut of Python Events for Bacula. Director only.
788   StartJob, EndJob, NewVolume events.
789
790 Version 1.36.1 Released 26Nov04:
791 24Nov04
792 - Take Dan's fix to the fix_postgresql_tables (thanks Dan)
793 - Increase Maximum Concurrent Jobs to 20 in SD and FD!
794 - Fix improper handling of autochanger Volumes that are not
795   marked InChanger. Bug 170.
796 22Nov04
797 - Update authentication failure message to indicate possible
798   problem with Maximum Concurrent Jobs. Add to doc too.
799 - Commit PostgreSQL BIGINT fix -- apparently some people didn't
800   get it.
801 - Do not use a slot unless it is InChanger in the autochanger
802   code, otherwise autochanger gets upset not finding the Volume.
803   Bug 170 (need fix above too).
804 21Nov04
805 - Make authentication timeout compile time configurable.
806   The value is set in src/baconfig.h
807 - Fix removing items from watchdog queue, which apparently
808   screwed up if there was more than one item.
809 - Rework mediaformat part of manual to separate out old
810   tape format for easier reading.
811 - Add a lot of debug code to the authentication code.
812 - Add seconds to the start/end times printed in the job report.
813 19Nov04
814 - Fix mutex deadlock in dequeue of messages.
815 - Add debug code to FD authorization.
816 18Nov04
817 - Increase authentication timeouts to 10 minutes.  
818 15Nov04
819 - Fix cancel bug in FD on /lib/tls with zero pid in 
820   pthread_kill.
821 - Add date/time to all messages.
822 - Make Qmsg use time message was queued rather than time
823   printed.
824 - Indent job output two spaces.
825 13Nov04
826 - Fix web page links for new manual.
827 - Grant postgresql permission to cdimages.
828 - Correct crash after "list nextvol" "list media" bug 160
829 12Nov04
830 - Fix scripts/Makefile.in missing ;\  -- thanks Martin
831 - A bit of work on btape to keep if from going into infinite
832   loops when things do not work well, and to print a bit
833   better info.
834 11Nov04
835 - JobDefs Storage resource completely overrode anything
836   specified in Job resource -- bug 159 -- fixed.
837 - Fix syntax of renaming postgresql per Dan.
838 - Add working_directory to be /tmp for wx_console.
839 10Nov04
840 - Allow both a JobId and a filename or list of files to be
841   specified on a restore command line.
842 - Save old mtx-changer before installing new one: bug 156
843 - Fix errors in CDROM file pointed out by Scott.
844 09Nov04
845 - Fix exepath when Bacula executed without path.
846 - Move test for socket libraries for Solaris in configure.in
847   before tcp wrapper tests so that linking works.
848 - Add "make copy-static-fd" to makefile in CDROM file to
849   copy existing static fd to CDROM rather than building it.
850 08Nov04
851 - More doc updates
852 - Fix ps command for OpenBSD
853 - Rework the creation of indexes for SQL -- fall back
854   to the old code, but document what can be added.
855 06Nov04
856 - Add new Daemon message handler in default DIR conf.
857 05Nov04
858 - Fix Seg Fault with -D100 in bpipe.c.    
859 - Fix Seg Fault in run specifying a JobId.
860 - Make mail from daemon with a Messages Resource use
861   the MailCommand with editing rather than the default
862   sendmail.
863 - Replace Jmsg in dispatch_message() with Qmsg.
864 - Make edit_job_codes handle NULL jcr.
865 04Nov04
866 - Add M_ALERT class and put tape alerts into it.
867 - Fix Verify count vs found by not double counting files
868   that are split across files/Volumes.
869 30Oct04
870 - Fix count returned from write_bsr_file() to handle multiple
871   volumes. This fixes most cases of the Verify VolumeToCatalog.
872 - Cleanup a bit the make clean for the rescue cdrom and remove
873   unneeded files from the CVS.
874 28Oct04
875 - Fixed acquiring a tape so that it does not block all acquires
876   when operator intervention is needed.
877 - Platform build script updates from Scott
878 - Doc updates
879 - Add patch to force Linux LD_ASSUME_KERNEL to avoid using the
880   new /lib/tls. This is done in the startup scripts.
881 - Modify mtx-changer so that it checks for ONLINE while
882   waiting.
883 - Modify make_postgresql_tables.in so that EndBlock is stored
884   as a bigint. Prevents job failures when a disk volume is
885   larger than 2GB.
886 24Oct04
887 - Add grep ONLINE to wait_for_drive() in mtx-changer.in
888 - More doc.
889 - Rebuild Scott's new configure