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