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