]> git.sur5r.net Git - bacula/bacula/blob - bacula/technotes-2.1
5428cfb925013da25bb21e393c66219fcf336d5b
[bacula/bacula] / bacula / technotes-2.1
1               Technical notes on version 2.2
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. Confirmed.
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 18Jul07
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 Release: 2.1.20 beta
332 20Jun07
333 kes  Fixed bug #886 (multidrive autochanger: SD doesn't use drive with
334      loaded tape but uses first drive).
335 kes  Fixed bug #807 Restore encrypted backup failed on Windows 2003
336      This was indeed a Win32 issue.
337 19Jun07 
338 kes  Simplify search of autochanger for in-use Volume.  
339 kes  Fix exit condition of check for in-use volume.  kes Remove
340      inappropriate my_postgresql_free_result() in db_close()
341      routine.
342 kes  Fix bad return in FD when encryption signature not found.
343      Probably caused a crash.
344 kes  Inhibit missing encryption signature error messages for 
345      file types where no signature computed.
346 kes  Correct inverted check on autochanger in reservation system.
347 kes  Tweak debug code in autochanger reservation.
348 18Jun07
349 kes  Add some additional locking in the cats directory in subroutines
350      that modify packet variables called from batch insert.
351 kes  Rework how dcrs are allocated. new_dcr() can now be called
352      with an existing pointer, and it will simply clean it up.
353      This allows the reservation system to test various different
354      devices, and will permit easy device changes.
355 kes  A bunch of changes all over to handle new new_dcr() calling
356      sequence.
357 kes  Work more on the Volume management in the SD. Remember Volumes
358      for tape drives and for autochangers (even virtual disk changers).
359 kes  When looking at the Volume list to reserve a drive, handle 
360      autochanger names correctly by interating through the changer 
361      devices.  Also call the Director to see if a Volume is suitable
362      for the current job.
363 kes  Fix some bugs in bscan. Make sure all media records are written.
364      Make sure that valid JobMedia records are written for disk files.
365      Previously they were completely wrong.
366 kes  Move source tar files for depkgs-mingw32 to www.bacula.org so
367      that the URLs don't change and so that the developers will all
368      work off the same copy. Rebuild from scrach.
369 kes  Upgrade Win32 SQLite3 from 3.3.8 to 3.3.17.
370
371 Release: 2.1.18 beta
372 16Jun07
373 kes  Fix seg fault in FD from incorrect digest size. 
374 kes  Fix argument to non-OpenSSL crypto.c subroutine.      
375
376 Release: 2.1.16 beta
377 16Jun07
378 kes  Remove a few malloc()s from the encryption code.
379 kes  Use the class calls to bsock in filed/backup.c and restore.c in
380      place of the old bnet_xxx code.
381 kes  Implement code that does an on the fly calculation of the  
382      signing digest during restore of encrypted files.  It makes
383      a best guess at the algorithm, and if it is not correct, will
384      then revert to the old code which reads the file after it is
385      restored.
386 kes  Implement at least one missing crypto stream in stream_to_ascii()
387 kes  Apply patch from William <chowmeined@gmail.com> that fixes bug
388      #877 where a reload with bad syntax causes Dir to exit.
389
390 Cut: 2.1.14 beta (not released)
391 14Jun07
392 kes  Do not free a volume on a tape drive until another volume is
393      mounted and read, or the autochanger unloads the volume.
394      This should help the SD re-use volumes that are already mounted,
395      and should fix bug #886.
396 kes  Apply patch from user brettedgar that allows gnome2-console include
397      the OpenSSL libraries, and hence work with SSL.  Fixes bug #885.
398 kes  Apply patch from Lucien Weller that fixes day of week calculation
399      because of DST flag problem. Fixes bug #887.
400 10Jun07
401 kes  Move find_next_appendable_volume() to after acquiring a valid device
402      in reserve.c.  This fixes bug #864 -- confirmed by reporter.
403 09Jun07
404 kes  Unable to reproduce bug 872. However added additional testing for
405      integer.
406 kes  Bug #874 resolved by documenting SQLite limitations.
407 kes  Bug #882 resolved by documenting mtx-changer script for new drive code.
408 kes  Bug #881 resolved by removing typo in mtx-changer script.
409 kes  Made Frank Sweetser's wiki the official Bacula wiki with his
410      approval. Added a link to the wiki on the web page, and implemented
411      a backup from http://paramount.ind.wpi.edu                                          
412 08Jun07
413 kes  Fix update allfrompool to pass pool name.
414 07Jun07
415 kes  Convert to pure GPL v2 license.
416 kes  Fix sscanf problems reported by Peter Buschman that caused
417      a bus error on Solaris.
418 kes  Rework (simplify) the select prompt in bat.
419 kes  Move get_jobid_from_tid() into lib and create a 
420      get_jcr_from_tid().
421 kes  Use get_jcr_from_tid() to conver all tls Emsg() to Jmsg().  This
422      should definitely fix the problem of lost error messages in the
423      encryption code.
424 kes  Remove over zellous addition of FSFE copyright in a few eggxxx files.
425 kes  Eliminate tcpd.h from the project. Enclose the #include from the
426      library with extern C ...
427 kes  Add print of signal name when a signal is trapped.
428
429 Release: 2.1.12 beta
430 04Jun07
431 kes  Fix a seg fault in the PostgreSQL driver dereferencing a NULL pointer.
432 03Jun07
433 kes  Implement SQLITE3_INIT_QUERY in version.h that can do an initial
434      query for SQLite3. Use it to set PRAGMA synchronous = OFF. This
435      makes SQLit3 run 30 times faster, though a bit less safe.
436 kes  Implement --with-batch-insert in configure and detection of thread
437      safe libraries.  It is on by default, but turned off if no thread
438      safe library (e.g. SQLite 2) is available.
439 02Jun07
440 kes  Fix Bacula PostgreSQL buffer overruns.
441 kes  Do better checking for NULL results returned from PostgreSQL;
442      implement retry for failed queries; clear results buffer after
443      failed query. Hopefully this will correct the PostgreSQL failures.
444 01Jun07
445 kes  Implement algorithm to handle only one appendable volume with
446      Prefer Mounted Volumes = no.
447 kes  Fix a Bacula PostgreSQL bug dereferencing a NULL pointer      
448      returned from a query.
449 kes  Make volume lock recursive.
450 kes  Implement an additional volume reservation algorithm that
451      starts by considering all reserved volumes then uses the
452      old brute force algorithm of searching the resources to
453      find a suitable device.
454 kes  Add new reservations debug code and refine the old code.
455 kes  Update the win32/dll/bacula.defs file.
456 29May07
457 kes  Tweak reservations algorithm to permit a few more cases, i.e.
458      volume reserved, but on different drive, ...
459 kes  Enhance SD status to include Pool and Media Type for drive in a
460      more readable format (a bit longer). 
461 kes  Fix PostgreSQL double free.
462 28May07
463 kes  Minor refactoring of restore decryption code.
464 kes  Add code to smartall.c to detect double free of a buffer.
465 27May07
466 kes  Add < > around %r in from field on mail command of bacula-dir.conf.in
467      so that bsmtp will create a correct email address (mailbox only).
468 kes  Modify 'memory' command so that the buffers are listed as 'In use'
469      to avoid confusion with Orphaned buffers.
470 kes  I reworked the OpenSSL include/lib flags to be handled in     
471      the standard Bacula way, which should fix bug #863 concerning
472      non-standard OpenSSL libraries.
473 26May07
474 kes  Implement Help Browser window for bat.
475 kes  Fix reload bug that reset StorageId to zero.
476 25May07
477 kes  Fix TLS #ifdefing when TLS turned off.
478 kes  Ensure that when labelling a tape with Slot=0 that InChanger
479      is not set.
480 kes  Use DISTINCT to make MySQL and PostgreSQL uar_list_temp query        
481      the same.
482 kes  Add StartTime to final uar_sel_jobid_temp query so that we can
483      add DISTINCT (required by PostgreSQL).
484 kes  Implement BSOCK authenticate_director() method. Eventually will
485      authenicate all daemons.
486 kes  Move several more functions into the BSOCK class.
487 24May07
488 kes  Add code to tell the OS that we no longer need a cached
489      file that we were reading. In findlib/bfile.c.  Also,
490      only cache files that we are reading. Thanks to
491      Tobias Oetiker <tobi@oetiker.ch> for the idea.
492 kes  Tweak to bsmtp to eliminate compiler warnings on Win32.
493 kes  Implement script to automatically generate cats and dll .def
494      files for Win32 dll.
495 kes  Update README.mingw32 to include new .def file generation.
496 kes  Correct typo in UTF-8 error message as reported by:
497      jhernandez <julianhernandez@gmail.com>
498 kes  Add additional sm_check() code on debug level 1.
499 kes  Set default debug level to 1.
500 kes  Trap SIGABRT in attempt to get traceback.
501 23May07
502 kes  Reduce bat connect timeout from 30 to 15 seconds.
503 kes  More restructuring and implementing BSOCK class in place of
504      old bnet.c code.
505 kes  Remove a few unnecessary malloc() tests in crypto code.
506 kes  Turn off crypto calls for > 128 bits in crypto.c if HAVE_SHA2
507      not defined. Bug reported by Allan Black <Allan.Black@btconnect.com>
508 kes  Remove duplicate HAVE_CRYPTO definition in config.h.in
509 22May07
510 kes  Fix Verify InitCatalog mysql_escape_string() trashing memory.
511      Make buffer bigger.
512 kes  Fix Verify InitCatalog. The attributes were not pointing to the
513      correct saved location.
514 kes  Implement message callback so that GUI is sure to get all
515      daemon messages. Currently displayed in a dialog in bat.
516 kes  Ignore SIGUSR2 (Bacula timer) in bat.
517 kes  Apply regress patch from bug #859 to allow regress to work 
518      with Solaris compiler.
519 21May07
520 kes  Begin adding TLS support to bat.
521 kes  Apply UTF-8/16 patch from Yves Orton <demerphq@gmail.com> to
522      clean up lex.c and make it more readable.
523 20May07
524 kes  Move more bnet functions into the BSOCK class.
525 kes  Fix tray-monitor by not requiring a timer interval in bnet_connect()
526 kes  Complete change of berrno strerror() method to bstrerror() 
527
528 Release: 2.1.10 beta
529 18May07
530 kes  Cleanup incorrect email addresses in bsmtp.
531 kes  Make bat display initial messages rather than discard them.
532 16May07
533 kes  First cut of adding .mod to the run command.    
534 kes  Implement auto display of messages in bat.
535 kes  Enhanced preferences to allow all Bacula output to be
536      displayed in bat.
537 15May07
538 kes  Try to make bsmtp date routines more generic.
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      Fixes bug #854.
545 kes  Do better checking for the MySQL 64 bit libraries looking for both
546      .a and .so libraries.
547 kes  Add a kludge for Ubuntu's non-standard locations for MySQL -- allow
548      /usr/include/mysql/mysql.h AND /usr/lib/... rather than /usr/lib/mysql/...
549 kes  Require the thread safe version of MySQL during configure. Thanks
550      to Andre Noll for pointing this out.
551 kes  Ensure that calls to find_jobids_from_mediaid_list() check count before
552      continuing in migration code.
553 kes  Apply implementation of tray-monitor font derived from gnome-console
554      submitted by Andreas Piesk <a.piesk@gmx.net>
555 13May07
556 kes  Eliminate important memory loss in SQLite
557 kes  Fixed the batch insert MySQL thread specific data that was not
558      being freed. See cats/mysql.c:db_thread_cleanup().
559 kes  Fix restore before command.
560 kes  Convert old hdr.name to name() in a few places.
561 kes  Implement update jobid command.
562 kes  Return all time_t dates in db_get_job_record()
563 kes  Stop watchdog in SD earlier.
564 kes  Put Pool just after Storage in please mount message.
565 kes  Fix pointer usage bugs in Verify InitCatalog pointed out by
566      Eric.
567 12May07
568 kes  Update the po files.
569 kes  Fix Verify InitCatalog by making it cache attributes.
570 11May07
571 kes  Change name bacula-bat to bat for man 1 page to correspond to
572      Makefile.
573 kes  Check for client and store NULL pointers in status command.  This
574      fixes bug #845.
575 kes  Fix non-ssl build so that it works (add JCR *jcr to crypto structures).
576 kes  Fix sign extended editing of %p.
577 kes  Clean out a little old #ifdefing in cats/mysql.c
578 10May07
579 kes  If time diff between DIR and FD is more than 600 seconds convert
580      INFO message to WARNING.
581 kes  Implement heap size display in status for all daemons.
582 kes  Attempt to fix MySQL db open memory loss (not successfull).
583 kes  Don't set SIGKILL and SIGSTOP neither can be trapped.
584 kes  Eliminate memory loss in MySQL (possibly other SQLs) during
585      Query. This looks like a MySQL but but by doing extra releases,
586      the memory goes away.  This should fix bug #847.
587 09May07 
588 kes  When backup fails, cancel SD before waiting for sd termination.
589 kes  If SD is waiting for FD to connect during cancel, wake up the 
590      thread.
591 kes  Fix fsf code so that errno is correctly reported.
592 kes  Apply migration patch (with changes) from Sergey Svishchev <svs@ropnet.ru>
593 08May07
594 kes  Make lack of Pool directive in Job an ERROR_TERM rather than FATAL
595      so that Bacula doesn't later stumble into a seg fault.
596 kes  Use the term Restore Client in the restore Job report.
597 kes  Merge patch from Sergey Svishchev <svs@ropnet.ru> that preserves 
598      the original job's FileSetId.
599 kes  Merge patch from Sergey Svishchev <svs@ropnet.ru> that implements
600      spooling in migration jobs.  Not yet tested.
601 kes  Merge patch from Jorj Bauer <jorj@seas.upenn.edu> that implements
602      reading conf file from a pipe.  However, do it with open_bpipe()
603      rather than popen.  Not yet tested.
604 07May07 
605 kes  Fix an ugly bug where the VolCatBytes were getting updated
606      during a restore.
607 kes  Implement bconsole memory command that prints current memory
608      usage, plus smartalloc dump.
609 kes  Clarify some error messages in backup, admin, and migrate.
610 kes  Shrink label dialog to smaller size.
611 kes  Invert Cancel OK buttons on restore to be OK Cancel.
612 kes  More strerror() to bstrerror() conversions.
613 06May07 
614 kes  Start implementing bstrerror() in place of strerror().
615 kes  Stripping path -- seems to work.
616 04May07
617 kes  Prevent door and port files from being restored (mostly
618      Solaris stuff).
619 kes  Free an unreleased buffer in compat code.
620 kes  Change console Job name from *Console* to -Console- to eliminate
621      Win32 filename problems.  Put Win32 path separator when creating
622      Console file.  This fixes bug #846.
623 kes  Change berrno::strerror() to berrno::bstrerror().  Not yet full
624      implemented.
625 kes  Pass jcr to crypt_sign_decode because it creates a new SIGNATURE
626      structure.
627 kes  Define b_errno_win32 on Linux to be zero so that it can be or'ed in
628      to force Win32 error message.
629 03May07
630 kes  First cut strip path. The data should be passed to the FD,
631      but nothing is done with it yet.
632 kes  Enhance the digest and signature routines in the crypto
633      library to accept a JCR and to use it to print error messages
634      so that they will go in the Job report rather than the daemon's
635      messages.
636 kes  Simplify some of the verify signature code.
637 kes  Simplify a few of the alternative returns in the signature 
638      code.
639 02May07
640 ebl  Use only POSIX regex instead of GNU regex in breg.c for
641      File relocation. It fix broken freebsd compilation.
642 kes  Convert all other Dir files to use new ua class message 
643      routines for bat.
644 kes  Tentative fix for missing digest signature in bug 807.
645 kes  Correct handle problem in new win32_ftruncate routine.
646 kes  Convert ua_purge.c and ua_update.c to use new ua class
647      message routines for bat.
648 29Apr07 
649 kes  Correct incorrect installation of LICENSE in Win32 installer.
650 kes  Display LICENSE at the beginning of the Win32 install.
651 kes  Attempt to correct the need for the png files to be installed 
652      for bat.
653 kes  Reapply my bat.conf install script in qt-console. I think I 
654      editted bat.pro instead of bat.pro.in and it was lost.
655 kes  Apply CentOS patches someone sent me. Checks for /var/run/subsys,
656      the /var/lock/subsys for subsysdir.  Also corrects typos in the
657      doc.
658 28Apr07
659 kes  First cut update job.
660 kes  Correct configure to include qmake of src/qt-console directory.
661 26Apr07
662 kes  Make restore job yes/mod/no print in one command so GUI works.
663 kes  First cut implementing backup and restore client.
664 kes  Correct editing in Verify output that caused a seg fault.
665 25Apr07
666 kes  Insure that bat.conf is not overwritten during installation.
667 kes  Fix important bug in db_sql_query() in mysql.c.  It was introduced
668      while I was implementing migration in March 2006 !
669 24Apr07
670 ebl  Cleanup file relocation, using char *RegexWhere instead of
671      char *where + bool where_use_regexp
672 kes  Update some manpages and add bat manpage.
673 kes  Make a first cut at converting bacula.spec.in for bwx-console
674      and bgnome-console.
675 kes  Apply patch from John Goerzen to add hostname as fourth argument
676      to make_catalog_backup script.
677 kes  Fix typos I introduced into bsmtp.c
678 kes  Make pm_strxxx() routines handle input of NULL pointer. This
679      is to protect from NULL pointers returned from SQL databases.
680 kes  Correct typo in bacula-sd manpage as pointed out by John Goerzen.
681 kes  Add more debug to FIFO code -- fix fifo regression test.
682 23Apr07
683 kes  Implement posix_fadvise in FD, and for reading spool files in SD.
684 kes  Add thread timer to bnet_connect() to break from OS if wait time
685      expires.
686 22Apr07
687 kes  Update Win32 build to include new files, new symbols, and    
688      renamed files.
689 kes  Implement socket level heartbeat (tcp_keepidle)
690 ebl  Commit File relocation patch
691 kes  Make bat have 'make install' target.
692 kes  Warn during install if old gnome-console binary found.
693 kes  Warn during install if old wx-console binary found.
694 kes  Add -8 option to bsmtp command line to add content type utf-8. 
695      Fixes bug #809. (Character coding problem in bsmtp).
696 kes  If < is found in target (from, to, cc) then do not enclose the
697      target in < >  in bsmtp. Fixes bug #772  (malformed address).
698 kes  When printing certain items in dbcheck, stop after 300000.
699      Fixes bug #822. (dbcheck loops).
700 kes  Incorrect status in Dir after waiting for mount with poll set.
701      Fixes bug #825.
702 21Apr07 
703 kes  Extend idea of Prefer Mounted Volumes to mean a volume about
704      to be mounted.
705 kes  Print waiting to reserve a device every 5 mins.           
706 20Apr07
707 kes  Don't call close_part in label.c if tape and relabel.
708 kes  Don't free volume if busy in close() -- should help with
709      bug 801.
710 ebl  Fix #824 RunScript bug (After script could be execute twice)
711      Now, Before Script can use RunsOnSuccess and RunsOnFailure options
712      By default (like before) RunsOnSuccess=true and RunsOnFailure=false
713      Add a regression script to test RunScript
714 19Apr07
715 kes  Correct usage of MTIOCLRERR ioctl for clearing persistant errors
716      on Solaris.
717 18Apr07
718 kes  The bgnome-console (gnome-console) and bwx-console (wx-console) are
719      deprecated. No additional bugs will be fixed, and they will be dropped
720      in a future release (probably 2.4.0).
721 kes  Change name of wx-console to bwx-console to make it more Bacula
722      unique.
723 kes  Change the name of gnome-console to bgnome-console to make it
724      more Bacula unique.
725 14Apr07
726 kes  Some time in March, a Feature Request with patch from Jorj Bauer
727      <jorj@seas.upenn.edu> was committed by Landon (with my approval).
728      It implements:
729      The ability for the director to validate a Client (FD) CN against
730      an arbitrary set of patterns rather than the hostname, with
731      A new 'TLS Allowed CN' set of directives which are implemented
732      in the Client resource.  Then pattern matching is used in place
733      of hostname matching against the Certificate's CN. As an example, we
734      have certificates which (a) use a local CA, and (b) have a CN of the
735      form client_123.
736 kes  Add new/changed entry points to Win32 build
737 kes  Create unaccepted-projects for projects that are not accepted.
738 kes  Simplify locking in the reservations system.
739 kes  Add more debug code in reservations.
740 kes  Make sure error condition on reserving a volume is handled correctly.
741 kes  Correct handling of volume_in_use.
742 kes  Correct handling of initializing a device.
743 kes  Move handling of broadcasting releasing a device into release_device().
744 kes  Correct attaching dcr to dev so that it is only done if device
745      is properly initiated.
746 12Apr07
747 kes  Locking debug level tweaks in SD.
748 kes  Tweak new Volume code.
749 11Apr07
750 kes  Add exec external-command [wait-seconds] to bconsole. This
751      executes the external-command.  Note! normally external-command
752      should be enclosed in double quotes.
753 kes  Turn the .die command on only if DEVELOPER is defined -- i.e.
754      it should normally be off in a production system.
755 10Apr07
756 kes  Implement die command for SD so that we can force it to dump.
757 kes  Implement SD lock debug code.
758 kes  Implement new algorithm for keeping Volume list in SD.  It
759      is now owned by the device.
760 04Apr07
761 kes  Implement new code for freeing in use volumes that should 
762      resolve if not all, some of the problems of multiple drive
763      tape conflicts described in bug 801.
764 03Apr07
765 kes  Fix gui/bacula-web/images files in svn.
766 kes  Turn on FreeBSD/OpenBSD code to set EOT model on tape.
767 02Apr07
768 ebl  Fix a bug in batch mode (in string escape)
769 kes  Correct migration prune SQL typo that crept in in a    
770      recent 2.1.x change.
771 01Apr07
772 kes  Move bnet_despool() into class in bsock.c
773 kes  Modify job report to include director name and Build OS.
774 kes  Move drop root privilege and check_catalog() before fork.
775 kes  Add update database scripts (version 9 to 10) to updatedb directory.
776 31Mar07
777 ebl  Check size and age of each file after its backup to see if
778      it has changed during backup, if 'checkfilechanges' is set.
779      The FD will do an extra check (stat(2)) after
780      each file backup. mtime, ctime and size are compared with
781      'before backup' information. If time or size mismatch, an
782      error message will be generated. You must upgrade FD to use it.
783 30Mar07
784 kes  Make database name and user configurable
785      --with-db-name=xxx --with-db-user=xxx
786 kes  Add back database type to message.c for debugging.
787 29Mar07
788 kes  Implement dir_sql() which issues an SQL query.
789 kes  Modify bat medialist to use dir_sql() and do some minor C++
790      formatting as well as eliminating a number of pointers, simplifing
791      the code.
792 28Mar07
793 kes  Fix some of the mtx-changer grep commands for tape label readers.
794 kes  Convert a number of bsendmsg into the appropriate send/warning/error
795      message class calls.
796 kes  Suppress the using database message in the .sql command.
797 kes  Correct an incorrect bnet_tls_client prototype -- patch from Martin.
798 27Mar07
799 kes  Add context menu for floating a window.
800 kes  Some minor cleanup and name changes in qt-console
801 kes  Add doing mt setblk 0 in Win32 mtx-changer.
802 kes  Apply Martin's bug fix to move definition of ENODATA for 
803      FreeBSD to bsock.c
804 ebl  Add a BUSY handler to sqlite to be able to use multi_db = 1 with
805      sqlite2 and sqlite3.
806 26Mar07
807 kes  More pruning cleanup.
808 kes  Turn on wait_for_drive by default in mtx-changer.
809 kes  Turn on Batch insert code by default as it now passes regression.
810 kes  Add ./configure --enable-bat to enable building of Bat.   
811      No install yet though.
812 25Mar07
813 kes  Implement a new .sql command for bat.
814 kes  Implement code to turn off pruning in obtaining the next volume.
815      Pruning is turned off for the status dir command, but turned on
816      for SD requests and for the list nextvolume command.
817 24Mar07
818 kes  Correct Qmsg() that was not updated correctly when committing a
819      previous change (probably the recent TLS patch).
820 23Mar07
821 kes  Write new subroutine is_volume_purged() that explicitly checks
822      if the Volume is purged, and if so marks it as such. This should
823      resolve problems reported about needing to mount twice to recycle
824      volumes.
825 kes  Rewrite pruning algorithm to do more work in the SQL engine, and
826      to pass a list of JobIds to be deleted to SQL.  Also, minimize the
827      amount of duplicated code.     
828 kes  Do volume pruning only for the Media Type desired (reduces pruning time
829      if multiple Media Types are in the same pool).
830 kes  Implement more detailed info in the Job report for the Bacula version
831      and architecture.
832 kes  Switch from POOLMEM to POOL_MEM (a real class) in ua_prune.c and
833      ua_purge.c.
834 ebl  Add bbatch tool to bench database and insert mode.
835      Fix sql quote stuff in batch mode
836      Fix sql stuff for mysql
837 22Mar07
838 kes  Correct problems with am/pm scheduling. Fixes bug #808.
839 kes  Implement new prunning code that prunes up to 1000 jobs at
840      the same time.  The same technique can be applied to a number
841      of other prune/purge subroutines.
842 kes  Add an insanity check when starting a new tape job to ensure
843      that the tape position has not been changed. If so fail the
844      job.
845 kes  Fix Win32 build for dlls to add the folllowing:
846      src/lib/bsock.c -- new file with new entry points
847      src/lib/dlist.c  -- new entry points
848      src/cats/sql_create.c -- new entry point
849      src/cats/sql_cmds.c -- new DATA item exported
850 21Mar07
851 ebl  batch mode cleanup bscan-test is ok now.
852 kes  Implement SD code to check length of disk volume before appending.
853 18Mar07
854 kes  Correct return status on db_batch... routines.
855 kes  Add call to db_write_batch_file_records() to migration code.
856 ebl  Fix AfterJob timing
857 kes  Move the checking of the database in initializion of the Director
858      to after we drop privileges.  This avoids the need for both root
859      and bacula access to the DB.
860 kes  Correct a misplaced variable definition in src/filed/backup.c
861 kes  Correct how the new batch insert db_create_attributes_record()
862      uses the arguments.  Caused a seg fault in bscan.
863 kes  Implement lock() and unlock() methods in DEVICE class.
864      Implement block() and set_block(xx) methods in DEVICE class.
865 kes  Modify bnet_connect() so that it uses time() to check for the
866      wait time expiring (on some OSes, some system calls may not
867      return immediately).
868 kes  Modify Verify to obtain the previous JobId when it is actually
869      running rather than at schedule time (as it was in 1.38.x).     
870 kes  Fix src/job.c to handle MaxWaitTime correctly.  This should
871      fix bug #802.
872 kes  When checking pid in pid file, continue running if the pid is
873      the same as ours. This occurs on IRIX after a system crash.
874      Fixes bug #797.
875 10Mar07
876 kes  Extend new GUI API.
877 kes  Make the ua structure a class, and implement send_msg(),
878      error_msg(), warning_msg(), and info_msg().
879 08Mar07
880 kes  Apply fix from for building wx-console on the Mac from
881      bug #798.
882 kes  Implement new select mechanism for GUI programs.
883 kes  Reorganize initialization of stackedWidgets in bat.
884 07Mar07
885 kes  Add updated nagios plugin supplied by Christian Masopust.
886 05Mar07
887 kes  More bat implementation.
888 kes  File migrate bug with Pool Occupancy using mediaid instead
889      of jobids.  Fixes bug #795.
890 kes  Fix orphaned buffers in filed backup and verify due to
891      crypto buffers not freed during errors.  Fixes bug #789.
892 kes  Extend new GUI api code to tree commands.
893 kes  Ensure that tree and dot commands check console ACLs.
894 kes  Permit marking directory with trailing slash.
895 kes  Allow 20 console connections (instead of only 10).
896 04Mar07
897 kes  Add smartctl call to bacula-sd.conf as an example of getting
898      tape alert info.
899 02Mar07
900 kes  Modify jobq.c to let simultaneous restore jobs run. This may 
901      cause them to fail if they cannot get a drive.
902 kes  Add Client Connect Wait to Storage daemon to permit users to
903      modify the time the SD waits for a FD connection.
904 29Feb07
905 kes  Correct virtual changer check which was backwards. This caused
906      volumes to be unloaded into slots already occupied.
907 28Feb07
908 kes  Apply Command ACL filter to JobId list in restore command.
909 kes  Correct typeo in var.c patch.
910 27Feb07
911 kes  Don't let Bacula prune File or Job records for the current Job.
912 kes  Fix variable substitution pad + inc bug reported (with patch)
913      in bug #791.
914 26Feb07
915 kes  Correct SQLite log table index as reported by Luca Berra.
916 24Feb07
917 ebl  fix fifo stuff, bacula tries to rewind the fifo... Thanks to Andreas
918 22Feb07
919 kes  Begin implementing new comm signals for API.
920 kes  Fix a few places in lib/message.c where the open fd may 
921      not be zeroed.
922 kes  Continue implementing lib/bsock.c (real class).  Make jcr,
923      who, host, and port private. There are new methods to access
924      them for non-class use. This required touching a number of files.
925 21Feb07
926 kes  Add LANG=C to autoconf/randpass so it works with languages other
927      than English.  Fixes bug #788.
928 20Feb07
929 ebl  Revert ClientRunBeforeJob to old position as in 1.38.X.
930      This fixes bug #780
931      You will not be able to generate Include/Exclude list any more.
932      It will be fixed soon.
933      If you want to use this, you can apply
934      trunk/bacula/patches/testing/clientrunbeforejob_can_generate_include_exclude_list.patch
935 19Feb07
936 kes  Restore of sockets created false error messages because Bacula
937      no longer restores sockets, but the code was still trying to
938      set the attributes on a non-existent file. Reported by a user.
939 ebl  finish RecyclePool feature
940      Media will takes Pool.RecyclePool
941      when moving from Scratch to a Pool or when user will do
942      update volume=xxx frompool
943      To use it, add RecyclePool = aPool to your Pool resource
944         Pool {
945                 Name = Default
946                 RecyclePool = Scratch
947                 ...
948         }
949      TODO: update manual
950 kes  Expand new BSOCK class adding signal() and new BNET signals.
951 kes  Begin enhancing the dot commands adding a new API function
952      that returns more information and will make it easier
953      to interface to the Director from a program.
954 18Feb07
955 kes  Make DEVICE fd private. Its new name is m_fd, and can be
956      obtained with dev->fd() outside the class.  This is the
957      first of many DEVICE members to be made private.
958 kes  Implement Michael Renner's idea on having a virtual disk
959      changer. I made some minor modifications (e.g. I did not
960      implement the Virtual Changer directive, but simply set
961      the Changer Command to an empty string.
962 17Feb07
963 kes  Implement a BSOCK send() method that writes the whole record
964      in a single write() request rather than in two.
965 ebl  add update volume=xxx recyclepool=yyyy
966      volume takes recyclepool from pool when using update volume=xxx from pool
967 16Feb07
968 kes  Fix encryption deblocking bug, which caused some restored files
969      to be truncated. This fixes bug #763.
970 kes  Add FD event sequence order prepared by Eric -- for RunScripts.
971 kes  Fix 12am/pm bug as reported in bug #782 -- scheduler problem.
972 13Feb07
973 kes  Apply Eric's ClientRunScriptAfter patch to 2.0 and 2.1.
974 ebl  Use btime_t instead of uint64_t in media patch.
975 11Feb07
976 kes  Optimize the use of the database a bit in the Status dir command.
977      Only open it when needed, ensure that if any previous database
978      was opened, it is closed.
979 10Feb07
980 kes  Correct VolCatBytes bug from media patch.
981 kes  Apply patch from bug #612 by Rudolf Cejka to speedup pruning
982      in the case of orphaned records.
983 kes  Modify dbcheck to handle orphaned JobMedia, Path, Filename,
984      and File records in 300K chunks to be more efficient. This
985      idea came from Juan Luis Frances (if I remember right).
986 kes  Apply Eric's scratch patch that moves a purged Volume to
987      the RecyclePool.  Question: how is RecyclePool set? what
988      happens to the ScratchPool?
989 kes  Apply Eric's media patch that collects read/write media
990      times as well as byte counts.  This patch requires a
991      simultaneous upgrade of the DIR and SD.  Note, there
992      should be some way to turn off timing. I'm not sure
993      times are in Bacula units.
994 kes  Apply Eric's batch-insert patch.
995 09Feb07
996 kes  Update projects list.
997 08Feb07
998 kes  Implement Include/Exclude file lists in FD as dlists using
999      the new dlistString class. This permits efficiently having
1000      large include/exclude lists and completes project Item 25.
1001 kes  Fix dird/ua_cmds.c so that a cancel command checks if the
1002      console is authorized to cancel the job.  This fixes bug 
1003      #767.
1004 kes  Modify SD so that the VolCatJobs medium record is updated
1005      at the beginning of a Job rather than the end.  This
1006      fixes bug #775 where exceeding MaxVolJobs caused jobs
1007      to fail.
1008 kes  Added a mutex around getting and setting Volume information
1009      so that multiple simultaneous jobs will single thread.
1010 07Feb07
1011      Switch to using Subversion
1012 kes  Remove src/pygtk-console/ from configure
1013 06Feb07
1014 kes  Delete src/lib/btree.c from win32 build, then add rblist.c
1015      plus the entrypoints.
1016 kes  Apply patch supplied that corrects debug print
1017      in canceling jobs for max run time.  Supplied as
1018      part of bug #621, which was previously fixed.
1019 05Feb07
1020 kes  Test on job_canceled() and sd_msg_thread_done inside
1021      loop starting the message thread to avoid a race condition.
1022      Fixes bug #771.
1023 kes  Remove rl_catch_signal from console.c as it conflicted
1024      with the header definition. Fixes bug #765.
1025 ebl  Fixes bug #766 about RunsOnClient = Yes (case sensitive)
1026 04Feb07
1027 kes  Clarify some stored/acquire messages to indicate if the
1028      problem is with read or append.
1029 02Feb07
1030 kes  Fix memory leak with storage ids in cats/sql_get.c
1031 kes  Terminate watchdog earlier to avoid reference to released
1032      memory -- reported by Jason Austin.
1033 kes  Move closing the database from jobq.c to the director daemon
1034      termination routine. This fixes memory leaks for shadow jobs
1035      (i.e. migration jobs).
1036 kes  Free up the unique jobid chain items in migrate.c.  This fixes
1037      a memory leak problem.
1038 kes  Convert some ugly looking for statements to use foreach_alist
1039      in findlib/find.c.  This will facilitate converting the structures
1040      to use dlist (for large include/exclude lists).
1041 kes  Fix a bug in the btree.c and btree.h routines, then rename them
1042      rblist and add them to be built in src/lib.  Include some new
1043      methods written by Rudolf Cejka that make the code more readable
1044      (hides some of the ugly casting).
1045 kes  Add set_next() and set_prev() methods which make the code much more 
1046      readable. Also add a new dlistString class that facilitates storing
1047      strings in dlists.  To be used in the large include/exclude lists.
1048 kes  Make some trivial modifications to lib/tree.h that use rblist
1049      rather than dlist for storing the tree links. This was suggested
1050      by Rudolf Cejka.  The result of this is that the restore tree now
1051      uses red-black binary trees rather than simple linked lists. This
1052      should give rather dramatic speed improvements for directories
1053      contining large numbers of directories/files (more than 10000).
1054 28Jan07 
1055 kes  Fix maxruntime bug #621.
1056 26Jan07
1057 ebl  Implement the include JobID in spool file name project.
1058 kes  Reorder projects file in order determined by Jan 2007 vote.
1059 kes  Implement item #12 on project list -- quick release of FD by
1060      the SD.
1061 kes  Fix open of SQLite3 db where user does not have write permission
1062      so that DIR does not crash. Fixes bug #761.
1063 25Jan07
1064 kes  Add back missing @ in Win32 Makefile.
1065 kes  Change 'Device not configured to autolabel' from INFO
1066      to WARNING.
1067 kes  Fix jobq.c to restart failed jobs when Reschedule Times = 0 
1068      which should restart an indefinite # of times.
1069 kes  Fix configure --help to print --with-mysql[=DIR]. Same for
1070      other DIR specifications.
1071 23Jan07
1072 rn   Fix msvc build problems. Fix bacula.dll exports for msvc build.
1073      Fix path quoting in SQLite scripts.
1074      Fix problems with SHGetFolderPath.
1075 19Jan07
1076 kes  Create patches/2.0.1-restart.patch. Fixes bug #755.
1077 18Jan07
1078 kes  Fix Job restart on error bug that promotes an Inc to a Full
1079      backup.  This should fix bug #755.
1080 kes  Add qt-console and first cut of code.
1081
1082 Version 2.0.1
1083 12Jan07
1084 kes  Fix Bacula->Documentation link on Win32 to point to index.html
1085      instead of bacula.html. Fixed bug #750.
1086 kes  Return JobId in db_get_job_record() when JobId==0. This should
1087      fix bug #741.
1088 kes  Do not release source pointers when restarting a failed job.
1089 11Jan07
1090 kes  Add dynamic dll entry point for SHGetFolderPath to Win32 code.
1091      This *should* fix bug #747.
1092 kes  Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
1093      bug #742.
1094 09Jan07
1095 kes  Modify USTORE constructor to set an empty store_source string, 
1096      and don't copy the store_source string in a cancel.  Hopefully
1097      this will fix Arno's seg fault, bug #744.
1098 kes  Add back code to disable conio in configure. Fixes bug #743.
1099 kes  Correct the Options scanner in the FD to correctly handle  
1100      SHA1 option, which was eating the next option.  Reported by    
1101      Sebastien Guilbaud.
1102 kes  Add code to indicate when the SD is spooling, spool wait, and 
1103      despooling as requested by Alan Brown.
1104
1105 Version 2.0.0 released: 4 January 2007