Skip to content

Commit

Permalink
Update version to v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bclswl0827 committed Aug 30, 2024
1 parent 659cecb commit 59b9250
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v3.1.1
v3.2.0
4 changes: 2 additions & 2 deletions frontend/src/.env
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 59b9250

Please sign in to comment.