Skip to content

Commit

Permalink
Bump version to 0.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Nov 2, 2022
1 parent 6cc7f46 commit 57f72c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
geesefs (0.32.1) unstable; urgency=medium

* Fix possible "panic: deref inode xxx by xxx from xxx" after forgetting a renamed directory
* Return error when flush-before-read fails instead of (captured) panicking

-- Vitaliy Filippov <[email protected]> Wed, 02 Nov 2022 12:04:41 +0300

geesefs (0.32.0) unstable; urgency=medium

* Fix a bug where file truncation parallel to multipart upload breaks the upload
Expand Down
2 changes: 1 addition & 1 deletion internal/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/urfave/cli"
)

const GEESEFS_VERSION = "0.32.0"
const GEESEFS_VERSION = "0.32.1"

var flagCategories map[string]string

Expand Down

0 comments on commit 57f72c8

Please sign in to comment.