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