From 853bde5e1aa40072c86f9b45b7f26327cd346969 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Fri, 14 Mar 2025 00:24:23 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ version | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b70ba2195..b3e369ee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## Changelog +#### 2.303 (March 15, 2025) +* Fix permissions error when attempting to open a temp file for writing +* Fix Network Configuration module to use `ip` command instead of `ifconfig` on Debian systems +* Fix to correctly save IPv6 nameservers in Network Configuration module +* Fix to run `man` as `nobody` to prevent section param misuse in System Documentation module +* Add support for Sendmail hash files ending with `.cdb` +* Update German translations + #### 2.302 (March 3, 2025) * Add ability to preserve allow/deny IPs in Webmin Configuration module #2427 * Add enhancements to module config saving to ensure reliability under all conditions diff --git a/version b/version index 4bdef4270..4d0620be7 100644 --- a/version +++ b/version @@ -1 +1 @@ -2.302 +2.303