]> git.sur5r.net Git - bacula/bacula/blob - bacula/technotes-2.1
41dde5bd369dee5cb3242ce84a7afff0ce080939
[bacula/bacula] / bacula / technotes-2.1
1               Technical notes on version 2.1
2
3 General:
4 05Feb07
5 ebl  Fixes bug #766 about RunsOnClient = Yes
6 04Feb07
7 kes  Clarify some stored/acquire messages to indicate if the
8      problem is with read or append.
9 02Feb07
10 kes  Fix memory leak with storage ids in cats/sql_get.c
11 kes  Terminate watchdog earlier to avoid reference to released
12      memory -- reported by Jason Austin.
13 kes  Move closing the database from jobq.c to the director daemon
14      termination routine. This fixes memory leaks for shadow jobs
15      (i.e. migration jobs).
16 kes  Free up the unique jobid chain items in migrate.c.  This fixes
17      a memory leak problem.
18 kes  Convert some ugly looking for statements to use foreach_alist
19      in findlib/find.c.  This will facilitate converting the structures
20      to use dlist (for large include/exclude lists).
21 kes  Fix a bug in the btree.c and btree.h routines, then rename them
22      rblist and add them to be built in src/lib.  Include some new
23      methods written by Rudolf Cejka that make the code more readable
24      (hides some of the ugly casting).
25 kes  Add set_next() and set_prev() methods which make the code much more 
26      readable. Also add a new dlistString class that facilitates storing
27      strings in dlists.  To be used in the large include/exclude lists.
28 kes  Make some trivial modifications to lib/tree.h that use rblist
29      rather than dlist for storing the tree links. This was suggested
30      by Rudolf Cejka.  The result of this is that the restore tree now
31      uses red-black binary trees rather than simple linked lists. This
32      should give rather dramatic speed improvements for directories
33      contining large numbers of directories/files (more than 10000).
34 28Jan07 
35 kes  Fix maxruntime bug #621.
36 26Jan07
37 ebl  Implement the include JobID in spool file name project.
38 kes  Reorder projects file in order determined by Jan 2007 vote.
39 kes  Implement item #12 on project list -- quick release of FD by
40      the SD.
41 kes  Fix open of SQLite3 db where user does not have write permission
42      so that DIR does not crash. Fixes bug #761.
43 25Jan07
44 kes  Add back missing @ in Win32 Makefile.
45 kes  Change 'Device not configured to autolabel' from INFO
46      to WARNING.
47 kes  Fix jobq.c to restart failed jobs when Reschedule Times = 0 
48      which should restart an indefinite # of times.
49 kes  Fix configure --help to print --with-mysql[=DIR]. Same for
50      other DIR specifications.
51 23Jan07
52 rn   Fix msvc build problems. Fix bacula.dll exports for msvc build.
53      Fix path quoting in SQLite scripts.
54      Fix problems with SHGetFolderPath.
55 19Jan07
56 kes  Create patches/2.0.1-restart.patch. Fixes bug #755.
57 18Jan07
58 kes  Fix Job restart on error bug that promotes an Inc to a Full
59      backup.  This should fix bug #755.
60 kes  Add qt-console and first cut of code.
61
62 Version 2.0.1
63 12Jan07
64 kes  Fix Bacula->Documentation link on Win32 to point to index.html
65      instead of bacula.html. Fixed bug #750.
66 kes  Return JobId in db_get_job_record() when JobId==0. This should
67      fix bug #741.
68 kes  Do not release source pointers when restarting a failed job.
69 11Jan07
70 kes  Add dynamic dll entry point for SHGetFolderPath to Win32 code.
71      This *should* fix bug #747.
72 kes  Modify winbacula.nsi to substitute with g bin_dir_cmd. Should fix
73      bug #742.
74 09Jan07
75 kes  Modify USTORE constructor to set an empty store_source string, 
76      and don't copy the store_source string in a cancel.  Hopefully
77      this will fix Arno's seg fault, bug #744.
78 kes  Add back code to disable conio in configure. Fixes bug #743.
79 kes  Correct the Options scanner in the FD to correctly handle  
80      SHA1 option, which was eating the next option.  Reported by    
81      Sebastien Guilbaud.
82 kes  Add code to indicate when the SD is spooling, spool wait, and 
83      despooling as requested by Alan Brown.
84
85 Version 2.0.0 released: 4 January 2007