Skip to content

Commit

Permalink
Merge pull request #28 from jcbf/27_release2.3.0
Browse files Browse the repository at this point in the history
Release version 2.3.0
  • Loading branch information
jcbf authored Nov 30, 2016
2 parents 9f65e5e + 33d9e20 commit f0540fe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion smf-spf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0540fe

Please sign in to comment.