mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
core: add version 3.4.1
This commit is contained in:
+7
-1
@@ -29,7 +29,6 @@ New features::
|
||||
|
||||
Bug fixes::
|
||||
|
||||
* core: set again TLS verification functions after options weechat.network.gnutls_ca_system and weechat.network.gnutls_ca_user are changed (issue #1763)
|
||||
* core: fix memory leak when removing a line on a buffer with free content
|
||||
* core: remove obsolete option weechat.plugin.debug (issue #1744)
|
||||
* core: fix search of commands with UTF-8 chars in name when option weechat.look.command_incomplete is on (issue #1739)
|
||||
@@ -61,6 +60,13 @@ Build::
|
||||
* debian: change dependency libargon2-0-dev to libargon2-dev (debian #1005703)
|
||||
* ruby: add detection of Ruby 3.1
|
||||
|
||||
[[v3.4.1]]
|
||||
== Version 3.4.1 (2022-03-13)
|
||||
|
||||
Bug fixes::
|
||||
|
||||
* core: set again TLS verification functions after options weechat.network.gnutls_ca_system and weechat.network.gnutls_ca_user are changed (issue #1763)
|
||||
|
||||
[[v3.4]]
|
||||
== Version 3.4 (2021-12-18)
|
||||
|
||||
|
||||
@@ -42,6 +42,11 @@ and is now a percentage between `0` and `100`:
|
||||
* `1`: low compression (fast)
|
||||
* `100`: best compression (slow)
|
||||
|
||||
[[v3.4.1]]
|
||||
== Version 3.4.1 (2022-03-13)
|
||||
|
||||
Bug fix and maintenance release.
|
||||
|
||||
[[v3.4]]
|
||||
== Version 3.4 (2021-12-18)
|
||||
|
||||
|
||||
+3
-1
@@ -23,7 +23,7 @@
|
||||
#
|
||||
|
||||
%define name weechat
|
||||
%define version 3.4
|
||||
%define version 3.4.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 Mar 13 2022 Sébastien Helleu <flashcode@flashtux.org> 3.4.1-1
|
||||
- Released version 3.4.1
|
||||
* Sat Dec 18 2021 Sébastien Helleu <flashcode@flashtux.org> 3.4-1
|
||||
- Released version 3.4
|
||||
* Sun Sep 19 2021 Sébastien Helleu <flashcode@flashtux.org> 3.3-1
|
||||
|
||||
Reference in New Issue
Block a user