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 34cc532 commit 483e2d0Copy full SHA for 483e2d0
debian/changelog
@@ -1,3 +1,10 @@
1
+geesefs (0.41.1) unstable; urgency=medium
2
+
3
+ * Fix reads possibly trying to read beyond server EOF of an extended file
4
+ * Add --prefer-patch-uploads option
5
6
+ -- Vitaliy Filippov <[email protected]> Thu, 30 May 2024 14:53:05 +0300
7
8
geesefs (0.41.0) unstable; urgency=medium
9
10
* Prevent some situations where a multipart upload could be not completed
internal/cfg/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.41.0"
+const GEESEFS_VERSION = "0.41.1"
34
35
var flagCategories map[string]string
36
0 commit comments