We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940f9c7 commit ea5c2acCopy full SHA for ea5c2ac
debian/changelog
@@ -1,3 +1,9 @@
1
+geesefs (0.38.2) unstable; urgency=medium
2
+
3
+ * Fix listings and make them faster again by removing O(N^2)
4
5
+ -- Vitaliy Filippov <vitaliff@yandex-team.ru> Wed, 27 Sep 2023 14:13:32 +0300
6
7
geesefs (0.38.1) unstable; urgency=medium
8
9
* Small fix to the new "intelligent list cutting"
internal/cfg/flags.go
@@ -30,7 +30,7 @@ import (
30
"github.com/urfave/cli"
31
)
32
33
-const GEESEFS_VERSION = "0.38.1"
+const GEESEFS_VERSION = "0.38.2"
34
35
var flagCategories map[string]string
36
0 commit comments