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