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