diff options
-rw-r--r-- | ChangeLog.adoc | 12 | ||||
-rw-r--r-- | ReleaseNotes.adoc | 5 | ||||
-rw-r--r-- | weechat.spec | 4 |
3 files changed, 17 insertions, 4 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 57c20a5eb..5bebb3580 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -32,15 +32,21 @@ Bug fixes:: * core: do not remove quotes in arguments of command /eval as they can be part of the evaluated expression/condition (issue #1601) * core: display an error when the buffer is not found with command /command -buffer - * exec: fix search of command by identifier * irc: fix completion of commands /halfop and /dehalfop - * spell: fix crash with IRC color codes in command line (issue #1589) - * spell: fix refresh of bar item "spell_suggest" when the input becomes empty (issue #1586) Documentation:: * do not build weechat-headless man page if headless binary is disabled (issue #1607) +[[v3.0.1]] +== Version 3.0.1 (2021-01-31) + +Bug fixes:: + + * exec: fix search of command by identifier + * spell: fix refresh of bar item "spell_suggest" when the input becomes empty (issue #1586) + * spell: fix crash with IRC color codes in command line (issue #1589) + [[v3.0]] == Version 3.0 (2020-11-11) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 87e52cd23..9017b296b 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -32,6 +32,11 @@ It is deprecated and will be removed in a future release. New options `setvar` and `delvar` were also added in command `/buffer`, see `/help buffer`. +[[v3.0.1]] +== Version 3.0.1 (2021-01-31) + +Bug fix and maintenance release. + [[v3.0]] == Version 3.0 (2020-11-11) diff --git a/weechat.spec b/weechat.spec index db1b0dbf1..03724a18b 100644 --- a/weechat.spec +++ b/weechat.spec @@ -23,7 +23,7 @@ # %define name weechat -%define version 3.0 +%define version 3.0.1 %define release 1 Name: %{name} @@ -82,6 +82,8 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/share/icons/hicolor/512x512/apps/weechat.png %changelog +* Sun Jan 31 2021 Sébastien Helleu <flashcode@flashtux.org> 3.0.1-1 +- Released version 3.0.1 * Wed Nov 11 2020 Sébastien Helleu <flashcode@flashtux.org> 3.0-1 - Released version 3.0 * Sat Jul 18 2020 Sébastien Helleu <flashcode@flashtux.org> 2.9-1 |