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