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