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