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