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