Skip to content

Commit 361a564

Browse files
release 1.10.0 (#492)
1 parent 1cd356a commit 361a564

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Cloudfuse Changelog #
22

3+
## **1.10.0** ##
4+
5+
March 28th 2025
6+
This version is based on [blobfuse2 2.3.2](https://github.com/Azure/azure-storage-fuse/releases/tag/blobfuse2-2.3.2) (upstream).
7+
8+
### Features ###
9+
10+
- [#490](https://github.com/Seagate/cloudfuse/pull/490) Adds new mount flags 'enable-remount-system' and 'enable-remount-user' to enable remount on system startup or user login
11+
along with corresponding unmount flags 'disable-remount-system' and 'disable-remount-user'
12+
313
## **1.9.3** ##
414

515
March 25th 2025

build/windows_installer_build.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; https://jrsoftware.org/ishelp/index.php
44

55
#define MyAppName "Cloudfuse"
6-
#define MyAppVersion "1.9.3"
6+
#define MyAppVersion "1.10.0"
77
#define MyAppPublisher "SEAGATE TECHNOLOGY LLC"
88
#define MyAppURL "https://github.com/Seagate/cloudfuse"
99
#define MyAppExeName "cloudfuseGUI.exe"

build/windows_installer_build_no_gui.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
; https://jrsoftware.org/ishelp/index.php
44

55
#define MyAppName "Cloudfuse"
6-
#define MyAppVersion "1.9.3"
6+
#define MyAppVersion "1.10.0"
77
#define MyAppPublisher "SEAGATE TECHNOLOGY LLC"
88
#define MyAppURL "https://github.com/Seagate/cloudfuse"
99
#define MyAppExeCLIName "cloudfuse.exe"

common/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import (
4040

4141
// Standard config default values
4242
const (
43-
cloudfuseVersion_ = "1.9.3"
43+
cloudfuseVersion_ = "1.10.0"
4444

4545
DefaultMaxLogFileSize = 512
4646
DefaultLogFileCount = 10

0 commit comments

Comments
 (0)