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