This file is used to list changes made in each version of the erlang cookbook.
## v2.1.0 (2016-03-29)
- Install R16B03 Erlang releae by default
- Update the Rubocop config and resolve warnings
## v2.0.1 (2015-10-20)
- Use https urls for downloads
- Fix the computed attributes to behave correctly so you can override version and get a correct download URL
- Added additional chefspecs
...
...
@@ -10,6 +17,7 @@ This file is used to list changes made in each version of the erlang cookbook.
- Update chefignore / .gitignore files
## v2.0.0 (2015-10-20)
- The minimum supported Chef release is now 11
- Removed the workaround for Ubuntu 10.04 as 10.04 is no longer a supported platform
- Added additional platforms to the metadata
...
...
@@ -31,67 +39,86 @@ This file is used to list changes made in each version of the erlang cookbook.
- Resolved Rubocop warnings
## v1.5.8 (2015-04-20)
- Use source, not site, for Berksfile
- Lint fixes for rubocop and foodcritc
- Move cloud specific kitchen config to .kitchen.cloud.yml
-[#29](https://github.com/chef-cookbooks/erlang/pull/29): fail the Chef run when attempting to use ESL on RHEL-family v5. The dependencies are not available, and blindly continuing leads to a broken state.
-#29: Don't add Erlang Solutions yum repository in the "package" recipe
-#29: Disable SSL verification of the EPEL repo in the "package" recipe due to an HTTP redirect bug in yum on RHEL -family 5.
- 29: Don't add Erlang Solutions yum repository in the "package" recipe
- 29: Disable SSL verification of the EPEL repo in the "package" recipe due to an HTTP redirect bug in yum on RHEL -family 5.
## v1.5.7 (2015-03-02)
- Update Berksfile to use [https://supermarket.chef.io](https://supermarket.chef.io)
- Update Berksfile to use <https://supermarket.chef.io>
- Update the `CONTRIBUTING.md` file with new URLs and information
- Update copyright date and email addresses in `README.md`
- Change 'Opscode, Inc.' to 'Chef Software, Inc.' where appropriate
-[#24](https://github.com/chef-cookbooks/erlang/issues/24) - Add yum-epel recipe to install prereqs for erlang.
## v1.5.6 (2014-07-29)
-[#16](https://github.com/chef-cookbooks/erlang/issues/16) - Allow for systems with that do not have lsb installed
## v1.5.4 (2014-04-30)
- [COOK-4610] - New APT repository for ESL
## v1.5.2 (2014-03-18)
- [COOK-4296] Add an attribute for passing CFLAGS prior to compilation
## v1.5.0 (2014-02-25)
[COOK-4296] - Add custom build flags when building from source
## v1.4.2
COOK-4155, use a version in version conditional
## v1.4.0
Porting to use cookbook yum ~> 3.0 Moving tests from minitest to bats Fixing style against rubocop