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