We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbc8672 commit 20b49d9Copy full SHA for 20b49d9
CHANGELOG.md
@@ -14,6 +14,11 @@
14
- Server processor read efficiency optimized by replacing sleep(0) with yield_now()
15
- Improves CPU utilization and reduces unnecessary spinning
16
17
+### Fixed
18
+- Fixed Debian package installation by ensuring /var/lib/evebox directory is created
19
+ - Resolves issues when evebox services use EVEBOX_DATA_DIRECTORY=/var/lib/evebox
20
+ - Fixes [#346](https://github.com/jasonish/evebox/issues/346)
21
+
22
### Technical Updates
23
- Updated to Axum web framework latest version
24
- Updated Rust MSRV to 1.82.0
0 commit comments