Skip to content

Commit 6509c17

Browse files
committed
Release 0.37.0
1 parent 8f70ca2 commit 6509c17

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
geesefs (0.37.0) unstable; urgency=medium
2+
3+
* Limit metadata memory usage (--entry-limit)
4+
* Use READDIRPLUS for faster directory listings
5+
* Fix a crash when being unable to request token from IAM
6+
* Some refactoring
7+
8+
-- Vitaliy Filippov <vitalif@yourcmc.ru> Mon, 07 Aug 2023 13:35:21 +0300
9+
110
geesefs (0.36.2) unstable; urgency=medium
211

312
* Add --refresh-filename and --flush-filename to allow to invalidate and flush cache on Windows

internal/cfg/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/urfave/cli"
3131
)
3232

33-
const GEESEFS_VERSION = "0.36.2"
33+
const GEESEFS_VERSION = "0.37.0"
3434

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)