diff options
-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 16ad8316a..207099ff0 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -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) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 1214932ee..379dd8133 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -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) diff --git a/version.sh b/version.sh index f344a9e95..272b8cc3d 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.7 +WEECHAT_STABLE=3.7.1 WEECHAT_DEVEL=3.8 WEECHAT_DEVEL_FULL=3.8-dev diff --git a/weechat.spec b/weechat.spec index a1484d287..12dcae52e 100644 --- a/weechat.spec +++ b/weechat.spec @@ -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 |