This repository has been archived by the owner on May 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
ChangeLog
72 lines (43 loc) · 1.94 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
2019-01-29 Gabriele Bartolini <[email protected]>
Update the ChangeLog file
2019-01-05 Gabriele Bartolini <[email protected]>
Added docs, added script to setup files and updated copyright
2019-01-04 Marco Nenciarini <[email protected]>
Add barman-wal-archive
2019-01-03 Marco Nenciarini <[email protected]>
Fix travis integration
Update list of supported Python versions
- Dropped Python 3.3
- Added Python 3.6 and Python 3.7
2018-07-26 Gabriele Bartolini <[email protected]>
Updated copyright info
Started v1.3 also
2016-10-03 Marco Nenciarini <[email protected]>
Update the ChangeLog file
Bump barman-cli version to 1.2
This release fixes a Python 2.x compatibility issue in
barman-wal-restore when used with --parallel option.
Fix flake8 by adding an isort section to setup.cfg
Add unit tests using tox and py.test
2016-09-30 Giulio Calacoci <[email protected]>
Fix string type check in RemoteGetWal class
Rewrite the type check of `dest_file` argument to be compatible with
Python 2.6, 2.7 and 3.x.
2016-09-23 Leonardo Cecchi <[email protected]>
Avoid printing stack-traces because of IO errors
2016-09-16 Francesco Canovai <[email protected]>
Fixed dependency on python-argparse
2016-09-14 Marco Nenciarini <[email protected]>
Fix typo in RPM spec file
Update the ChangeLog file
Bump barman-cli version to 1.1
This release comes immediately after 1.0 to put the correct release
date in the documentation and produce a universal wheel package.
Add missing setup.cfg file
Update the ChangeLog file
2016-09-12 Marco Nenciarini <[email protected]>
Initial commit
Import barman-wal-restore from the Barman project.
Start a new project, called barman-cli, which now contains only
barman-wal-restore but will contain more client tools in the
future.