Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2020-12-22 01:18:45 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2020-12-22 01:18:45 +0300
commitf81faf67dde564e599703654ffd2ee8956a33a19 (patch)
tree973c08d5c413f22f35a05cf18afaeff0ea07255d /page-release-channels.php
parent728f2fce0529f8a9bc608775366b6d97b9bf173a (diff)
add more description
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-release-channels.php')
-rw-r--r--page-release-channels.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/page-release-channels.php b/page-release-channels.php
index 72e3f689..4210fccf 100644
--- a/page-release-channels.php
+++ b/page-release-channels.php
@@ -34,9 +34,10 @@
<p><?php echo $l->t('You can choose a channel of your preference in the Administrator settings in your Nextcloud instance if you have installed Nextcloud from an archive. Learn more about the release channels below.');?></p>
<p><?php echo $l->t('NOTE that you can <strong>only upgrade to a newer version</strong>. <em>Skipping major versions</em> when upgrading and <em>downgrading</em> to older versions is not supported by Nextcloud. If you went via \'beta\' to 14.0.0rc4 and stable is on 13.0.5, you have to wait until 14.0.0 or later is in stable until a new update will become available.');?></p>
<h3><?php echo $l->t('Where is my new stable release?');?></h3>
- <p><?php echo $l->t('Nextcloud makes new versions <strong>incrementally available</strong> to user installations in the Stable channel. When a major new version comes out, we wait about one week and only when no problems are found we start the roll out in steps of about 20% of our user base per week. In practice this means a new release is typically only available in the stable channel <strong>after the first minor release.</strong> Users can always upgrade sooner by choosing the beta channel, which typically tracks stable releases immediately after publishing.');?></p>
+ <p><?php echo $l->t('Nextcloud makes new versions <strong>incrementally available</strong> to user installations in the Stable channel. When a major new version comes out, we wait about one week and only when no problems are found we start the roll out in steps of about 20% of our user base per week. If you maintain several servers, this means some get it sooner than others. Sometimes, an issue is found that was not caught during our pre-release testing, so we delay the roll-out until the fix is available. As a result new release is typically only available in the stable channel <strong>after the first minor release.</strong> Sometimes it can take even a bit longer. Users can always upgrade sooner by choosing the beta channel, which typically tracks stable releases immediately after publishing.');?></p>
<p><?php echo $l->t('After upgrading to the new major release from the Beta channel, you can switch back to stable where you will be notified of minor releases as usual.');?></p>
<p><?php echo $l->t('If you are looking for our release- and maintenance schedule, you can find that ');?><a href="https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule"><?php echo $l->t('in Github.');?></a></p>
+ <p><?php echo $l->t('Note that, of course, we do not release unstable software. We spend a third of our development cycle on testing and only release Nextcloud if we and our paid and volunteer testers are unable to find any more issues. Unfortunately, Nextcloud is big and complicated software and with hundreds of apps users can install, Nextcloud can be used in thousands of different ways, on different platforms and with different configurations. We encourage users to join our testing efforts, trying out beta releases and release candidates so we can fix issues before release. Only testing YOUR use case can guarantee it will be perfect for you!');?></p>
</div>
<div class="col-md-6">
<iframe width="100%" height="300" src="https://www.youtube.com/embed/3hsQNPlQOSE" frameborder="0" allowfullscreen></iframe>