From 2122cbf93f3702b541fe01f634772109cefe5f17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 14 Nov 2016 07:27:02 +0100 Subject: [PATCH] core: update ChangeLog --- ChangeLog.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 3f69dc7f1..e01cb8b2e 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -30,6 +30,10 @@ Bug fixes:: * lua: fix integers returned in Lua >= 5.3 (issue #834) * relay: set status to "authentication failed" and close immediately connection in case of authentication failure in weechat and irc protocols (issue #825) +Build:: + + * core: add build of xz package with make dist (cmake) + [[v1.6]] == Version 1.6 (2016-10-02)