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