Skip to content

Commit

Permalink
chore: Changelog for 4.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uristdwarf committed Sep 16, 2024
1 parent ba405c9 commit 3aa2a60
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ endif()
project(saunafs)

if(NOT PACKAGE_VERSION)
set(DEFAULT_MIN_VERSION "4.5.0")
set(DEFAULT_MIN_VERSION "4.5.1")
execute_process(COMMAND "git" "rev-parse" "--short" "HEAD"
OUTPUT_VARIABLE GIT_SHA1_SHORT RESULT_VARIABLE GIT_SHA1_SHORT_RETURN_VALUE
OUTPUT_STRIP_TRAILING_WHITESPACE)
Expand Down
8 changes: 8 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
This file lists noteworthy changes in SaunaFS.

* SaunaFS (4.5.1) (2024-09-16)
- Fix critical issue with uraft assigning floating IP address to all nodes.
Note that this fix reverts the previous fix for lost IP addresses after
network restart.
- test: Improve Ganesha test for master failover (#187)
- feat(tests): Add RPC service recovery function (#189)


* SaunaFS (4.5.0) (2024-09-05)
- fix(mount): Set default cacheExpirationTime to 0 (#180)
- feat(mount): Add readcachemaxsize option (#145)
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
saunafs (4.5.1) stable; urgency=high
* Fix critical issue with uraft assigning floating IP address to all nodes.
Note that this fix reverts the previous fix for lost IP addresses after
network restart.
Fix critical issue with uraft assigning floating IP address to all nodes.
* test: Improve Ganesha test for master failover (#187)
* feat(tests): Add RPC service recovery function (#189)

-- SaunaFS Team <[email protected]> Mon, 16 Sep 2024 14:39:59 +0300

saunafs (4.5.0) stable; urgency=medium
* fix(mount): Set default cacheExpirationTime to 0 (#180)
* feat(mount): Add readcachemaxsize option (#145)
Expand Down

0 comments on commit 3aa2a60

Please sign in to comment.