We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a58bd41 commit db20530Copy full SHA for db20530
debian/changelog
@@ -1,3 +1,11 @@
1
+geesefs (0.40.9) unstable; urgency=medium
2
+
3
+ * Implement "debug" xattr to dump internal file/directory states online
4
+ * Do not delete destination file when renaming another file over it
5
+ * Return geesefs version in a hidden extended attribute "geesefs"
6
7
+ -- Vitaliy Filippov <vitaliff@yandex-team.ru> Fri, 17 May 2024 17:56:22 +0300
8
9
geesefs (0.40.8) unstable; urgency=medium
10
11
* Prevent panic (crash) possible during flushing and inode expiration
internal/cfg/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.40.8"
+const GEESEFS_VERSION = "0.40.9"
34
35
var flagCategories map[string]string
36
0 commit comments