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