Skip to content

Commit

Permalink
Release 0.38.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Oct 5, 2023
1 parent 6e528c0 commit 068c622
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
geesefs (0.38.4) unstable; urgency=medium

* Optimise extend->write->truncate case - make GeeseFS not send zeroes to the server
* Optimise write large file -> update header case - keep modified first part in
memory to prevent finalisation of multipart uploads and extra copying of the
whole file into self
* Fix the last bug in parallel listings, add tests for listings & eviction
to prevent future regressions

-- Vitaliy Filippov <[email protected]> Thu, 05 Oct 2023 15:04:44 +0300

geesefs (0.38.3) unstable; urgency=medium

* And one more listing fix :)
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.38.3"
const GEESEFS_VERSION = "0.38.4"

var flagCategories map[string]string

Expand Down

0 comments on commit 068c622

Please sign in to comment.