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