Release 10.0.0 #100

Manually merged
jlecour merged 321 commits from unstable into stable 2020-05-13 11:25:49 +02:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 704b76e6de - Show all commits

View file

@ -84,6 +84,7 @@ The **patch** part changes incrementally at each release.
* evolinux-base: Don't make alert5.service executable as systemd will complain
* webapps/evoadmin-web: Set default evoadmin_mail_tpl_force to True to fix a regression where the mail template would not get updated because the file is created before the role is first run.
* minifirewall: Backport changes from minifirewall (properly open outgoing smtp(s))
* minifirewall: Properly detect alert5.sh to turn on firewall at boot
### Security

View file

@ -16,7 +16,7 @@
- name: check if /usr/share/scripts/alert5 exists
stat:
path: /usr/share/scripts/alert5
path: /usr/share/scripts/alert5.sh
register: usr_share_scripts_alert5
- name: Uncomment minifirewall start line