diff --git a/CHANGELOG b/CHANGELOG index 20a3801..f9ce098 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,7 @@ With the next release prepare to either 3) use the nsmd --session-root commandline argument. nsmd: + Fix session discovery to not report nested sessions anymore. Also more robust file system error handling. Command line option --quiet: Suppress messages except warnings and errors Protect against orphaned clients or daemons when the server, or even a GUI, crashes. Replace cowboy-slang in info-level OSC with descriptive, technical messages. @@ -22,6 +23,10 @@ Legacy-GUI: Fix manpage description and usage with the correct executable name Fix resizing to very small and back. ( / TheGreatWhiteShark ) +API: + NSM_API_VERSION_PATCH from 0 to 1 (1.1.0 -> 1.1.1) + Please see API document chapter "Changes in API Version 1.1.1" + Extras: This repository now contains extras (libraries, programs, documentation etc.) Extras are technically not connected to the main programs of this repository. diff --git a/src/nsmd.cpp b/src/nsmd.cpp index 0c5e231..eab3a49 100644 --- a/src/nsmd.cpp +++ b/src/nsmd.cpp @@ -67,7 +67,7 @@ static char *session_root; #define NSM_API_VERSION_MAJOR 1 #define NSM_API_VERSION_MINOR 1 -#define NSM_API_VERSION_PATCH 0 +#define NSM_API_VERSION_PATCH 1 #define VERSION_STRING "1.5.0" #define ERR_OK 0