Browse Source

document latest changes in changelog. increment patch level api in nsmd.cpp

tags/v1.5.0
Nils 4 years ago
parent
commit
1907ffa1ec
2 changed files with 6 additions and 1 deletions
  1. +5
    -0
      CHANGELOG
  2. +1
    -1
      src/nsmd.cpp

+ 5
- 0
CHANGELOG View File

@@ -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.


+ 1
- 1
src/nsmd.cpp View File

@@ -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


Loading…
Cancel
Save