From ae66a4d8a586555104dfe633a97fa4a2f17db531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 23 Sep 2017 15:06:00 +0200 Subject: [PATCH] core: add version 1.9.1 in ChangeLog and release notes --- ChangeLog.adoc | 11 +++++++++-- ReleaseNotes.adoc | 5 +++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index a67f455ae..a23df416e 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -40,15 +40,22 @@ Bug fixes:: * api: change type of arguments status/gnutls_rc/sock in hook_connect() callback from string to integer (in scripts) * api: change type of argument fd in hook_fd() callback from string to integer (in scripts) * buflist: remove recursive evaluation of extra variables (issue #1060) - * buflist: fix crash in auto-scroll of bar when the buflist item is not the first item in the bar * irc: fix CTCP PING reply when the option irc.ctcp.ping is set to non-empty value - * relay: fix send of "PART" command in backlog (irc protocol) * relay: fix parsing of CAP command without arguments in irc protocol, send ACK only if all capabilities received are OK and NAK otherwise (issue #1040) Tests:: * display an error if the required locale en_US.UTF-8 is not installed +[[v1.9.1]] +== Version 1.9.1 (2017-09-23) + +Bug fixes:: + + * buflist: fix crash in auto-scroll of bar when the buflist item is not the first item in the bar + * logger: call strftime before replacing buffer local variables + * relay: fix send of "PART" command in backlog (irc protocol) + [[v1.9]] == Version 1.9 (2017-06-25) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index 84a8304c7..7b2bf6a32 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -17,6 +17,11 @@ https://weechat.org/files/changelog/ChangeLog-devel.html[ChangeLog] (file _ChangeLog.adoc_ in sources). +[[v1.9.1]] +== Version 1.9.1 (2017-09-23) + +Bug fix and maintenance release. + [[v2.0]] == Version 2.0 (under dev)