diff --git a/debian/changelog b/debian/changelog index dd9d0c16..29ccd0a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +geesefs (0.34.4) unstable; urgency=medium + + * Implement fallocate(), except really perverted FALLOC_FL_COLLAPSE_RANGE and FALLOC_FL_INSERT_RANGE + + -- Vitaliy Filippov Mon, 23 Jan 2023 20:14:39 +0300 + geesefs (0.34.3) unstable; urgency=medium * Followup to 0.32.0's file truncation fix - fix an additional case of the same bug diff --git a/internal/flags.go b/internal/flags.go index 19d71888..d021445c 100644 --- a/internal/flags.go +++ b/internal/flags.go @@ -30,7 +30,7 @@ import ( "github.com/urfave/cli" ) -const GEESEFS_VERSION = "0.34.3" +const GEESEFS_VERSION = "0.34.4" var flagCategories map[string]string