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