We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470d1b4 commit 53784bbCopy full SHA for 53784bb
debian/changelog
@@ -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
10
geesefs (0.36.2) unstable; urgency=medium
11
12
* Add --refresh-filename and --flush-filename to allow to invalidate and flush cache on Windows
internal/cfg/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.36.2"
+const GEESEFS_VERSION = "0.37.0"
34
35
var flagCategories map[string]string
36
0 commit comments