From 789fa972f8f57b8fb2cf40a032bee2ea5b2508cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 1 Jul 2019 22:16:23 +0200 Subject: [PATCH] core: add Python 3 in release notes --- ReleaseNotes.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index f8a37fd5a..350fe597a 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -17,6 +17,18 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] (file _ChangeLog.adoc_ in sources). +[[v2.6]] +== Version 2.6 (under dev) + +[[v2.6_python3_default]] +=== Python 3 by default + +Python 3 is now used by default to compile the "python" plugin. + +The CMake option `ENABLE_PYTHON3` has been renamed to `ENABLE_PYTHON2` +(configure option `--enable-python2`). If this option is enabled, the "python" +plugin is built with Python 2 (if found), with a fallback on Python 3. + [[v2.5]] == Version 2.5 (2019-06-06)