Skip to content

Commit

Permalink
Bump version to 0.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Dec 19, 2022
1 parent a6bfca4 commit 420e5a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,23 +1,32 @@
geesefs (0.34.2) unstable; urgency=medium

* Implement the new yandex/google IAM service flavor
* Reduce memory usage during loading of very large directories
* Fix PPROF runtime debugging support
* Add I/O statistics printer

-- Vitaliy Filippov <[email protected]> Mon, 19 Dec 2022 19:56:05 +0300

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
-- Vitaliy Filippov <vitaliff@yandex-team.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)

-- Vitaliy Filippov <vitalif@yandex-team.ru> Mon, 07 Nov 2022 18:31:39 +0300
-- Vitaliy Filippov <vitaliff@yandex-team.ru> Mon, 07 Nov 2022 18:31:39 +0300

geesefs (0.33.1) unstable; urgency=medium

* Fix a bug where directory objects of removed directories could be left in cloud in --no-dir-object mode
* Preserve directory mtimes set with utimes()
* Reset file mtime on write

-- Vitaliy Filippov <vitalif@yandex-team.ru> Mon, 07 Nov 2022 18:04:00 +0300
-- Vitaliy Filippov <vitaliff@yandex-team.ru> Mon, 07 Nov 2022 18:04:00 +0300

geesefs (0.33.0) unstable; urgency=medium

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.1"
const GEESEFS_VERSION = "0.34.2"

var flagCategories map[string]string

Expand Down

0 comments on commit 420e5a2

Please sign in to comment.