This website works better with JavaScript.
Home
Help
Register
Sign In
ariera
/
borgmatic
forked from
witten/borgmatic
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add systemd security improvement to NEWS.
master
Dan Helfman
4 months ago
parent
e844bbee15
commit
e428329c03
2 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
NEWS
+1
-1
setup.py
+ 3
- 0
NEWS
View File
@ -1,3 +1,6 @@
1.5.11.dev0
* #352: Lock down systemd security settings in sample systemd service file.
1.5.10
* #347: Add hooks that run for the "extract" action: "before_extract" and "after_extract".
* #350: Fix traceback when a configuration directory is non-readable due to directory permissions.
+ 1
- 1
setup.py
View File
@ -1,6 +1,6 @@
from
setuptools
import
find_packages
,
setup
VERSION
=
'
1.5.10
'
VERSION
=
'
1.5.1
1.dev
0
'
setup
(
Write
Preview
Loading…
Cancel
Save