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