1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-05 09:13:14 +02:00

core: add version 3.7.1

This commit is contained in:
Sébastien Helleu
2022-10-21 14:39:15 +02:00
parent 68f605594c
commit 133a424178
4 changed files with 16 additions and 3 deletions
+7 -1
View File
@@ -28,7 +28,6 @@ Bug fixes::
* core: keep terminal title unchanged when option weechat.look.window_title is set to empty value (issue #1835, issue #1836)
* api: do not expect any return value in callbacks "callback_change" and "callback_delete" of function config_new_option (scripting API)
* irc: escape backslashes in raw buffer (issue #1838)
* trigger: execute trigger command on appropriate buffer for hooks command, command_run, line, modifier and print (issue #1841)
Tests::
@@ -38,6 +37,13 @@ Build::
* python: remove support of Python 2.x
[[v3.7.1]]
== Version 3.7.1 (2022-10-21)
Bug fixes::
* trigger: execute trigger command on appropriate buffer for hooks command, command_run, line, modifier and print (issue #1841)
[[v3.7]]
== Version 3.7 (2022-10-09)
+5
View File
@@ -33,6 +33,11 @@ The two callbacks "callback_change" and "callback_delete" in scripting API funct
config_new_option have been changed: an integer return value was expected by error,
now any return value is ignored (like it has always been in the C API).
[[v3.7.1]]
== Version 3.7.1 (2022-10-21)
Bug fix and maintenance release.
[[v3.7]]
== Version 3.7 (2022-10-09)
+1 -1
View File
@@ -32,7 +32,7 @@
# devel-patch the patch version of devel (e.g. 2 for version 1.4.2)
#
WEECHAT_STABLE=3.7
WEECHAT_STABLE=3.7.1
WEECHAT_DEVEL=3.8
WEECHAT_DEVEL_FULL=3.8-dev
+3 -1
View File
@@ -23,7 +23,7 @@
#
%define name weechat
%define version 3.7
%define version 3.7.1
%define release 1
Name: %{name}
@@ -82,6 +82,8 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/share/icons/hicolor/512x512/apps/weechat.png
%changelog
* Fri Oct 21 2022 Sébastien Helleu <flashcode@flashtux.org> 3.7.1-1
- Released version 3.7.1
* Sun Oct 09 2022 Sébastien Helleu <flashcode@flashtux.org> 3.7-1
- Released version 3.7
* Sun Jul 10 2022 Sébastien Helleu <flashcode@flashtux.org> 3.6-1