From 8ba70548f46d77c9c6684da6c7f3806b2e91d5a0 Mon Sep 17 00:00:00 2001 From: Nils <> Date: Fri, 15 Jan 2021 01:49:12 +0100 Subject: [PATCH] use stars for the warnings/list. --- CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 5ca459a..75b2dae 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,9 +9,9 @@ External contributors notice at the end of the line: (LastName, FirstName / nick WARNING: Next scheduled release (2021-04-15) will switch the default session root to $XDG_DATA_HOME ( default on most distributions: ~/.local/share/nsm/ ) With the next release prepare to do one of the following: -1) Move old sessions to the new root directory (preferred) -2) Symlink "~/NSM Sessions" to the new root directory -3) use the nsmd --session-root commandline argument. +* Move old sessions to the new root directory (preferred) +* Symlink "~/NSM Sessions" to the new root directory +* use the nsmd --session-root commandline argument. nsmd: Fix session discovery to not report nested sessions anymore. Also more robust file system error handling.