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