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