]> git.sur5r.net Git - bacula/bacula/blob - bacula/technotes-2.1
7fde314feeb4890945e64389d7bba4d58df8d9d7
[bacula/bacula] / bacula / technotes-2.1
1               Technical notes on version 2.2
2
3 General:
4 07Sep07
5 kes  Add ./configure search in qwt-qt4 for qwt package
6 kes  Apply Martin Simmons patch that should turn off the new API usage
7      when batch insert is turned off allowing building on older
8      PostgreSQLs.
9
10 Release Version 2.2.2
11 04Sep07
12 ebl  Detect if new PosgreSQL batch insert API is present.
13 kes  Correct incorrect mempool call causing Director crash.
14 sb   Update spec files for 2.2.1 release
15
16 Release Version 2.2.1
17 30Aug07
18 kes  Update POTFILES.in
19 kes  Cleanup a few underquoted AC_DEFUNs in configure   
20 kes  Apply patch from Martin Simmons that adds a test for va_copy to
21      ./configure
22 29Aug07
23 kes  Fix bug #921 by increasing the number of tries to create a new volume
24      from 11 to 100.
25 kes  Rework bmsg in ua_output to use va_copy() so that bvsnprintf()
26      can be called multiple times.  Implement a version for machines
27      without va_copy() that gets a big buffer.
28 25Aug07
29 kes  Integrate more portable zone offset code into bsmtp.c
30      Submitted by Attila Fülöp.
31 24Aug07
32 kes  Fix bad SD->FD return status reported by 
33      (James Harper) <james.harper@bendigoit.com.au>
34 ebl  Fix a bug in read_close_session which return random status
35      thanks to James Harper
36 23Aug07
37 kes  Fix (hopefully) bug #930 by doing a db_escape_string() on file  
38      and directory names during restore of single file/directories.
39 kes  Add sanity checks to .sql command when string is empty. Hopefully
40      that will resolve Dirks Director crash.
41 22Aug07 
42 kes  Apply patch submitted by Martin Simmons that corrects a seg fault
43      in the bsmtp chat subroutine when debug is >= 10.
44 21Aug07
45 kes  Fix Director crash when running bat SQL queries.
46 kes  Add David's notes on Item 8: Copy pools.
47 18Aug07
48 kes  Rework projects file to be current and ready for a vote.
49 kes  Enhance lex scanner error message.
50 17Aug07
51 kes  Tweak LICENSE file to mention BSD code.
52 kes  Fix bat.pro.in so that it includes the OpenSSL libraries only
53      if specified on the ./configure.
54 kes  Add first (not yet tested) cut of bcomm to the qt-console directory.
55      This class is intended to allow us to open a second bsock to the
56      Director while in the restore subdialog.  
57 16Aug07
58 kes  Fix configure to create bat Makefile before creating dependencies.
59 kes  Eliminate the egg files from the tray-monitor. Use gtk calls.
60 kes  Add a tooltip to the tray monitor.
61 dvl  Set the Director's PID file before dropping privs. This fixes
62      bug #923.
63 15Aug07
64 kes  Update AUTHORs file
65 kes  Increase the default max concurrent jobs to 20 in FD and SD to
66      correspond with the default .conf files.
67 kes  Rewrite the Win32 service routines.  This eliminates the 3 copies
68      some different, of the same file created by RN when porting the 
69      Win32 SD and Dir.
70 kes  Rearrange some of the Win32 directories and the placement of the files
71      in them.
72 kes  Set DEVELOPER flag in version.h
73
74 ========================================================================
75 Release Version 2.2.0
76 09Aug07
77 kes  Apply a second doc patch from Marc.
78 kes  Apply a doc patch from Marc Schiffbauer <marc@schiffbauer.net> that
79      improves the tips section that discusses how to setup multiple
80      simultaneous jobs.
81 08Aug07
82 kes  Update bat README file.
83 kes  Apply patch from Allan Black <Allan.Black@btconnect.com> that     
84      corrects a typo in the Recycle status check in db_find_next_volume().
85      This will probably fix a number of annoying problems with multiple
86      Recycled volumes.
87 kes  Modify most of dird/msgchan.c to use bsock class calls rather than
88      bnet calls -- no functionality change.
89 07Aug07 
90 kes  Modify the Verify output to specify if files are missing on    
91      the Volume(s) or disk.  Fixes confusion in bug #916.
92 kes  When more than one Volume is read in a migration job, the last
93      Volume bytes reported are from the last read volume rather than
94      the last written volume. Fixed. This fixes bug #910.
95 kes  Fix display of Recycle flag after update volume=foo recycle=yes.
96      It previously printed New Recyle flag is: no. This fixes bug
97      #917.
98 06Aug07
99 kes  Correct seg fault when switching tape drives during restore.
100 kes  Commit uid_gid_name.c (replacement for idcache.c), but will not
101      be used until after 2.2.0 release.
102 04Aug07
103 kes  Remove fnmatch() in SD that permitted wild card specifications.
104      This fixes bug #914.
105 31Jul07
106 kes  Fix %g in filename returned by SQL for browse tree reported by
107      Dirk.
108 kes  Fix configure so that it puts config.out in the cwd rather than
109      in src/qt-console
110 kes  Attempt to fix the locking problem reported by Eric in bug #906.
111 kes  Make berrno class to leave errno unchanged after constructor call.
112 kes  Make bnet_server use the heap rather than the stack to allocate
113      its socket fd pointers to avoid a crash at termination. Problem
114      reported by Ryan Novosielski and bugs pointed out by Martin Simmons.
115 30Jul07 
116 kes  Create new depkgs and depkgs-qt separating the qwt out of depkgs
117      and putting it in depkgs-qt along with Qt4.3.
118 29Jul07
119 kes  Rework code in acquire.c that switches drives for reading when
120      the Media Type does not match. This should fix bug #906
121 28Jul07
122 ebl  Fix a director segfault during job setup #907
123 kes  Correct seg fault in postgresql when first operation returns no
124      rows.  Fixes Dirks File browser problem seg fault with bat.
125 25Jul07
126 kes  Apply patch from Felix Schwarz <Felix.Schwarz@web.de> that allows
127      building wxconsole on Fedora 7 with wxWidgets 2.8 (it works with
128      2.6 as well).
129 24Jul07 
130 kes  Implement PopUp YES/NO dialog for bat.
131 23Jul07
132 ebl  Fix a compilation bug when using #define BACL_WANT_NUMERIC_IDS
133 22Jul07
134 kes  Correct RunScript to terminate job in FD on failure.
135 kes  Change abort_on_error and AbortJobOnError to fail_on_error
136      and FailJobOnError in RunScripts.
137 kes  Minor tweaks of code formating in RunScripts, principally to
138      avoid depassing 80 columns.
139 21Jul07
140 kes  Eliminate one #ifdef Win32 in bsmtp
141 kes  Implement grow tool to grow a file for testing very large databases.
142 kes  Add big-vol-test to test Bacula seeking with > 5GB.
143 Release 2.1.28 beta
144 19Jul07
145 kes  Modify find_next_volume() to return all values in Media record.
146 kes  Ensure that we keep Recycle Pool when moving Scratch volumes.
147
148 Release 2.1.28 beta
149 18Jul07
150 kes  Update Release notes 
151 17Jul07
152 ebl  fix a bug in get_scratch_volume() report by Andreas Helmcke
153      Warning, in previous beta version, all media get from scratch keep their
154      old retention.
155 16Jul07
156 kes  Tweaked Win32 installer to remove temp conf files at uninstall time.
157      This should fix bug #842. Made a note to look at removing the temp
158      files at the end of the install.
159 kes  Add ability to mount and unmount a file device providing it is
160      marked as being removable and has the appropriate mount and unmount
161      commands defined in the Device resource. This fixes bug #830.
162 kes  When applying a storage override, release all previous storage
163      definitions rather than just prepending the new storage.
164      This should prevent a good deal of confusion.
165 14Jul07
166 kes  Implement ./configure search for qwt libraries.
167 13Jul07
168 kes  Disable posting the WM_CLOSE message in KillRunningCopy of the 
169      Win32 FD.  This should fix bug #893.
170 kes  Remove an unnecessary beep in Win32 init code.
171 kes  Update copyright dates in Win32 executable about boxes.
172 kes  Replace the FSF copyrighted getopt.c and getopt.h in the Win32
173      code with a BSD getopt.c and getopt.h.
174 kes  Remove sched.h from the Win32 compat directory -- not used.
175 kes  Remove the Exit menu item from the Win32 tray monitor. If you really
176      need to shut it down, do it through the services panel or the command
177      line.
178 kes  Remove some inappropriate Bacula FSFE copyrights.
179 ebl  Tweak status client=xxx to be more easy to parse (more like in 2.0.x)
180 kes  Fix regress config non-portable test as pointed out by
181      Florian Heigl <florian.heigl@gmail.com>
182 kes  Fix PSCMD for HP-UX in configure.in to have proper syntax.
183      as pointed out by Florian Heigl <florian.heigl@gmail.com>
184 12Jul07
185 kes  Fix missing rctx. prefixes on the Darwin code in src/filed/restore.c
186      Reported by Frank Sweetser.
187
188 Release 2.1.26 beta
189 12Jul07
190 kes  Fix client-only build.
191 kes  Integrate client-only fixes for bsys (initgroups) and conio from
192      Sergey Svishchev <svs@ropnet.ru> for the AIX platform.
193 kes  Make arguments to get_scratch_volume() in same order as other
194      such calls.
195 kes  Rework the prune_volumes() subroutine so that after purging and
196      no volume found in desired pool, it will check for a scratch 
197      volume. This prevents recycling the whole scratch pool.
198 kes  Add code to status storage to print boffset_t (largefile support).
199 11Jul07
200 kes  Move qwt (Graphics libarary for Qt4) to depkgs.
201 kes  You now need a --with-qwt=<dir> to be able to build bat.
202 kes  Update src/win32/cats/bacula_cats.def to include the new       
203      db_get_query_dbids() call on Win32.
204 07Jul07
205 kes  Correct a problem when selecting a scratch volume and moving
206      it to another pool that lost some columns.
207 kes  Tweak some code in ua_update.c to use POOL_MEM instead of POOLMEM.
208 kes  Enhance Autochanger error messages to include Volume and device name.
209 kes  Rework prune_volumes() code to take account of InChanger flag,
210      and to handle recycling volumes going to the Scratch pool and
211      current pool because the RecyclePool directive.
212 kes  Implement a better and more efficient db_get_query_dbids() to
213      handle creating and passing back a list of DBIds.
214
215 Release 2.1.24 beta
216 03Jul07
217 kes  Start work on new more efficient DBId subroutine. First use
218      will be for recycling volume to Scratch inchanger.
219 kes  Increase number of JobIds in pruning from 1000 to 10000. 
220      This to be replaced by above routine.
221 kes  Begin implementation of building Qt4 on Win32.
222 kes  Correct typo in fix I added for bad TLS shutdown.
223 kes  Pull 2.0.3 patches into patches directory.
224 kes  Update Release notes.  Include qt-console in line count.
225 kes  Update Projects file.
226 30Jun07
227 kes  Integrate patch from Sergey Svishchev <svs@ropnet.ru> that fixes 
228      bug in migration code where a job that spanned two volumes
229      was migrated twice.
230 29Jun07
231 kes  Implement new BST_DESPOOLING blocked state. Change from locking
232      during despooling in SD to blocking. This means that other threads
233      can work with the device structure, in particular the reservations
234      system while despooling.
235 28Jun07
236 kes  Fix return in reservation message queue that missed clearing
237      the jcr lock (implemented 26Jun07 below).
238 kes  Rename a number of dev methods to make locking function names
239      a bit clearer.
240 kes  Document locking in lock.c. Move lock structures to new file
241      lock.h.
242 26Jun07
243 kes  Move reservations message lock to lock jcr only this
244      fixes bug #861.
245 kes  Move main SD locking code into lock.c (new file).
246 kes  Update Win32 build to include lock.c
247
248 Release 2.1.22 beta
249 26Jun07
250 kes  Dirk committed the qwt library code for drawing graphs in bat.
251 kes  Tweak install of qwt so that it is integrated with ./configure.
252 25Jun07
253 kes  Fix HAVE_BATCH_INSERT to be HAVE_BATCH_FILE_INSERT, pointed
254      out by Eric (my typo).
255 ebl  Fix configure.in to get batch mode enable
256 kes  Return correct string from authenticate.cpp in bat when connecting
257      to Dir.
258 kes  Apply patch suggested by Frank Sweetser to fix bug #888 --     
259      spurious line drops when using TLS.  
260 kes  Do not file reparse points when restoring a file that already
261      exists -- Win32.
262 24Jun07
263 kes  Implement Windows reparse points -- similar to directories, but
264      we do not descend into it. This is a first cut. They seem to 
265      be backed up, but restore is not yet tested.
266 kes  Remove restore_blocking in tls code when shutting a socket to leave
267      it in blocking mode. Hopefully this will fix the encryption bug  
268      reported by Frank Sweetser.
269 kes  When opening a file for backup, tell the OS that we are going to
270      read it sequentially -- optimization.
271 kes  Change variable names in authenticate_director() to not conflict
272      with member names in bat. Caused great confusion with compiler,
273      but no warnings.
274 23Jun07
275 kes  Queue openssl error messages in case of comm problem.
276 kes  Do shutdown() call if socket terminated.
277 kes  Remove some duplicated code in tls.c
278 kes  Move more of the bsock member variables into private and access
279      them with methods.
280 kes  Add Frank Sweetser's tls-test to the regression suite.
281 22Jun07
282 kes  Add Swedish sv.po file
283 21Jun07
284 kes  Don't print clock skew message in FD if less than 3 seconds diff.
285 kes  Add a bit of VSS info to status client.
286 kes  Implement a first cut of Vista VSS, using Win2003 code.
287
288 Release: 2.1.20 beta
289 20Jun07
290 kes  Fixed bug #886 (multidrive autochanger: SD doesn't use drive with
291      loaded tape but uses first drive).
292 kes  Fixed bug #807 Restore encrypted backup failed on Windows 2003
293      This was indeed a Win32 issue.
294 19Jun07 
295 kes  Simplify search of autochanger for in-use Volume.  
296 kes  Fix exit condition of check for in-use volume.  kes Remove
297      inappropriate my_postgresql_free_result() in db_close()
298      routine.
299 kes  Fix bad return in FD when encryption signature not found.
300      Probably caused a crash.
301 kes  Inhibit missing encryption signature error messages for 
302      file types where no signature computed.
303 kes  Correct inverted check on autochanger in reservation system.
304 kes  Tweak debug code in autochanger reservation.
305 18Jun07
306 kes  Add some additional locking in the cats directory in subroutines
307      that modify packet variables called from batch insert.
308 kes  Rework how dcrs are allocated. new_dcr() can now be called
309      with an existing pointer, and it will simply clean it up.
310      This allows the reservation system to test various different
311      devices, and will permit easy device changes.
312 kes  A bunch of changes all over to handle new new_dcr() calling
313      sequence.
314 kes  Work more on the Volume management in the SD. Remember Volumes
315      for tape drives and for autochangers (even virtual disk changers).
316 kes  When looking at the Volume list to reserve a drive, handle 
317      autochanger names correctly by interating through the changer 
318      devices.  Also call the Director to see if a Volume is suitable
319      for the current job.
320 kes  Fix some bugs in bscan. Make sure all media records are written.
321      Make sure that valid JobMedia records are written for disk files.
322      Previously they were completely wrong.
323 kes  Move source tar files for depkgs-mingw32 to www.bacula.org so
324      that the URLs don't change and so that the developers will all
325      work off the same copy. Rebuild from scrach.
326 kes  Upgrade Win32 SQLite3 from 3.3.8 to 3.3.17.
327
328 Release: 2.1.18 beta
329 16Jun07
330 kes  Fix seg fault in FD from incorrect digest size. 
331 kes  Fix argument to non-OpenSSL crypto.c subroutine.      
332
333 Release: 2.1.16 beta
334 16Jun07
335 kes  Remove a few malloc()s from the encryption code.
336 kes  Use the class calls to bsock in filed/backup.c and restore.c in
337      place of the old bnet_xxx code.
338 kes  Implement code that does an on the fly calculation of the  
339      signing digest during restore of encrypted files.  It makes
340      a best guess at the algorithm, and if it is not correct, will
341      then revert to the old code which reads the file after it is
342      restored.
343 kes  Implement at least one missing crypto stream in stream_to_ascii()
344 kes  Apply patch from William <chowmeined@gmail.com> that fixes bug
345      #877 where a reload with bad syntax causes Dir to exit.
346
347 Cut: 2.1.14 beta (not released)
348 14Jun07
349 kes  Do not free a volume on a tape drive until another volume is
350      mounted and read, or the autochanger unloads the volume.
351      This should help the SD re-use volumes that are already mounted,
352      and should fix bug #886.
353 kes  Apply patch from user brettedgar that allows gnome2-console include
354      the OpenSSL libraries, and hence work with SSL.  Fixes bug #885.
355 kes  Apply patch from Lucien Weller that fixes day of week calculation
356      because of DST flag problem. Fixes bug #887.
357 10Jun07
358 kes  Move find_next_appendable_volume() to after acquiring a valid device
359      in reserve.c.  This fixes bug #864 -- confirmed by reporter.
360 09Jun07
361 kes  Unable to reproduce bug 872. However added additional testing for
362      integer.
363 kes  Bug #874 resolved by documenting SQLite limitations.
364 kes  Bug #882 resolved by documenting mtx-changer script for new drive code.
365 kes  Bug #881 resolved by removing typo in mtx-changer script.
366 kes  Made Frank Sweetser's wiki the official Bacula wiki with his
367      approval. Added a link to the wiki on the web page, and implemented
368      a backup from http://paramount.ind.wpi.edu                                          
369 08Jun07
370 kes  Fix update allfrompool to pass pool name.
371 07Jun07
372 kes  Convert to pure GPL v2 license.
373 kes  Fix sscanf problems reported by Peter Buschman that caused
374      a bus error on Solaris.
375 kes  Rework (simplify) the select prompt in bat.
376 kes  Move get_jobid_from_tid() into lib and create a 
377      get_jcr_from_tid().
378 kes  Use get_jcr_from_tid() to conver all tls Emsg() to Jmsg().  This
379      should definitely fix the problem of lost error messages in the
380      encryption code.
381 kes  Remove over zellous addition of FSFE copyright in a few eggxxx files.
382 kes  Eliminate tcpd.h from the project. Enclose the #include from the
383      library with extern C ...
384 kes  Add print of signal name when a signal is trapped.
385
386 Release: 2.1.12 beta
387 04Jun07
388 kes  Fix a seg fault in the PostgreSQL driver dereferencing a NULL pointer.
389 03Jun07
390 kes  Implement SQLITE3_INIT_QUERY in version.h that can do an initial
391      query for SQLite3. Use it to set PRAGMA synchronous = OFF. This
392      makes SQLit3 run 30 times faster, though a bit less safe.
393 kes  Implement --with-batch-insert in configure and detection of thread
394      safe libraries.  It is on by default, but turned off if no thread
395      safe library (e.g. SQLite 2) is available.
396 02Jun07
397 kes  Fix Bacula PostgreSQL buffer overruns.
398 kes  Do better checking for NULL results returned from PostgreSQL;
399      implement retry for failed queries; clear results buffer after
400      failed query. Hopefully this will correct the PostgreSQL failures.
401 01Jun07
402 kes  Implement algorithm to handle only one appendable volume with
403      Prefer Mounted Volumes = no.
404 kes  Fix a Bacula PostgreSQL bug dereferencing a NULL pointer      
405      returned from a query.
406 kes  Make volume lock recursive.
407 kes  Implement an additional volume reservation algorithm that
408      starts by considering all reserved volumes then uses the
409      old brute force algorithm of searching the resources to
410      find a suitable device.
411 kes  Add new reservations debug code and refine the old code.
412 kes  Update the win32/dll/bacula.defs file.
413 29May07
414 kes  Tweak reservations algorithm to permit a few more cases, i.e.
415      volume reserved, but on different drive, ...
416 kes  Enhance SD status to include Pool and Media Type for drive in a
417      more readable format (a bit longer). 
418 kes  Fix PostgreSQL double free.
419 28May07
420 kes  Minor refactoring of restore decryption code.
421 kes  Add code to smartall.c to detect double free of a buffer.
422 27May07
423 kes  Add < > around %r in from field on mail command of bacula-dir.conf.in
424      so that bsmtp will create a correct email address (mailbox only).
425 kes  Modify 'memory' command so that the buffers are listed as 'In use'
426      to avoid confusion with Orphaned buffers.
427 kes  I reworked the OpenSSL include/lib flags to be handled in     
428      the standard Bacula way, which should fix bug #863 concerning
429      non-standard OpenSSL libraries.
430 26May07
431 kes  Implement Help Browser window for bat.
432 kes  Fix reload bug that reset StorageId to zero.
433 25May07
434 kes  Fix TLS #ifdefing when TLS turned off.
435 kes  Ensure that when labelling a tape with Slot=0 that InChanger
436      is not set.
437 kes  Use DISTINCT to make MySQL and PostgreSQL uar_list_temp query        
438      the same.
439 kes  Add StartTime to final uar_sel_jobid_temp query so that we can
440      add DISTINCT (required by PostgreSQL).
441 kes  Implement BSOCK authenticate_director() method. Eventually will
442      authenicate all daemons.
443 kes  Move several more functions into the BSOCK class.
444 24May07
445 kes  Add code to tell the OS that we no longer need a cached
446      file that we were reading. In findlib/bfile.c.  Also,
447      only cache files that we are reading. Thanks to
448      Tobias Oetiker <tobi@oetiker.ch> for the idea.
449 kes  Tweak to bsmtp to eliminate compiler warnings on Win32.
450 kes  Implement script to automatically generate cats and dll .def
451      files for Win32 dll.
452 kes  Update README.mingw32 to include new .def file generation.
453 kes  Correct typo in UTF-8 error message as reported by:
454      jhernandez <julianhernandez@gmail.com>
455 kes  Add additional sm_check() code on debug level 1.
456 kes  Set default debug level to 1.
457 kes  Trap SIGABRT in attempt to get traceback.
458 23May07
459 kes  Reduce bat connect timeout from 30 to 15 seconds.
460 kes  More restructuring and implementing BSOCK class in place of
461      old bnet.c code.
462 kes  Remove a few unnecessary malloc() tests in crypto code.
463 kes  Turn off crypto calls for > 128 bits in crypto.c if HAVE_SHA2
464      not defined. Bug reported by Allan Black <Allan.Black@btconnect.com>
465 kes  Remove duplicate HAVE_CRYPTO definition in config.h.in
466 22May07
467 kes  Fix Verify InitCatalog mysql_escape_string() trashing memory.
468      Make buffer bigger.
469 kes  Fix Verify InitCatalog. The attributes were not pointing to the
470      correct saved location.
471 kes  Implement message callback so that GUI is sure to get all
472      daemon messages. Currently displayed in a dialog in bat.
473 kes  Ignore SIGUSR2 (Bacula timer) in bat.
474 kes  Apply regress patch from bug #859 to allow regress to work 
475      with Solaris compiler.
476 21May07
477 kes  Begin adding TLS support to bat.
478 kes  Apply UTF-8/16 patch from Yves Orton <demerphq@gmail.com> to
479      clean up lex.c and make it more readable.
480 20May07
481 kes  Move more bnet functions into the BSOCK class.
482 kes  Fix tray-monitor by not requiring a timer interval in bnet_connect()
483 kes  Complete change of berrno strerror() method to bstrerror() 
484
485 Release: 2.1.10 beta
486 18May07
487 kes  Cleanup incorrect email addresses in bsmtp.
488 kes  Make bat display initial messages rather than discard them.
489 16May07
490 kes  First cut of adding .mod to the run command.    
491 kes  Implement auto display of messages in bat.
492 kes  Enhanced preferences to allow all Bacula output to be
493      displayed in bat.
494 15May07
495 kes  Try to make bsmtp date routines more generic.
496 kes  Fixed bug #856 autochanger documentation.
497 kes  Rework bsmtp date editing for Win32. This fixes bug #854.
498 kes  Add new cats entry point so Win32 builds.
499 14May07 
500 kes  Attempt to fix bsmtp date editing on OSes without %z editing. 
501      Fixes bug #854.
502 kes  Do better checking for the MySQL 64 bit libraries looking for both
503      .a and .so libraries.
504 kes  Add a kludge for Ubuntu's non-standard locations for MySQL -- allow
505      /usr/include/mysql/mysql.h AND /usr/lib/... rather than /usr/lib/mysql/...
506 kes  Require the thread safe version of MySQL during configure. Thanks
507      to Andre Noll for pointing this out.
508 kes  Ensure that calls to find_jobids_from_mediaid_list() check count before
509      continuing in migration code.
510 kes  Apply implementation of tray-monitor font derived from gnome-console
511      submitted by Andreas Piesk <a.piesk@gmx.net>
512 13May07
513 kes  Eliminate important memory loss in SQLite
514 kes  Fixed the batch insert MySQL thread specific data that was not
515      being freed. See cats/mysql.c:db_thread_cleanup().
516 kes  Fix restore before command.
517 kes  Convert old hdr.name to name() in a few places.
518 kes  Implement update jobid command.
519 kes  Return all time_t dates in db_get_job_record()
520 kes  Stop watchdog in SD earlier.
521 kes  Put Pool just after Storage in please mount message.
522 kes  Fix pointer usage bugs in Verify InitCatalog pointed out by
523      Eric.
524 12May07
525 kes  Update the po files.
526 kes  Fix Verify InitCatalog by making it cache attributes.
527 11May07
528 kes  Change name bacula-bat to bat for man 1 page to correspond to
529      Makefile.
530 kes  Check for client and store NULL pointers in status command.  This
531      fixes bug #845.
532 kes  Fix non-ssl build so that it works (add JCR *jcr to crypto structures).
533 kes  Fix sign extended editing of %p.
534 kes  Clean out a little old #ifdefing in cats/mysql.c
535 10May07
536 kes  If time diff between DIR and FD is more than 600 seconds convert
537      INFO message to WARNING.
538 kes  Implement heap size display in status for all daemons.
539 kes  Attempt to fix MySQL db open memory loss (not successfull).
540 kes  Don't set SIGKILL and SIGSTOP neither can be trapped.
541 kes  Eliminate memory loss in MySQL (possibly other SQLs) during
542      Query. This looks like a MySQL but but by doing extra releases,
543      the memory goes away.  This should fix bug #847.
544 09May07 
545 kes  When backup fails, cancel SD before waiting for sd termination.
546 kes  If SD is waiting for FD to connect during cancel, wake up the 
547      thread.
548 kes  Fix fsf code so that errno is correctly reported.
549 kes  Apply migration patch (with changes) from Sergey Svishchev <svs@ropnet.ru>
550 08May07
551 kes  Make lack of Pool directive in Job an ERROR_TERM rather than FATAL
552      so that Bacula doesn't later stumble into a seg fault.
553 kes  Use the term Restore Client in the restore Job report.
554 kes  Merge patch from Sergey Svishchev <svs@ropnet.ru> that preserves 
555      the original job's FileSetId.
556 kes  Merge patch from Sergey Svishchev <svs@ropnet.ru> that implements
557      spooling in migration jobs.  Not yet tested.
558 kes  Merge patch from Jorj Bauer <jorj@seas.upenn.edu> that implements
559      reading conf file from a pipe.  However, do it with open_bpipe()
560      rather than popen.  Not yet tested.
561 07May07 
562 kes  Fix an ugly bug where the VolCatBytes were getting updated
563      during a restore.
564 kes  Implement bconsole memory command that prints current memory
565      usage, plus smartalloc dump.
566 kes  Clarify some error messages in backup, admin, and migrate.
567 kes  Shrink label dialog to smaller size.
568 kes  Invert Cancel OK buttons on restore to be OK Cancel.
569 kes  More strerror() to bstrerror() conversions.
570 06May07 
571 kes  Start implementing bstrerror() in place of strerror().
572 kes  Stripping path -- seems to work.
573 04May07
574 kes  Prevent door and port files from being restored (mostly
575      Solaris stuff).
576 kes  Free an unreleased buffer in compat code.
577 kes  Change console Job name from *Console* to -Console- to eliminate
578      Win32 filename problems.  Put Win32 path separator when creating
579      Console file.  This fixes bug #846.
580 kes  Change berrno::strerror() to berrno::bstrerror().  Not yet full
581      implemented.
582 kes  Pass jcr to crypt_sign_decode because it creates a new SIGNATURE
583      structure.
584 kes  Define b_errno_win32 on Linux to be zero so that it can be or'ed in
585      to force Win32 error message.
586 03May07
587 kes  First cut strip path. The data should be passed to the FD,
588      but nothing is done with it yet.
589 kes  Enhance the digest and signature routines in the crypto
590      library to accept a JCR and to use it to print error messages
591      so that they will go in the Job report rather than the daemon's
592      messages.
593 kes  Simplify some of the verify signature code.
594 kes  Simplify a few of the alternative returns in the signature 
595      code.
596 02May07
597 ebl  Use only POSIX regex instead of GNU regex in breg.c for
598      File relocation. It fix broken freebsd compilation.
599 kes  Convert all other Dir files to use new ua class message 
600      routines for bat.
601 kes  Tentative fix for missing digest signature in bug 807.
602 kes  Correct handle problem in new win32_ftruncate routine.
603 kes  Convert ua_purge.c and ua_update.c to use new ua class
604      message routines for bat.
605 29Apr07 
606 kes  Correct incorrect installation of LICENSE in Win32 installer.
607 kes  Display LICENSE at the beginning of the Win32 install.
608 kes  Attempt to correct the need for the png files to be installed 
609      for bat.
610 kes  Reapply my bat.conf install script in qt-console. I think I 
611      editted bat.pro instead of bat.pro.in and it was lost.
612 kes  Apply CentOS patches someone sent me. Checks for /var/run/subsys,
613      the /var/lock/subsys for subsysdir.  Also corrects typos in the
614      doc.
615 28Apr07
616 kes  First cut update job.
617 kes  Correct configure to include qmake of src/qt-console directory.
618 26Apr07
619 kes  Make restore job yes/mod/no print in one command so GUI works.
620 kes  First cut implementing backup and restore client.
621 kes  Correct editing in Verify output that caused a seg fault.
622 25Apr07
623 kes  Insure that bat.conf is not overwritten during installation.
624 kes  Fix important bug in db_sql_query() in mysql.c.  It was introduced
625      while I was implementing migration in March 2006 !
626 24Apr07
627 ebl  Cleanup file relocation, using char *RegexWhere instead of
628      char *where + bool where_use_regexp
629 kes  Update some manpages and add bat manpage.
630 kes  Make a first cut at converting bacula.spec.in for bwx-console
631      and bgnome-console.
632 kes  Apply patch from John Goerzen to add hostname as fourth argument
633      to make_catalog_backup script.
634 kes  Fix typos I introduced into bsmtp.c
635 kes  Make pm_strxxx() routines handle input of NULL pointer. This
636      is to protect from NULL pointers returned from SQL databases.
637 kes  Correct typo in bacula-sd manpage as pointed out by John Goerzen.
638 kes  Add more debug to FIFO code -- fix fifo regression test.
639 23Apr07
640 kes  Implement posix_fadvise in FD, and for reading spool files in SD.
641 kes  Add thread timer to bnet_connect() to break from OS if wait time
642      expires.
643 22Apr07
644 kes  Update Win32 build to include new files, new symbols, and    
645      renamed files.
646 kes  Implement socket level heartbeat (tcp_keepidle)
647 ebl  Commit File relocation patch
648 kes  Make bat have 'make install' target.
649 kes  Warn during install if old gnome-console binary found.
650 kes  Warn during install if old wx-console binary found.
651 kes  Add -8 option to bsmtp command line to add content type utf-8. 
652      Fixes bug #809. (Character coding problem in bsmtp).
653 kes  If < is found in target (from, to, cc) then do not enclose the
654      target in < >  in bsmtp. Fixes bug #772  (malformed address).
655 kes  When printing certain items in dbcheck, stop after 300000.
656      Fixes bug #822. (dbcheck loops).
657 kes  Incorrect status in Dir after waiting for mount with poll set.
658      Fixes bug #825.
659 21Apr07 
660 kes  Extend idea of Prefer Mounted Volumes to mean a volume about
661      to be mounted.
662 kes  Print waiting to reserve a device every 5 mins.           
663 20Apr07
664 kes  Don't call close_part in label.c if tape and relabel.
665 kes  Don't free volume if busy in close() -- should help with
666      bug 801.
667 ebl  Fix #824 RunScript bug (After script could be execute twice)
668      Now, Before Script can use RunsOnSuccess and RunsOnFailure options
669      By default (like before) RunsOnSuccess=true and RunsOnFailure=false
670      Add a regression script to test RunScript
671 19Apr07
672 kes  Correct usage of MTIOCLRERR ioctl for clearing persistant errors
673      on Solaris.
674 18Apr07
675 kes  The bgnome-console (gnome-console) and bwx-console (wx-console) are
676      deprecated. No additional bugs will be fixed, and they will be dropped
677      in a future release (probably 2.4.0).
678 kes  Change name of wx-console to bwx-console to make it more Bacula
679      unique.
680 kes  Change the name of gnome-console to bgnome-console to make it
681      more Bacula unique.
682 14Apr07
683 kes  Some time in March, a Feature Request with patch from Jorj Bauer
684      <jorj@seas.upenn.edu> was committed by Landon (with my approval).
685      It implements:
686      The ability for the director to validate a Client (FD) CN against
687      an arbitrary set of patterns rather than the hostname, with
688      A new 'TLS Allowed CN' set of directives which are implemented
689      in the Client resource.  Then pattern matching is used in place
690      of hostname matching against the Certificate's CN. As an example, we
691      have certificates which (a) use a local CA, and (b) have a CN of the
692      form client_123.
693 kes  Add new/changed entry points to Win32 build
694 kes  Create unaccepted-projects for projects that are not accepted.
695 kes  Simplify locking in the reservations system.
696 kes  Add more debug code in reservations.
697 kes  Make sure error condition on reserving a volume is handled correctly.
698 kes  Correct handling of volume_in_use.
699 kes  Correct handling of initializing a device.
700 kes  Move handling of broadcasting releasing a device into release_device().
701 kes  Correct attaching dcr to dev so that it is only done if device
702      is properly initiated.
703 12Apr07
704 kes  Locking debug level tweaks in SD.
705 kes  Tweak new Volume code.
706 11Apr07
707 kes  Add exec external-command [wait-seconds] to bconsole. This
708      executes the external-command.  Note! normally external-command
709      should be enclosed in double quotes.
710 kes  Turn the .die command on only if DEVELOPER is defined -- i.e.
711      it should normally be off in a production system.
712 10Apr07
713 kes  Implement die command for SD so that we can force it to dump.
714 kes  Implement SD lock debug code.
715 kes  Implement new algorithm for keeping Volume list in SD.  It
716      is now owned by the device.
717 04Apr07
718 kes  Implement new code for freeing in use volumes that should 
719      resolve if not all, some of the problems of multiple drive
720      tape conflicts described in bug 801.
721 03Apr07
722 kes  Fix gui/bacula-web/images files in svn.
723 kes  Turn on FreeBSD/OpenBSD code to set EOT model on tape.
724 02Apr07
725 ebl  Fix a bug in batch mode (in string escape)
726 kes  Correct migration prune SQL typo that crept in in a    
727      recent 2.1.x change.
728 01Apr07
729 kes  Move bnet_despool() into class in bsock.c
730 kes  Modify job report to include director name and Build OS.
731 kes  Move drop root privilege and check_catalog() before fork.
732 kes  Add update database scripts (version 9 to 10) to updatedb directory.
733 31Mar07
734 ebl  Check size and age of each file after its backup to see if
735      it has changed during backup, if 'checkfilechanges' is set.
736      The FD will do an extra check (stat(2)) after
737      each file backup. mtime, ctime and size are compared with
738      'before backup' information. If time or size mismatch, an
739      error message will be generated. You must upgrade FD to use it.
740 30Mar07
741 kes  Make database name and user configurable
742      --with-db-name=xxx --with-db-user=xxx
743 kes  Add back database type to message.c for debugging.
744 29Mar07
745 kes  Implement dir_sql() which issues an SQL query.
746 kes  Modify bat medialist to use dir_sql() and do some minor C++
747      formatting as well as eliminating a number of pointers, simplifing
748      the code.
749 28Mar07
750 kes  Fix some of the mtx-changer grep commands for tape label readers.
751 kes  Convert a number of bsendmsg into the appropriate send/warning/error
752      message class calls.
753 kes  Suppress the using database message in the .sql command.
754 kes  Correct an incorrect bnet_tls_client prototype -- patch from Martin.
755 27Mar07
756 kes  Add context menu for floating a window.
757 kes  Some minor cleanup and name changes in qt-console
758 kes  Add doing mt setblk 0 in Win32 mtx-changer.
759 kes  Apply Martin's bug fix to move definition of ENODATA for 
760      FreeBSD to bsock.c
761 ebl  Add a BUSY handler to sqlite to be able to use multi_db = 1 with
762      sqlite2 and sqlite3.
763 26Mar07
764 kes  More pruning cleanup.
765 kes  Turn on wait_for_drive by default in mtx-changer.
766 kes  Turn on Batch insert code by default as it now passes regression.
767 kes  Add ./configure --enable-bat to enable building of Bat.   
768      No install yet though.
769 25Mar07
770 kes  Implement a new .sql command for bat.
771 kes  Implement code to turn off pruning in obtaining the next volume.
772      Pruning is turned off for the status dir command, but turned on
773      for SD requests and for the list nextvolume command.
774 24Mar07
775 kes  Correct Qmsg() that was not updated correctly when committing a
776      previous change (probably the recent TLS patch).
777 23Mar07
778 kes  Write new subroutine is_volume_purged() that explicitly checks
779      if the Volume is purged, and if so marks it as such. This should
780      resolve problems reported about needing to mount twice to recycle
781      volumes.
782 kes  Rewrite pruning algorithm to do more work in the SQL engine, and
783      to pass a list of JobIds to be deleted to SQL.  Also, minimize the
784      amount of duplicated code.     
785 kes  Do volume pruning only for the Media Type desired (reduces pruning time
786      if multiple Media Types are in the same pool).
787 kes  Implement more detailed info in the Job report for the Bacula version
788      and architecture.
789 kes  Switch from POOLMEM to POOL_MEM (a real class) in ua_prune.c and
790      ua_purge.c.
791 ebl  Add bbatch tool to bench database and insert mode.
792      Fix sql quote stuff in batch mode
793      Fix sql stuff for mysql
794 22Mar07
795 kes  Correct problems with am/pm scheduling. Fixes bug #808.
796 kes  Implement new prunning code that prunes up to 1000 jobs at
797      the same time.  The same technique can be applied to a number
798      of other prune/purge subroutines.
799 kes  Add an insanity check when starting a new tape job to ensure
800      that the tape position has not been changed. If so fail the
801      job.
802 kes  Fix Win32 build for dlls to add the folllowing:
803      src/lib/bsock.c -- new file with new entry points
804      src/lib/dlist.c  -- new entry points
805      src/cats/sql_create.c -- new entry point
806      src/cats/sql_cmds.c -- new DATA item exported
807 21Mar07
808 ebl  batch mode cleanup bscan-test is ok now.
809 kes  Implement SD code to check length of disk volume before appending.
810 18Mar07
811 kes  Correct return status on db_batch... routines.
812 kes  Add call to db_write_batch_file_records() to migration code.
813 ebl  Fix AfterJob timing
814 kes  Move the checking of the database in initializion of the Director
815      to after we drop privileges.  This avoids the need for both root
816      and bacula access to the DB.
817 kes  Correct a misplaced variable definition in src/filed/backup.c
818 kes  Correct how the new batch insert db_create_attributes_record()
819      uses the arguments.  Caused a seg fault in bscan.
820 kes  Implement lock() and unlock() methods in DEVICE class.
821      Implement block() and set_block(xx) methods in DEVICE class.
822 kes  Modify bnet_connect() so that it uses time() to check for the
823      wait time expiring (on some OSes, some system calls may not
824      return immediately).
825 kes  Modify Verify to obtain the previous JobId when it is actually
826      running rather than at schedule time (as it was in 1.38.x).     
827 kes  Fix src/job.c to handle MaxWaitTime correctly.  This should
828      fix bug #802.
829 kes  When checking pid in pid file, continue running if the pid is
830      the same as ours. This occurs on IRIX after a system crash.
831      Fixes bug #797.
832 10Mar07
833 kes  Extend new GUI API.
834 kes  Make the ua structure a class, and implement send_msg(),
835      error_msg(), warning_msg(), and info_msg().
836 08Mar07
837 kes  Apply fix from for building wx-console on the Mac from
838      bug #798.
839 kes  Implement new select mechanism for GUI programs.
840 kes  Reorganize initialization of stackedWidgets in bat.
841 07Mar07
842 kes  Add updated nagios plugin supplied by Christian Masopust.
843 05Mar07
844 kes  More bat implementation.
845 kes  File migrate bug with Pool Occupancy using mediaid instead
846      of jobids.  Fixes bug #795.
847 kes  Fix orphaned buffers in filed backup and verify due to
848      crypto buffers not freed during errors.  Fixes bug #789.
849 kes  Extend new GUI api code to tree commands.
850 kes  Ensure that tree and dot commands check console ACLs.
851 kes  Permit marking directory with trailing slash.
852 kes  Allow 20 console connections (instead of only 10).
853 04Mar07
854 kes  Add smartctl call to bacula-sd.conf as an example of getting
855      tape alert info.
856 02Mar07
857 kes  Modify jobq.c to let simultaneous restore jobs run. This may 
858      cause them to fail if they cannot get a drive.
859 kes  Add Client Connect Wait to Storage daemon to permit users to
860      modify the time the SD waits for a FD connection.
861 29Feb07
862 kes  Correct virtual changer check which was backwards. This caused
863      volumes to be unloaded into slots already occupied.
864 28Feb07
865 kes  Apply Command ACL filter to JobId list in restore command.
866 kes  Correct typeo in var.c patch.
867 27Feb07
868 kes  Don't let Bacula prune File or Job records for the current Job.
869 kes  Fix variable substitution pad + inc bug reported (with patch)
870      in bug #791.
871 26Feb07
872 kes  Correct SQLite log table index as reported by Luca Berra.
873 24Feb07
874 ebl  fix fifo stuff, bacula tries to rewind the fifo... Thanks to Andreas
875 22Feb07
876 kes  Begin implementing new comm signals for API.
877 kes  Fix a few places in lib/message.c where the open fd may 
878      not be zeroed.
879 kes  Continue implementing lib/bsock.c (real class).  Make jcr,
880      who, host, and port private. There are new methods to access
881      them for non-class use. This required touching a number of files.
882 21Feb07
883 kes  Add LANG=C to autoconf/randpass so it works with languages other
884      than English.  Fixes bug #788.
885 20Feb07
886 ebl  Revert ClientRunBeforeJob to old position as in 1.38.X.
887      This fixes bug #780
888      You will not be able to generate Include/Exclude list any more.
889      It will be fixed soon.
890      If you want to use this, you can apply
891      trunk/bacula/patches/testing/clientrunbeforejob_can_generate_include_exclude_list.patch
892 19Feb07
893 kes  Restore of sockets created false error messages because Bacula
894      no longer restores sockets, but the code was still trying to
895      set the attributes on a non-existent file. Reported by a user.
896 ebl  finish RecyclePool feature
897      Media will takes Pool.RecyclePool
898      when moving from Scratch to a Pool or when user will do
899      update volume=xxx frompool
900      To use it, add RecyclePool = aPool to your Pool resource
901         Pool {
902                 Name = Default
903                 RecyclePool = Scratch
904                 ...
905         }
906      TODO: update manual
907 kes  Expand new BSOCK class adding signal() and new BNET signals.
908 kes  Begin enhancing the dot commands adding a new API function
909      that returns more information and will make it easier
910      to interface to the Director from a program.
911 18Feb07
912 kes  Make DEVICE fd private. Its new name is m_fd, and can be
913      obtained with dev->fd() outside the class.  This is the
914      first of many DEVICE members to be made private.
915 kes  Implement Michael Renner's idea on having a virtual disk
916      changer. I made some minor modifications (e.g. I did not
917      implement the Virtual Changer directive, but simply set
918      the Changer Command to an empty string.
919 17Feb07
920 kes  Implement a BSOCK send() method that writes the whole record
921      in a single write() request rather than in two.
922 ebl  add update volume=xxx recyclepool=yyyy
923      volume takes recyclepool from pool when using update volume=xxx from pool
924 16Feb07
925 kes  Fix encryption deblocking bug, which caused some restored files
926      to be truncated. This fixes bug #763.
927 kes  Add FD event sequence order prepared by Eric -- for RunScripts.
928 kes  Fix 12am/pm bug as reported in bug #782 -- scheduler problem.
929 13Feb07
930 kes  Apply Eric's ClientRunScriptAfter patch to 2.0 and 2.1.
931 ebl  Use btime_t instead of uint64_t in media patch.
932 11Feb07
933 kes  Optimize the use of the database a bit in the Status dir command.
934      Only open it when needed, ensure that if any previous database
935      was opened, it is closed.
936 10Feb07
937 kes  Correct VolCatBytes bug from media patch.
938 kes  Apply patch from bug #612 by Rudolf Cejka to speedup pruning
939      in the case of orphaned records.
940 kes  Modify dbcheck to handle orphaned JobMedia, Path, Filename,
941      and File records in 300K chunks to be more efficient. This
942      idea came from Juan Luis Frances (if I remember right).
943 kes  Apply Eric's scratch patch that moves a purged Volume to
944      the RecyclePool.  Question: how is RecyclePool set? what
945      happens to the ScratchPool?
946 kes  Apply Eric's media patch that collects read/write media
947      times as well as byte counts.  This patch requires a
948      simultaneous upgrade of the DIR and SD.  Note, there
949      should be some way to turn off timing. I'm not sure
950      times are in Bacula units.
951 kes  Apply Eric's batch-insert patch.
952 09Feb07
953 kes  Update projects list.
954 08Feb07
955 kes  Implement Include/Exclude file lists in FD as dlists using
956      the new dlistString class. This permits efficiently having
957      large include/exclude lists and completes project Item 25.
958 kes  Fix dird/ua_cmds.c so that a cancel command checks if the
959      console is authorized to cancel the job.  This fixes bug 
960      #767.
961 kes  Modify SD so that the VolCatJobs medium record is updated
962      at the beginning of a Job rather than the end.  This
963      fixes bug #775 where exceeding MaxVolJobs caused jobs
964      to fail.
965 kes  Added a mutex around getting and setting Volume information
966      so that multiple simultaneous jobs will single thread.
967 07Feb07
968      Switch to using Subversion
969 kes  Remove src/pygtk-console/ from configure
970 06Feb07
971 kes  Delete src/lib/btree.c from win32 build, then add rblist.c
972      plus the entrypoints.
973 kes  Apply patch supplied that corrects debug print
974      in canceling jobs for max run time.  Supplied as
975      part of bug #621, which was previously fixed.
976 05Feb07
977 kes  Test on job_canceled() and sd_msg_thread_done inside
978      loop starting the message thread to avoid a race condition.
979      Fixes bug #771.
980 kes  Remove rl_catch_signal from console.c as it conflicted
981      with the header definition. Fixes bug #765.
982 ebl  Fixes bug #766 about RunsOnClient = Yes (case sensitive)
983 04Feb07
984 kes  Clarify some stored/acquire messages to indicate if the
985      problem is with read or append.
986 02Feb07
987 kes  Fix memory leak with storage ids in cats/sql_get.c
988 kes  Terminate watchdog earlier to avoid reference to released
989      memory -- reported by Jason Austin.
990 kes  Move closing the database from jobq.c to the director daemon
991      termination routine. This fixes memory leaks for shadow jobs
992      (i.e. migration jobs).
993 kes  Free up the unique jobid chain items in migrate.c.  This fixes
994      a memory leak problem.
995 kes  Convert some ugly looking for statements to use foreach_alist
996      in findlib/find.c.  This will facilitate converting the structures
997      to use dlist (for large include/exclude lists).
998 kes  Fix a bug in the btree.c and btree.h routines, then rename them
999      rblist and add them to be built in src/lib.  Include some new
1000      methods written by Rudolf Cejka that make the code more readable
1001      (hides some of the ugly casting).
1002 kes  Add set_next() and set_prev() methods which make the code much more 
1003      readable. Also add a new dlistString class that facilitates storing
1004      strings in dlists.  To be used in the large include/exclude lists.
1005 kes  Make some trivial modifications to lib/tree.h that use rblist
1006      rather than dlist for storing the tree links. This was suggested
1007      by Rudolf Cejka.  The result of this is that the restore tree now
1008      uses red-black binary trees rather than simple linked lists. This
1009      should give rather dramatic speed improvements for directories
1010      contining large numbers of directories/files (more than 10000).
1011 28Jan07 
1012 kes  Fix maxruntime bug #621.
1013 26Jan07
1014 ebl  Implement the include JobID in spool file name project.
1015 kes  Reorder projects file in order determined by Jan 2007 vote.
1016 kes  Implement item #12 on project list -- quick release of FD by
1017      the SD.
1018 kes  Fix open of SQLite3 db where user does not have write permission
1019      so that DIR does not crash. Fixes bug #761.
1020 25Jan07
1021 kes  Add back missing @ in Win32 Makefile.
1022 kes  Change 'Device not configured to autolabel' from INFO
1023      to WARNING.
1024 kes  Fix jobq.c to restart failed jobs when Reschedule Times = 0 
1025      which should restart an indefinite # of times.
1026 kes  Fix configure --help to print --with-mysql[=DIR]. Same for
1027      other DIR specifications.
1028 23Jan07
1029 rn   Fix msvc build problems. Fix bacula.dll exports for msvc build.
1030      Fix path quoting in SQLite scripts.
1031      Fix problems with SHGetFolderPath.
1032 19Jan07
1033 kes  Create patches/2.0.1-restart.patch. Fixes bug #755.
1034 18Jan07
1035 kes  Fix Job restart on error bug that promotes an Inc to a Full
1036      backup.  This should fix bug #755.
1037 kes  Add qt-console and first cut of code.
1038
1039 Version 2.0.1
1040 12Jan07
1041 kes  Fix Bacula->Documentation link on Win32 to point to index.html
1042      instead of bacula.html. Fixed bug #750.
1043 kes  Return JobId in db_get_job_record() when JobId==0. This should
1044      fix bug #741.
1045 kes  Do not release source pointers when restarting a failed job.
1046 11Jan07
1047 kes  Add dynamic dll entry point for SHGetFolderPath to Win32 code.
1048      This *should* fix bug #747.
1049 kes  Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
1050      bug #742.
1051 09Jan07
1052 kes  Modify USTORE constructor to set an empty store_source string, 
1053      and don't copy the store_source string in a cancel.  Hopefully
1054      this will fix Arno's seg fault, bug #744.
1055 kes  Add back code to disable conio in configure. Fixes bug #743.
1056 kes  Correct the Options scanner in the FD to correctly handle  
1057      SHA1 option, which was eating the next option.  Reported by    
1058      Sebastien Guilbaud.
1059 kes  Add code to indicate when the SD is spooling, spool wait, and 
1060      despooling as requested by Alan Brown.
1061
1062 Version 2.0.0 released: 4 January 2007