File tree Expand file tree Collapse file tree 3 files changed +25
-4
lines changed
Expand file tree Collapse file tree 3 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 22
33This file is used to list changes made in each version of ` onddo-spamassassin ` .
44
5- ## 0.1.0:
5+ ## 0.2.0 (2014-09-22)
66
7- * Initial release of ` onddo-spamassassin `
7+ * ` Gemfile ` updates:
8+ * Berkshelf version 3.
9+ * Specify vagrant version.
10+ * Improved, added groups.
11+ * ` README ` & metadata: ` trusted_networks ` default value fixed.
12+ * ` README ` :
13+ * Added cookbook badge.
14+ * File separated in multiple files.
15+ * Added travis-ci and gamnasium badges.
16+ * Fix SpamAssassin daemon with systemd: fixes Fedora support.
17+ * * test/kitchen/cookbooks* directory moved to * test/cookbooks* .
18+ * Added Fedora and Amazon Linux support.
19+ * Added RedHat support.
20+ * ` kitchen.yml ` file updated.
21+ * Added ` kitchen.cloud.yml ` file
22+ * ` Berksfile ` : use source instead of site.
23+ * Added ChefSpec tests.
24+ * Added ` travis.yml ` file and a ` Rakefile ` .
25+ * ` TODO ` added tasks: * RuboCop* and namespace change.
826
27+ ## 0.1.0 (2013-06-09)
28+
29+ * Initial release of ` onddo-spamassassin ` .
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Description
22===========
33[ ![ Cookbook Version] ( https://img.shields.io/cookbook/v/onddo-spamassassin.svg?style=flat )] ( https://supermarket.getchef.com/cookbooks/onddo-spamassassin )
44[ ![ Dependency Status] ( http://img.shields.io/gemnasium/onddo/spamassassin-cookbook.svg?style=flat )] ( https://gemnasium.com/onddo/spamassassin-cookbook )
5- [ ![ Build Status] ( http://img.shields.io/travis/onddo/spamassassin-cookbook.svg?style=flat )] ( https://travis-ci.org/onddo/spamassassin-cookbook )
5+ [ ![ Build Status] ( http://img.shields.io/travis/onddo/spamassassin-cookbook/0.2.0 .svg?style=flat )] ( https://travis-ci.org/onddo/spamassassin-cookbook )
66
77Installs and configures [ SpamAssassin] ( http://spamassassin.apache.org/ ) , a mail filter software to identify spam.
88
Original file line number Diff line number Diff line change 44license 'Apache 2.0'
55description 'Installs and configures SpamAssassin, a mail filter software to identify spam.'
66long_description IO . read ( File . join ( File . dirname ( __FILE__ ) , 'README.md' ) )
7- version '0.2.0' # WiP
7+ version '0.2.0'
88
99supports 'amazon'
1010supports 'centos'
You can’t perform that action at this time.
0 commit comments