From 736bc89d4e3f25f5e1091b2918ae26d411b38dc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 8 Jan 2023 14:43:17 +0100 Subject: [PATCH] core: update ChangeLog and release notes (closes #1860) --- ChangeLog.adoc | 7 +++++++ ReleaseNotes.adoc | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 4183cf430..ca7478741 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -15,6 +15,13 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] (file _ReleaseNotes.adoc_ in sources). +[[v3.9]] +== Version 3.9 (under dev) + +Build:: + + * core: remove build with autotools (issue #1860) + [[v3.8]] == Version 3.8 (2023-01-08) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 81cea73b4..8e854533d 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -17,6 +17,15 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] (file _ChangeLog.adoc_ in sources). +[[v3.9]] +== Version 3.9 (under dev) + +[[v3.9_remove_autotools]] +=== Remove build with autotools + +The autotools support for build of WeeChat has been removed. + +WeeChat must now be built with CMake. + [[v3.8]] == Version 3.8 (2023-01-08)