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