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