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