Update changelog for 0.12.0-1 release

This commit is contained in:
2026-08-07 08:31:17 +02:00
parent 0664cefd2a
commit e44e68137b
+15
View File
@@ -1,3 +1,18 @@
revpipyload (0.12.0-1) stable; urgency=medium
* refactor: Replace `_exit` flag with `_evt_exit` event
* feat: Add option to use unix socket for xml rpc server
* feat: Add unix group support for XML-RPC server socket permissions
* fix: Remove shutdown, this resolves a dead lock
* feat: Enhance secure-installation command with Unix socket support
* chore: Log process ID during initialization for debugging purposes
* fix: Set default config path and raise error for inaccessible file
* chore: Release 0.12.0
* chore: Log warning for required RevPi Commander version
* fix: Clarify TCP and Unix socket connection in secure-installation
-- Sven Sager <akira@narux.de> Fri, 07 Aug 2026 08:31:09 +0200
revpipyload (0.11.1-1) stable; urgency=medium
* fix: Ensure file operations are restricted to PLC working directory