Skip to content

Commit

Permalink
Release 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Aug 7, 2023
1 parent 8f70ca2 commit 6509c17
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
geesefs (0.37.0) unstable; urgency=medium

* Limit metadata memory usage (--entry-limit)
* Use READDIRPLUS for faster directory listings
* Fix a crash when being unable to request token from IAM
* Some refactoring

-- Vitaliy Filippov <[email protected]> Mon, 07 Aug 2023 13:35:21 +0300

geesefs (0.36.2) unstable; urgency=medium

* Add --refresh-filename and --flush-filename to allow to invalidate and flush cache on Windows
Expand Down
2 changes: 1 addition & 1 deletion internal/cfg/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/urfave/cli"
)

const GEESEFS_VERSION = "0.36.2"
const GEESEFS_VERSION = "0.37.0"

var flagCategories map[string]string

Expand Down

0 comments on commit 6509c17

Please sign in to comment.