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