This file is used to list changes made in each version of the gecode cookbook.
- Test with Local Delivery and not Rake
- Use standardize Apache 2 license string
- Cookstyle fixes
- Simplify the logic in the package recipe
- Add support for Oracle Linux
- Testing updates
- Require Chef 12.1+
- Make sure file modes are strings
- Remove support for EOL Debian / Ubuntu
- Remove unused yum / apt cookbook dependencies
- Add a source suite to Test Kitchen
- Fix checksum attribute for source installs
- Run integration tests in Travis CI using kitchen-dokken
- Switch to cookstyle for ruby linting
- Fix the minimal chefspec test to run on Ubuntu 16.04
- Added source_url and issues_url to the metadata
- Updated the Berksfile to 3.x format
- Updated the gitignore file
- Test on the latest Freebsd boxes in Test Kitchen
- Added chefignore file
- Added Chef standard rubocop config
- Updated Travis CI testing to use the ChefDK for up to date deps
- Updated Gemfile with the latest testing deps
- Updated testing and contributing docs
- Added maintainers.md and maintainers.toml files
- Added travis and cookbook version badges to the readme
- Resolved Rubocop warnings
- Added a .foodcritic file to exclude warnings
- Updating to use yum ~> 3.0
- Fixing up style for rubocop
- Updating test-kitchen harness
fixing metadata version error. locking to 3.0"
Updating CHANGELOG for stove compat
- [COOK-2959]: gecode cookbook has foodcritic failure
- [COOK-1868] - use
node['platform_family']
to handle multiple platforms better
- [COOK-1713] - switch to gecode package in Fedora, EPEL >= 6
- [COOK-663] - upgrade libgecode-dev package
- [COOK-778] - update ld.so.conf
- split default recipe into source and package recipe (follows pattern of other cookbooks)
- externalize source installation metadata into attributes
- verify mac os x platform support
- [COOK-538] fix gecode install on newer ubuntu and debian releases
- [COOK-680] don't rebuild gecode if it is already installed
- initial release