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