|
|
@@ -6,20 +6,23 @@ External contributors notice at the end of the line: (LastName, FirstName / nick |
|
|
|
|
|
|
|
|
|
|
|
## 2022-04-15 1.6.0 |
|
|
|
nsmd now follows the XDG Base Directory Specifications: |
|
|
|
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. |
|
|
|
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. |
|
|
|
|
|
|
|
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 resulting client and port names |
|
|
|
Reduce verbosity level of log ouput. |
|
|
|
Document 'hidden' standalone (no NSM) command line mode in --help |
|
|
|
Handle SIGNALs even when in standalone mode |
|
|
|