Skip to content

Commit

Permalink
Bump version to 0.26.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalif committed Sep 7, 2021
1 parent 644c67c commit aa2df47
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.26.2) stable; urgency=medium

* Slightly speed up the beginning of upload of files sized between 5 MB and 1 GB
* Allow to log to stderr in daemon mode

-- Vitaliy Filippov <[email protected]> Tue, 07 Sep 2021 13:38:24 +0300

geesefs (0.26.1) stable; urgency=medium

* Fix several buffer-management bugs which could lead to crashes or corrupted reads
Expand Down
2 changes: 1 addition & 1 deletion internal/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/urfave/cli"
)

const GEESEFS_VERSION = "0.26.1"
const GEESEFS_VERSION = "0.26.2"

var flagCategories map[string]string

Expand Down

0 comments on commit aa2df47

Please sign in to comment.