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