From 10917530d587d4619904ff3a93674459e913e07f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 22 Apr 2017 21:21:26 +0200 Subject: [PATCH] core: add version 1.7.1 in ChangeLog and ReleaseNotes --- ChangeLog.adoc | 7 +++++++ ReleaseNotes.adoc | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 074ece1f9..280c3be77 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -53,6 +53,13 @@ Build:: * core: fix compilation on FreeBSD with autotools (issue #276) * ruby: add detection of Ruby 2.4 (issue #895) +[[v1.7.1]] +== Version 1.7.1 (2017-04-22) + +Bug fixes:: + + * irc: fix parsing of DCC filename + [[v1.7]] == Version 1.7 (2017-01-15) diff --git a/ReleaseNotes.adoc b/ReleaseNotes.adoc index e762e051c..b085bcca1 100644 --- a/ReleaseNotes.adoc +++ b/ReleaseNotes.adoc @@ -27,6 +27,11 @@ Aspell option with color for suggestion on a misspelled word has been renamed: * _aspell.color.suggestions_ has been renamed to _aspell.color.suggestion_ +[[v1.7.1]] +== Version 1.7.1 (2017-04-22) + +Bug fix and maintenance release. + [[v1.7]] == Version 1.7 (2017-01-15)