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