Skip to content

Commit 7f8596a

Browse files
committed
Release 0.42.3
1 parent c2f62aa commit 7f8596a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
geesefs (0.42.3) unstable; urgency=medium
2+
3+
* Add --refresh-dirs option for Windows as an ugly solution to refresh files
4+
in Explorer :)
5+
6+
-- Vitaliy Filippov <vitaliff@yandex-team.ru> Fri, 29 Nov 2024 15:09:09 +0300
7+
18
geesefs (0.42.2) unstable; urgency=medium
29

310
* Fix Create on Windows not returning EEXIST for existing files

internal/cfg/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import (
3030
"github.com/urfave/cli"
3131
)
3232

33-
const GEESEFS_VERSION = "0.42.2"
33+
const GEESEFS_VERSION = "0.42.3"
3434

3535
var flagCategories map[string]string
3636

0 commit comments

Comments
 (0)