Skip to content

Commit

Permalink
Bump version to 0.30.6
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Feb 7, 2022
1 parent 17045d2 commit 610069e
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.30.6) stable; urgency=medium

* Fix a bug where renames of open, but unmodified, files were not flushed to S3
* Improve parallel linear read speed by preventing eviction of recently loaded data

-- Vitaliy Filippov <[email protected]> Mon, 07 Feb 2022 16:23:20 +0300

geesefs (0.30.5) stable; urgency=medium

* Fix multipart-copy failures on files with names which require URL-encoding
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.30.5"
const GEESEFS_VERSION = "0.30.6"

var flagCategories map[string]string

Expand Down

0 comments on commit 610069e

Please sign in to comment.