Skip to content

Commit

Permalink
Release 0.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Dec 6, 2023
1 parent 811b7be commit 2f51acd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
geesefs (0.39.1) unstable; urgency=medium

* Fix a memory leak in inodesByTime (evicted inodes were not removed from the map)

-- Vitaliy Filippov <[email protected]> Wed, 06 Dec 2023 14:27:00 +0300

geesefs (0.39.0) unstable; urgency=medium

* Add PATCH support for Yandex Cloud S3 https://cloud.yandex.ru/docs/storage/s3/api-ref/object/patch
Expand Down
2 changes: 1 addition & 1 deletion internal/cfg/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.39.0"
const GEESEFS_VERSION = "0.39.1"

var flagCategories map[string]string

Expand Down

0 comments on commit 2f51acd

Please sign in to comment.