Add systemd security improvement to NEWS.
This commit is contained in:
parent
e844bbee15
commit
e428329c03
2 changed files with 4 additions and 1 deletions
3
NEWS
3
NEWS
|
@ -1,3 +1,6 @@
|
||||||
|
1.5.11.dev0
|
||||||
|
* #352: Lock down systemd security settings in sample systemd service file.
|
||||||
|
|
||||||
1.5.10
|
1.5.10
|
||||||
* #347: Add hooks that run for the "extract" action: "before_extract" and "after_extract".
|
* #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.
|
* #350: Fix traceback when a configuration directory is non-readable due to directory permissions.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -1,6 +1,6 @@
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
VERSION = '1.5.10'
|
VERSION = '1.5.11.dev0'
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue