We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ace5f commit eba4b25Copy full SHA for eba4b25
debian/changelog
@@ -1,3 +1,9 @@
1
+geesefs (0.31.2) unstable; urgency=medium
2
+
3
+ * Fix a bug where user metadata values were always lowercased
4
5
+ -- Vitaliy Filippov <[email protected]> Tue, 24 May 2022 13:53:15 +0300
6
7
geesefs (0.31.1) unstable; urgency=medium
8
9
* Fix a very rare problem with multipart upload expire when --multipart-age is set to 0
internal/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.31.1"
+const GEESEFS_VERSION = "0.31.2"
34
35
var flagCategories map[string]string
36
0 commit comments