From 74ac87c5584af4daec51eec78d2e34df2cce1ff4 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 27 Aug 2024 16:30:58 +0200 Subject: [PATCH] doc: update ChangeLog for upcoming v24.08 release Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 4535feeb..505ff8ad 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -42,6 +42,8 @@ All notable changes to the project are documented in this file. `/sys/class/leds` are turned on while clearing writable partitions - Lock down CLI admin-exec to prevent unprivileged users from managing system configuration or state. +- The local log file `/var/log/syslog` no longer contains debug level + log messages. See `/var/log/debug` for *all* log messages ### Fixes - Fix #274: add missing link/traffic LEDs on NanoPi R2S LAN port @@ -49,9 +51,14 @@ All notable changes to the project are documented in this file. - Fix #531: creating a new VLAN interface named `vlanN` should not set `lower-layer-if` to `vlanN`. With the `vlanN` pattern, only C-VLAN and VID can be inferred +- Fix #541: make sure Frr OSPF logs are sent to `syslogd` and filtered + to `/var/log/routing` for easy access from the CLI - Fix #542: warning message from `login`, cannot find `pam_lastlog.so` - Fix #570: the CLI `change password` command does not work - Fix #576: the CLI tab completion for `startup-config` does not work +- Fix #585: on internal configuration database error, restart internal + service `sysrepo-plugind` to attempt to get remote access over NETCONF + and RESTCONF back to the user - Silence bogus `sysctl` warnings at boot (syslog) - Silence output from user group member check (sys-cli in syslog) - Reduced resolver timeout and retry attempts, fixes 10 second delays