From 147369bc7533da4e597c131a865358b208a3e0b0 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Thu, 2 May 2019 18:41:07 +0200 Subject: [PATCH] prepare for release --- CHANGELOG.md | 16 ++++++++++------ README.md | 3 +-- wo/cli/templates/fastcgi.mustache | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c0bc5..ab727f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), --- -### v3.9.5 - [Unreleased] +### v3.9.6 - [Unreleased] + +### v3.9.5 - 2019-05-02 #### Added @@ -28,21 +30,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Support for Netdata on backend : https://server.hostname:22222/netdata/ - New Stacks : composer and netdata - additional argument for letsencrypt : --hsts -- Theme for adminer +- Clean Theme for adminer - Credits for tools shipped with WordOps - Cache exception for Easy Digital Download -- Additional cache exception for Woocommerce +- Additional cache exceptions for Woocommerce - MySQL monitoring with Netdata -- WordOps-dashboard on 22222 -- Extplorer filemanager +- WordOps-dashboard on 22222, can be installed with `wo stack install` +- Extplorer filemanager in WordOps backend - Enable OSCP Stapling with Let's Encrypt -- Compress database backup with pigz before updating sites +- Compress database backup with pigz (faster than gzip) before updating sites - Support for Ubuntu 19.04 (disco) - few php extensions missing - Support for Raspbian 9 (stretch) - tested on Raspberry Pi 3b+ - backup letsencrypt certificate before upgrade - directives emergency_restart_threshold & emergency_restart_interval to restart php-fpm in case of failure - EasyEngine cronjob removal during install - Kernel tweaks via systctl.conf +- open_basedir on php-fpm process to forbid access with php outside of /var/www & /run/nginx-cache #### Changed @@ -56,6 +59,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - backend SSL configuration now stored in /var/www/22222/conf/nginx/ssl.conf - Install Netdata with static pre-built binaries instead of having to compile it from source - Nginx updated to new stable release (1.16.0) +- New packages (phpmyadmin, adminer, composer) are not download in /tmp anymore #### Fixed diff --git a/README.md b/README.md index 5a17cb2..12dd5c6 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ build MIT Commits -GitHub release +GitHub release
Badge Twitter Badge Slack @@ -33,7 +33,6 @@ WordOps.netDocumentationCommunity forum -

--- diff --git a/wo/cli/templates/fastcgi.mustache b/wo/cli/templates/fastcgi.mustache index 72cd66b..271e751 100644 --- a/wo/cli/templates/fastcgi.mustache +++ b/wo/cli/templates/fastcgi.mustache @@ -1,4 +1,4 @@ -# FastCGI cache settings - WO v3.9.5 +# FastCGI cache settings fastcgi_cache_path /var/run/nginx-cache levels=1:2 keys_zone=WORDPRESS:50m inactive=60m max_size=256M; fastcgi_cache_key "$scheme$request_method$host$request_uri"; fastcgi_cache_use_stale error timeout invalid_header updating http_500 http_503;