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