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