Skip to content

Commit

Permalink
Bump version to 0.35.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Apr 26, 2023
1 parent d06a02a commit f3589dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
geesefs (0.35.4) unstable; urgency=medium

* Fix a crash on parallel lookup of the same removed file

-- Vitaliy Filippov <[email protected]> Wed, 26 Apr 2023 15:25:38 +0300

geesefs (0.35.3) unstable; urgency=medium

* Work around panic on deref underflow (the source of the problem is not known yet)

-- Vitaliy Filippov <vitalif@yourcmc.ru> Tue, 25 Apr 2023 12:04:28 +0300
-- Vitaliy Filippov <vitaliff@yandex-team.ru> Tue, 25 Apr 2023 12:04:28 +0300

geesefs (0.35.2) 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 @@ -32,7 +32,7 @@ import (
"github.com/urfave/cli"
)

const GEESEFS_VERSION = "0.35.3"
const GEESEFS_VERSION = "0.35.4"

var flagCategories map[string]string

Expand Down

0 comments on commit f3589dd

Please sign in to comment.