Browse Source

cherry-pick security

Alexandre Alapetite 3 years ago
parent
commit
c82bd3b173
2 changed files with 9 additions and 2 deletions
  1. 7 0
      CHANGELOG.md
  2. 2 2
      constants.php

+ 7 - 0
CHANGELOG.md

@@ -1,5 +1,12 @@
 # FreshRSS changelog
 
+## 2022-12-08 FreshRSS 1.20.2
+
+* Security fixes
+	* Fix security vulnerability in `ext.php` [#4928](https://github.com/FreshRSS/FreshRSS/pull/4928)
+	* Apache `TraceEnable Off` [#4863](https://github.com/FreshRSS/FreshRSS/pull/4863)
+
+
 ## 2022-11-14 FreshRSS 1.20.1
 
 * Features

+ 2 - 2
constants.php

@@ -2,8 +2,8 @@
 //NB: Do not edit; use ./constants.local.php instead.
 
 //<Not customisable>
-define('FRESHRSS_MIN_PHP_VERSION', '7.0.0');
-define('FRESHRSS_VERSION', '1.20.1');
+define('FRESHRSS_MIN_PHP_VERSION', '7.2.0');
+define('FRESHRSS_VERSION', '1.20.2');
 define('FRESHRSS_WEBSITE', 'https://freshrss.org');
 define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');