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