Browse Source

changelog

tags/v1.6.0
Nils 3 years ago
parent
commit
1bde1c9f9d
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      CHANGELOG

+ 8
- 2
CHANGELOG View File

@@ -9,14 +9,20 @@ External contributors notice at the end of the line: (LastName, FirstName / nick
nsmd now follows the XDG Base Directory Specifications:
Default session directory moved from ~/NSM Sessions/ to $XDG_DATA_HOME/nsm/ (see issue #gh-15)
The old path ~/NSM Sessions/ is still supported and has priority, for now. This may be switched off in the future.
Lockfiles fixed (see issue #gh-31)
Lockfiles fixed (see issue #gh-31)
Lockfiles are now in $XDG_RUNTIME_DIR/nsm/
Lockfiles now each contain the session path, the osc NSM_URL and the nsmd PID
One daemon file for each currently running nsmd is created in $XDG_RUNTIME_DIR/nsm/d/ containing the osc url. This enables discovery of running daemons.
New section in the API documentation for the above.
New section in the API documentation for the above.
Handle write-protected session files and related errors on save. They will not crash the daemon anymore.
Fixes and guards against trying to load non-existing sessions and creating new sessions under existing names
Handle various crashes-on-exit and replace them with controlled exits.
Jackpatch Version 1.0.0 (previously 0.2.0):
Jackpatch will finally not "forget" connections anymore. See #gh-74
Use actual jack reported size limits for client and port names, not just a guess.
Reduce verbosity level of log ouput.
Document 'hidden' standalone (no NSM) command line mode in --help
Handle SIGNALs even when in standalone mode


## 2022-01-15 1.5.3


Loading…
Cancel
Save