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