Skip to content

Commit dffb3a6

Browse files
authored
Merge pull request #235 from nextcloud/chore/publish-4.0.8
chore: publish 4.0.8 release to stable channel
2 parents 406cedb + a2e0769 commit dffb3a6

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

config/config.php

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@
2727
// stable Qt6.9 (macOS 11 / 12 — not compatible with Qt6.10)
2828
// fixed to the last Qt6.9-compatible stable release
2929
//
30-
$stableQt69ReleaseDate = '2026-03-11 15:00';
31-
$stableQt69Version = '4.0.7';
32-
$stableQt69VersionSignature = 'bwlGWdC92IvoiOtjL/FTuFHdqPEJ02B+lTQy/qGwkfJemnrJeH+BDjRNkJZ2/worA7OT8Gn2e18K3c9hj/V+Dw==';
33-
$stableQt69VersionLength = 345086717;
34-
$stableQt69VersionFileProviderSignature = 'UBxf+cSW8EV7BN7fNsfgvMvPAzqvBfa8RNFuge56xGg/V9vhe4D9W1oqF3mTsex1A7lb2pbAQXFqgnx5nrqzCg==';
35-
$stableQt69VersionFileProviderLength = 373254923;
30+
$stableQt69ReleaseDate = '2026-03-19 15:00';
31+
$stableQt69Version = '4.0.8';
32+
$stableQt69VersionSignature = 'rK+JgVBR3TDygsgaFzZnLaSlEHeH9qMG2ysaIFHTIc5ythZ7m+orSj/UDKPZtHpmnIp5Udcry4zOWjGA+CIBBw==';
33+
$stableQt69VersionLength = 345081075;
34+
$stableQt69VersionFileProviderSignature = 'fLD3Y84rJcvJ46/kZDYE6Csmr1qJ3Icg/RckVWRKyx/wuTSzRAXoURkaVBM98VRrKF7fn4Ejded2GeKWrVoZCg==';
35+
$stableQt69VersionFileProviderLength = 373257027;
3636

3737
//
3838
// stable
3939
//
40-
$stableReleaseDate = '2026-03-11 15:00';
41-
$stableVersion = '4.0.7';
42-
$stableVersionSignature = 'bwlGWdC92IvoiOtjL/FTuFHdqPEJ02B+lTQy/qGwkfJemnrJeH+BDjRNkJZ2/worA7OT8Gn2e18K3c9hj/V+Dw==';
43-
$stableVersionLength = 345086717;
44-
$stableVersionFileProviderSignature = 'UBxf+cSW8EV7BN7fNsfgvMvPAzqvBfa8RNFuge56xGg/V9vhe4D9W1oqF3mTsex1A7lb2pbAQXFqgnx5nrqzCg==';
45-
$stableVersionFileProviderLength = 373254923;
40+
$stableReleaseDate = '2026-03-19 15:00';
41+
$stableVersion = '4.0.8';
42+
$stableVersionSignature = 'rK+JgVBR3TDygsgaFzZnLaSlEHeH9qMG2ysaIFHTIc5ythZ7m+orSj/UDKPZtHpmnIp5Udcry4zOWjGA+CIBBw==';
43+
$stableVersionLength = 345081075;
44+
$stableVersionFileProviderSignature = 'fLD3Y84rJcvJ46/kZDYE6Csmr1qJ3Icg/RckVWRKyx/wuTSzRAXoURkaVBM98VRrKF7fn4Ejded2GeKWrVoZCg==';
45+
$stableVersionFileProviderLength = 373257027;
4646

4747
//
4848
// enterprise
@@ -102,8 +102,8 @@
102102
// Win32 4.0.4 and 4.0.5 do not follow HTTP redirects, which fails the download of updates
103103
if ($platform == "win32" && (version_compare($version, '4.0.4', '>=') && version_compare($version, '4.0.6', '<'))) {
104104
$stableUrl = 'https://download.nextcloud.com/desktop/releases/Windows/';
105-
if (rand(0, 100) >= 10) {
106-
// only allow ~10% of requests receive an update to not overload the download server
105+
if (rand(0, 100) >= 2) {
106+
// only allow ~2% of requests receive an update to not overload the download server
107107
$stableVersion = '4.0.4';
108108
}
109109
}

0 commit comments

Comments
 (0)