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