]> git.sur5r.net Git - bacula/bacula/blob - gui/brestore/ReleaseNotes
In my testing, I've found that 'bacula' is not something you want
[bacula/bacula] / gui / brestore / ReleaseNotes
1           Release Notes for brestore 2.2.0
2
3 Version 2.2.0-2:
4  - cleanup brestore
5  - update brestore_xxx only when job is in (T, f, A)
6
7 Version 2.2.0:
8  - -b now clean brestore internal tables
9
10 Version 2.0.3-4:
11  - -b console mode can now create brestore table
12  - fix #836
13  - add relocation options
14  - fix a important bug about directory displayed 2 times
15    => YOU MUST RESET YOUR brestore_xxx tables
16
17 DROP TABLES brestore_missing_path;
18 DROP TABLES brestore_pathvisibility;
19 DROP TABLES brestore_pathhierarchy;
20 DROP TABLES brestore_knownjobid;
21
22    => DONT USE dbcheck to cleanup Path
23
24 Version 2.0.3-2:
25  - fix mysql stuff
26
27 Version 2.0.2-2:
28  - fix cache create bug
29
30 Version 2.0.2-1:
31  - Fix bug with accent, use filenameid/pathid instead of filename
32
33 Version 2.0.1-1:
34  - Do nothing if destination string is empty
35  - Fix warning message when using with bweb http connector
36  - Add CVS version number to UA brestore
37
38 Version 2.0.0:
39  - Add debian package
40  - Add BwebConsole package to keep bconsole installation and
41    scp usage on admin workstation. It permit to use brestore on
42    win32 system.
43  - Add brestore.pl -b option to batch cache creation
44  - Add brestore tables to bacula's database for
45    speedup charging
46  - BugFix : perl << operator works only with 32bytes value
47    => using *64 instead
48
49 Version 1.39:
50  - Add Gen BSR function
51  - Add new option "see all version"
52  - Add Estimate function
53