From 59b9250b904d5e9e55e0ff614de00e9e08eb6f05 Mon Sep 17 00:00:00 2001 From: Chengxun Lee <24319042+bclswl0827@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:20:15 +0800 Subject: [PATCH] Update version to v3.2.0 --- CHANGELOG.md | 15 +++++++++++++++ SECURITY.md | 2 +- VERSION | 2 +- frontend/src/.env | 4 ++-- 4 files changed, 19 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eaec203..a47c7e2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ Starting from v2.2.5, all notable changes to this project will be documented in this file. +## v3.2.0 + +### New Features + +- Support custom NTP query retry times and timeout. +- Retry querying NTP server when the first attempt fails. +- Support rotating log files by day or by size. +- Validate the configuration file before starting the application. + +### Bug Fixes + +- Fixed potential data race issues. +- Replace concurrent-map with haxmap to avoid OOM. +- Fixed build failure on windows/386, linux/mips* architectures. + ## v3.1.1 ### New Features diff --git a/SECURITY.md b/SECURITY.md index 58b7bda0..2bc09117 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -12,7 +12,7 @@ currently being supported with security updates. ## Reporting a Vulnerability -Vulnerabilities should be reported to bclswl0827[at]gmail.com - the main maintainer of this project. We will attempt to respond to/confirm reports within 2-3 days, but if you believe your report to be "critical" to user safety and security, please note as such in the subject. We take security vulnerabilities seriously. +Vulnerabilities should be reported to bclswl0827[ατ]gmail.com - the main maintainer of this project. We will attempt to respond to/confirm reports within 2-3 days, but if you believe your report to be "critical" to user safety and security, please note as such in the subject. We take security vulnerabilities seriously. When reporting an issue, where possible, please provide at least: diff --git a/VERSION b/VERSION index 903cd9f2..6d260c3a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v3.1.1 +v3.2.0 diff --git a/frontend/src/.env b/frontend/src/.env index 7f28f041..33794e13 100644 --- a/frontend/src/.env +++ b/frontend/src/.env @@ -1,2 +1,2 @@ -REACT_APP_VERSION=v3.1.1 -REACT_APP_RELEASE=62119de0-20240826173348 +REACT_APP_VERSION=v3.2.0 +REACT_APP_RELEASE=659cecb8-20240830121249