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/en | |
parent | 826042176796b6322d2bd8264239adc9a774788f (diff) | |
download | weechat-3653f4b7a2eb78c9898ffa345f4ecb2d45e63720.zip |
core: rename and convert ReleaseNotes.adoc to UPGRADING.md
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 2 | ||||
-rw-r--r-- | doc/en/weechat_user.en.adoc | 17 |
2 files changed, 9 insertions, 10 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index cd09adab1..6c0b90be4 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -1195,7 +1195,7 @@ Where _component_ is one of following: icons/* + po/* + README.adoc + - ReleaseNotes.adoc + + UPGRADING.md + src/core/* + src/gui/* + version.sh + diff --git a/doc/en/weechat_user.en.adoc b/doc/en/weechat_user.en.adoc index 22aeee1b2..c94c7aa43 100644 --- a/doc/en/weechat_user.en.adoc +++ b/doc/en/weechat_user.en.adoc @@ -796,18 +796,17 @@ $ weechat --upgrade [[restart_after_upgrade]] === Restart after upgrade -[[restart_release_notes]] -==== Release notes +[[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 +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. +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 |