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