From e5e4564211e23cf92cda335d3fd9ae2febba93ed Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Fri, 29 Mar 2024 04:10:38 +0100 Subject: [PATCH] Update RedBrick to 2.6.1 --- source/mods.md | 2 +- source/redbrick-changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/source/mods.md b/source/mods.md index 95273d2..dcc4be2 100644 --- a/source/mods.md +++ b/source/mods.md @@ -8,7 +8,7 @@ SVR.JS has these official SVR.JS mods: * [**easy-waf integration**](https://downloads.svrjs.org/mods/easywaf.integration.1.2.4.tar.gz) - WAF (web application firewall) mod. ***Latest version: 1.2.4*** * [**GreenRhombus**](https://downloads.svrjs.org/mods/greenrhombus.fastcgi.1.0.4.tar.gz) - FastCGI (Fast Common Gateway Interface) client. ***Latest version: 1.0.4*** * [**OrangeCircle**](https://downloads.svrjs.org/mods/orangecircle.scgi.1.2.0.tar.gz) - SCGI (Simple Common Gateway Interface) client. ***Latest version: 1.2.0*** -* [**RedBrick**](https://downloads.svrjs.org/mods/redbrick.cgi.2.6.0.tar.gz) - CGI (Common Gateway Interface) engine. ***Latest version: 2.6.0*** +* [**RedBrick**](https://downloads.svrjs.org/mods/redbrick.cgi.2.6.1.tar.gz) - CGI (Common Gateway Interface) engine. ***Latest version: 2.6.1*** * [**reverse-proxy-mod**](https://downloads.svrjs.org/mods/reverse-proxy-mod.1.1.3.tar.gz) - mod, that enables SVR.JS to do reverse proxy functionality. ***Latest version: 1.1.3*** * [**YellowSquare**](https://downloads.svrjs.org/mods/yellowsquare.jsgi.1.1.3.tar.gz) - JSGI (JavaScript Gateway Interface) engine. ***Latest version: 1.1.3*** diff --git a/source/redbrick-changelog.md b/source/redbrick-changelog.md index 075936f..14fcde1 100644 --- a/source/redbrick-changelog.md +++ b/source/redbrick-changelog.md @@ -3,6 +3,10 @@ title: RedBrick change log date: 2024-01-29 20:21:43 --- +## RedBrick 2.6.1 + +* Fixed "write after end" crashes. + ## RedBrick 2.6.0 * Reduced buffer memory leaks.