From e1e1cb74948b1f1854972126f892addd64e0bfdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Borges=20Ferreira?= Date: Wed, 30 Nov 2016 16:59:57 +0000 Subject: [PATCH 1/2] Bump version --- smf-spf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smf-spf.c b/smf-spf.c index 7b1ff72..12ead3e 100644 --- a/smf-spf.c +++ b/smf-spf.c @@ -57,7 +57,7 @@ #define ADD_HEADER 1 #define QUARANTINE 0 #define DAEMONIZE 1 -#define VERSION "2.2.0" +#define VERSION "2.3.0" #define MAXLINE 258 #define HASH_POWER 16 From 33d9e20956edff302ced8c3de7ebe2799f8331c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Borges=20Ferreira?= Date: Wed, 30 Nov 2016 17:01:26 +0000 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e94020f..d037ac0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,21 @@ ## [Unreleased](https://github.com/jcbf/smf-spf/tree/HEAD) -[Full Changelog](https://github.com/jcbf/smf-spf/compare/v2.1.1...HEAD) +[Full Changelog](https://github.com/jcbf/smf-spf/compare/v2.2...HEAD) + +**Implemented enhancements:** + +- Create a test suite [\#17](https://github.com/jcbf/smf-spf/issues/17) +- Add debug output to test script [\#24](https://github.com/jcbf/smf-spf/pull/24) ([jcbf](https://github.com/jcbf)) + +**Merged pull requests:** + +- Enable tests [\#26](https://github.com/jcbf/smf-spf/pull/26) ([jcbf](https://github.com/jcbf)) +- Add coverralls badge [\#25](https://github.com/jcbf/smf-spf/pull/25) ([jcbf](https://github.com/jcbf)) +- Enable tests and coverage [\#22](https://github.com/jcbf/smf-spf/pull/22) ([jcbf](https://github.com/jcbf)) + +## [v2.2](https://github.com/jcbf/smf-spf/tree/v2.2) (2016-11-03) +[Full Changelog](https://github.com/jcbf/smf-spf/compare/v2.1.1...v2.2) **Fixed bugs:**