File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 11# Cloudfuse Changelog #
22
3+ ## ** 2.0.3** ##
4+
5+ January 23rd 2026
6+ This version is based on [ blobfuse2 2.5.0] ( https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.5.0 ) (upstream).
7+
8+ ### Bug Fixes ###
9+
10+ - [ #801 ] ( https://github.com/Seagate/cloudfuse/pull/801 ) Fix libfuse3 dependency for Debian Trixie
11+
312## ** 2.0.2** ##
413
514December 16th 2025
Original file line number Diff line number Diff line change 33; https://jrsoftware.org/ishelp/index.php
44
55#define MyAppName " Cloudfuse"
6- #define MyAppVersion " 2.0.2 "
6+ #define MyAppVersion " 2.0.3 "
77#define MyAppPublisher " SEAGATE TECHNOLOGY LLC"
88#define MyAppURL " https://github.com/Seagate/cloudfuse"
99#define MyAppExeCLIName " cloudfuse.exe"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ import (
4141
4242// Standard config default values
4343const (
44- cloudfuseVersion_ = "2.0.2 "
44+ cloudfuseVersion_ = "2.0.3 "
4545
4646 DefaultMaxLogFileSize = 512
4747 DefaultLogFileCount = 10
You can’t perform that action at this time.
0 commit comments