summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2022-03-14 08:39:24 +0100
committerSébastien Helleu <flashcode@flashtux.org>2022-03-14 08:39:24 +0100
commit44e04149704e72062d3aea51a25eadde680fb043 (patch)
treea1fbd083c8ad138b2cfa59048e5ab728c7fb847e
parent9a19cc5d59d5e8a1b8e81170c5a0d7aa41cd9e4c (diff)
downloadweechat-44e04149704e72062d3aea51a25eadde680fb043.zip
core: add version 3.4.1
-rw-r--r--ChangeLog.adoc8
-rw-r--r--ReleaseNotes.adoc5
-rw-r--r--weechat.spec4
3 files changed, 15 insertions, 2 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 984472319..6d36987d1 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -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)
diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc
index 2dd8f9e78..45c0407a0 100644
--- a/ReleaseNotes.adoc
+++ b/ReleaseNotes.adoc
@@ -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)
diff --git a/weechat.spec b/weechat.spec
index 5d3767821..ed90a5b40 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -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