diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-09-04 16:28:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-09-04 16:28:04 +0200 |
commit | 97b809d164b43e3f2580fd177caad05ae0b860bf (patch) | |
tree | d1c0a3c3299e8a4b4446bc6b5e5a27f97bf478a3 | |
parent | 97bdd51112ad290647c208c13c4916a1630caa0f (diff) | |
download | weechat-97b809d164b43e3f2580fd177caad05ae0b860bf.zip |
core: add version 3.2.1
-rw-r--r-- | ChangeLog.adoc | 8 | ||||
-rw-r--r-- | ReleaseNotes.adoc | 5 | ||||
-rwxr-xr-x | version.sh | 2 | ||||
-rw-r--r-- | weechat.spec | 4 |
4 files changed, 16 insertions, 3 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 9339d1b28..40734a4f0 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -50,7 +50,6 @@ Bug fixes:: * irc: remove unneeded message about Diffie-Hellman shared secret exchange during SSL connection to server (issue #857) * irc: escape/unescape IRC message tags values (issue #1654) * irc: set notify level to "private" for received WALLOPS - * relay: fix crash when decoding a malformed websocket frame * script: fix move of installed script on another filesystem (issue #1667) Documentation:: @@ -68,6 +67,13 @@ Build:: * php: add support of PHP 8.0 and 8.1 (issue #1668) * core: fix build on macOS (issue #1662) +[[v3.2.1]] +== Version 3.2.1 (2021-09-04) + +Bug fixes:: + + * relay: fix crash when decoding a malformed websocket frame + [[v3.2]] == Version 3.2 (2021-06-13) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 1fc625f36..2ac357fe2 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -122,6 +122,11 @@ For example: /set irc.server.example.sasl_mechanism scram-sha-256 ---- +[[v3.2.1]] +== Version 3.2.1 (2021-09-04) + +Bug fix and maintenance release. + [[v3.2]] == Version 3.2 (2021-06-13) diff --git a/version.sh b/version.sh index ba4096eff..31c91dfed 100755 --- a/version.sh +++ b/version.sh @@ -32,7 +32,7 @@ # devel-patch the patch version of devel (e.g. 2 for version 1.4.2) # -WEECHAT_STABLE=3.2 +WEECHAT_STABLE=3.2.1 WEECHAT_DEVEL=3.3 WEECHAT_DEVEL_FULL=3.3-dev diff --git a/weechat.spec b/weechat.spec index 736eb28af..191178360 100644 --- a/weechat.spec +++ b/weechat.spec @@ -23,7 +23,7 @@ # %define name weechat -%define version 3.2 +%define version 3.2.1 %define release 1 Name: %{name} @@ -82,6 +82,8 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/share/icons/hicolor/512x512/apps/weechat.png %changelog +* Sat Sep 04 2021 Sébastien Helleu <flashcode@flashtux.org> 3.2.1-1 +- Released version 3.2.1 * Sun Jun 13 2021 Sébastien Helleu <flashcode@flashtux.org> 3.2-1 - Released version 3.2 * Sun Mar 07 2021 Sébastien Helleu <flashcode@flashtux.org> 3.1-1 |