We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc7f46 commit 57f72c8Copy full SHA for 57f72c8
debian/changelog
@@ -1,3 +1,10 @@
1
+geesefs (0.32.1) unstable; urgency=medium
2
+
3
+ * Fix possible "panic: deref inode xxx by xxx from xxx" after forgetting a renamed directory
4
+ * Return error when flush-before-read fails instead of (captured) panicking
5
6
+ -- Vitaliy Filippov <vitaliff@yandex-team.ru> Wed, 02 Nov 2022 12:04:41 +0300
7
8
geesefs (0.32.0) unstable; urgency=medium
9
10
* Fix a bug where file truncation parallel to multipart upload breaks the upload
internal/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.32.0"
+const GEESEFS_VERSION = "0.32.1"
34
35
var flagCategories map[string]string
36
0 commit comments