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