From 85c69f57dd94c79b676be7d569f98d882e95b9a4 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Wed, 27 Sep 2023 14:14:27 +0300 Subject: [PATCH] Release 0.38.2 --- debian/changelog | 6 ++++++ internal/cfg/flags.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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