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