Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Commit

Permalink
Version bump 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Mar 13, 2014
1 parent bbc96f1 commit 3ba1e08
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,26 @@ build-essential Cookbook CHANGELOG
==================================
This file is used to list changes made in each version of the build-essential cookbook.

v2.0.0 (2014-03-13)
-------------------
- Updated tested harnesses to use latest ecosystem tools
- Added support for FreeBSD
- Added support for installing XCode Command Line Tools on OSX (10.7, 10.8, 10.9)
- Created a DSL method for wrapping compile_time vs runtime execution
- Install additional developement tools on some platforms
- Add nicer log and warning messages with helpful information

**Potentially Breaking Changes**

- Dropped support for OSX 10.6
- OSX no longer downloads OSX GCC and uses XCode CLI tools instead
- `build_essential` -> `build-essential` in node attributes
- `compiletime` -> `compile_time` in node attributes

v1.4.4 (2014-02-27)
-------------------
- [COOK-4245] Wrong package name used for developer tools on OS X 10.9


v1.4.2
------
### Bug
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Installs C compiler / build tools'
version '1.4.4'
version '2.0.0'
recipe 'build-essential', 'Installs packages required for compiling C software from source.'

%w{ fedora redhat centos ubuntu debian amazon suse scientific oracle smartos}.each do |os|
Expand Down

0 comments on commit 3ba1e08

Please sign in to comment.