diff --git a/debian/changelog b/debian/changelog index 6ec2e665..be9f3ce4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.38.2) unstable; urgency=medium + + * Fix listings and make them faster again by removing O(N^2) + + -- Vitaliy Filippov Wed, 27 Sep 2023 14:13:32 +0300 + geesefs (0.38.1) unstable; urgency=medium * Small fix to the new "intelligent list cutting" diff --git a/internal/cfg/flags.go b/internal/cfg/flags.go index 1b6149f3..657b0067 100644 --- a/internal/cfg/flags.go +++ b/internal/cfg/flags.go @@ -30,7 +30,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.38.1" +const GEESEFS_VERSION = "0.38.2" var flagCategories map[string]string