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 6 additions and 0 deletions
Showing only changes of commit 0a7262081a - Show all commits

View file

@ -49,6 +49,7 @@ The **patch** part changes incrementally at each release.
* roundcube: fix typo for roundcube vhost
* tomcat: fix typo for default tomcat_version
* evoadmin-web: Put the php config at the right place for Buster
* php: add missing handler for php7.3-fpm
### Security

View file

@ -9,3 +9,8 @@
service:
name: php7.0-fpm
state: restarted
- name: restart php7.3-fpm
service:
name: php7.3-fpm
state: restarted