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