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