From: Jason Ish Date: Wed, 28 Aug 2019 21:35:30 +0000 (-0600) Subject: changelog: pull in changelog for 1.0.4 and 1.0.5 X-Git-Tag: 1.1.0rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a73e644adef8fad3b00135dc328d41a2fb0d9fd1;p=thirdparty%2Fsuricata-update.git changelog: pull in changelog for 1.0.4 and 1.0.5 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 626808c..2bfeafd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ - Enable integration tests on Travis-CI. https://redmine.openinfosecfoundation.org/issues/2760 +## 1.0.5 - 2019-04-26 +- Fix NULL pointer dereference (FORWARD_NULL) found by + Coverity. https://redmine.openinfosecfoundation.org/issues/2834 +- Add a download connection timeout of 30 + seconds. https://redmine.openinfosecfoundation.org/issues/2703 +- Fix issue with --no-merge command line + option. https://redmine.openinfosecfoundation.org/issues/2869 +- Fix handling of default ignore + files. https://redmine.openinfosecfoundation.org/issues/2851 +- Allow repeated calls to enable the same rule source without exiting + with an error. https://redmine.openinfosecfoundation.org/issues/2728 + +## 1.0.4 - 2019-03-07 +- Enable integration tests on + Travis-CI. https://redmine.openinfosecfoundation.org/issues/2760 +- Reduce memory usage. https://redmine.openinfosecfoundation.org/issues/2791 + ## 1.0.3 - 2018-12-21 - Fix enable-source command. https://redmine.openinfosecfoundation.org/issues/2753