Skip to content

Commit

Permalink
Bump version to 0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Nov 22, 2022
1 parent 54a07a5 commit c72c0a7
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.34.1) unstable; urgency=medium

* Detect conflict during rename and don't hang on them
* Do not exceed IOV_MAX in ReadFile if there are too many buffers

-- Vitaliy Filippov <vitalif@yourcmc.ru> Tue, 22 Nov 2022 11:54:35 +0300

geesefs (0.34.0) unstable; urgency=medium

* Slurp files on lookup to speedup lookups (rsync benefits largely from this change)
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.34.0"
const GEESEFS_VERSION = "0.34.1"

var flagCategories map[string]string

Expand Down

0 comments on commit c72c0a7

Please sign in to comment.