Skip to content

Commit 483e2d0

Browse files
committed
Release 0.41.1
1 parent 34cc532 commit 483e2d0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
geesefs (0.41.0) unstable; urgency=medium
29

310
* Prevent some situations where a multipart upload could be not completed

internal/cfg/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/urfave/cli"
3131
)
3232

33-
const GEESEFS_VERSION = "0.41.0"
33+
const GEESEFS_VERSION = "0.41.1"
3434

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)