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