Skip to content

Commit 57f72c8

Browse files
committed
Bump version to 0.32.1
1 parent 6cc7f46 commit 57f72c8

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.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+
18
geesefs (0.32.0) unstable; urgency=medium
29

310
* Fix a bug where file truncation parallel to multipart upload breaks the upload

internal/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.32.0"
33+
const GEESEFS_VERSION = "0.32.1"
3434

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)