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