diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-05-22 13:02:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-05-26 10:27:25 +0200 |
commit | 3653f4b7a2eb78c9898ffa345f4ecb2d45e63720 (patch) | |
tree | 5bda4053b60d75f6a2cc7ebca6064b02a4bfa585 /doc/it | |
parent | 826042176796b6322d2bd8264239adc9a774788f (diff) | |
download | weechat-3653f4b7a2eb78c9898ffa345f4ecb2d45e63720.zip |
core: rename and convert ReleaseNotes.adoc to UPGRADING.md
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_user.it.adoc | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/it/weechat_user.it.adoc b/doc/it/weechat_user.it.adoc index 484119ca6..7ad09463a 100644 --- a/doc/it/weechat_user.it.adoc +++ b/doc/it/weechat_user.it.adoc @@ -876,18 +876,20 @@ $ weechat --upgrade [[restart_after_upgrade]] === Restart after upgrade -[[restart_release_notes]] -==== Release notes +// TRANSLATION MISSING +[[restart_upgrading_notes]] +==== Upgrading notes -After an upgrade, it is *strongly recommended* to read the -https://weechat.org/files/doc/weechat/ReleaseNotes-devel.html[release notes ^↗^^] -which contain important information about breaking changes and some +// TRANSLATION MISSING +After an upgrade, it is *strongly recommended* to read the file +https://github.com/weechat/weechat/blob/master/UPGRADING.md[UPGRADING.md ^↗^^] +which contains important information about breaking changes and some manual actions that could be required. -You must read the release notes of all versions between your old (excluded) and -your new version (included). + -For example if you switch from version 3.0 to 3.2, you must read release notes -of versions 3.1 and 3.2. +// TRANSLATION MISSING +You must read the versions between your old (excluded) and your new version (included). + +For example if you switch from version 4.0.0 to 4.3.0, you must read versions +4.0.1 to 4.3.0. [[restart_configuration_upgrade]] ==== Configuration upgrade |