Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Changelog for v4.8.0 #282

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ endif()

project(saunafs)

set(DEFAULT_MIN_VERSION "4.7.0")
set(DEFAULT_MIN_VERSION "4.8.0")

string(TIMESTAMP BUILD_TIMESTAMP)
add_compile_definitions(BUILD_TIME="${BUILD_TIMESTAMP}")
Expand Down
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
This file lists noteworthy changes in SaunaFS.

* SaunaFS (4.8.0) (2025-01-16)
- fix(slogger): Set log level as `maybe_unused` (#278)
- fix(slogger): Use level to set syslog as well
- feat(slogger): Add setting up logging using env/config variables
- feat(mount): Enable status updater thread option (#276)
- fix: Addressing minor issues detected by Clang
- fix: Remove array-bounds and stringop-overflow warnings
- fix: Fix functions detection in CMake
- feat(mount): Add path by inode hidden file (#265)
- feat: Reduce malloc virtual memory usage (#266)
- fix(mount): Fix low level fuse options in help (#254)
- fix(build): suppress warnings in manpage generation (#264)
- fix: metarestore logging (#255)
- fix: Fix test_auto_recovery_incversion (Windows client tests) (#262)
- fix(mount): Fix case-insensitive test (#257)
- fix(mount): Fix helgrind issues on `fs_nop_thread`
- fix(mount): Fix consistent read cache release
- fix(mount): Fix readcache memory release (#241)
- feat(mount): Add option for open files on Windows (#230)

* SaunaFS (4.7.0) (2024-12-18)
- fix(mount): Remove helgrind warning
Expand Down
Loading