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