core: add version 3.2.1
This commit is contained in:
parent
97bdd51112
commit
97b809d164
@ -50,7 +50,6 @@ Bug fixes::
|
|||||||
* irc: remove unneeded message about Diffie-Hellman shared secret exchange during SSL connection to server (issue #857)
|
* 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: escape/unescape IRC message tags values (issue #1654)
|
||||||
* irc: set notify level to "private" for received WALLOPS
|
* 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)
|
* script: fix move of installed script on another filesystem (issue #1667)
|
||||||
|
|
||||||
Documentation::
|
Documentation::
|
||||||
@ -68,6 +67,13 @@ Build::
|
|||||||
* php: add support of PHP 8.0 and 8.1 (issue #1668)
|
* php: add support of PHP 8.0 and 8.1 (issue #1668)
|
||||||
* core: fix build on macOS (issue #1662)
|
* 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]]
|
[[v3.2]]
|
||||||
== Version 3.2 (2021-06-13)
|
== Version 3.2 (2021-06-13)
|
||||||
|
|
||||||
|
@ -122,6 +122,11 @@ For example:
|
|||||||
/set irc.server.example.sasl_mechanism scram-sha-256
|
/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]]
|
[[v3.2]]
|
||||||
== Version 3.2 (2021-06-13)
|
== Version 3.2 (2021-06-13)
|
||||||
|
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
# devel-patch the patch version of devel (e.g. 2 for version 1.4.2)
|
# 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=3.3
|
||||||
WEECHAT_DEVEL_FULL=3.3-dev
|
WEECHAT_DEVEL_FULL=3.3-dev
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
%define name weechat
|
%define name weechat
|
||||||
%define version 3.2
|
%define version 3.2.1
|
||||||
%define release 1
|
%define release 1
|
||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
@ -82,6 +82,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_prefix}/share/icons/hicolor/512x512/apps/weechat.png
|
%{_prefix}/share/icons/hicolor/512x512/apps/weechat.png
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Jun 13 2021 Sébastien Helleu <flashcode@flashtux.org> 3.2-1
|
||||||
- Released version 3.2
|
- Released version 3.2
|
||||||
* Sun Mar 07 2021 Sébastien Helleu <flashcode@flashtux.org> 3.1-1
|
* Sun Mar 07 2021 Sébastien Helleu <flashcode@flashtux.org> 3.1-1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user