Skip to content

Commit

Permalink
cut v0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandwalker committed Jun 19, 2014
1 parent f5f25ad commit e61f297
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 2 deletions.
50 changes: 50 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
# CHANGELOG

## 0.37.0

* __Casks__
- 12 Casks added (378 updated) by 30 contributors since 0.36.2
- 1620 total Casks
* __Features__
- [#4868][], [#4913][] `x11_required` added to `caveats` mini-DSL
- [#4927][] `version` helper method added to `caveats` mini-DSL
- [#4963][], [#4965][] [#4980][] `brew cask doctor` improvements
- detect need for `brew cleanup`
- detect need for `brew cask cleanup`
- notice broken `$LOAD_PATH`
- [#4924][] suggested (not enforced) order for Cask stanzas
* __Fixes__
- [#4969][] standardize the recommended upgrade command.
- `brew cleanup` and `brew cask cleanup` have been found to fix several bugs for users, including issues when upgrading to Yosemite
- [#4892][], [#4887][], [#4889][], [#4900][], [#4975][], [#4978][], [#4857][] more robust mounting and ejecting of disk images, resolving several bugs
- [#4970][], [#4888][], [#4883][], [#4890][], [#4948][], [#4982][] test suite improvements; sync with Homebrew changes; error messages
- [#4980][], [#4964][] internal: refactor `utils.rb` and `cleanup.rb`
- [#4882][] internal: update maintainers
* __Documentation__
- 11 doc commits since 0.36.2 <3 [@laurent22][]
* __Breaking Changes__
- none

[#4868]: https://github.com/caskroom/homebrew-cask/issues/4868
[#4913]: https://github.com/caskroom/homebrew-cask/issues/4913
[@laurent22]: https://github.com/laurent22
[#4857]: https://github.com/caskroom/homebrew-cask/issues/4857
[#4980]: https://github.com/caskroom/homebrew-cask/issues/4980
[#4978]: https://github.com/caskroom/homebrew-cask/issues/4978
[#4982]: https://github.com/caskroom/homebrew-cask/issues/4982
[#4975]: https://github.com/caskroom/homebrew-cask/issues/4975
[#4965]: https://github.com/caskroom/homebrew-cask/issues/4965
[#4970]: https://github.com/caskroom/homebrew-cask/issues/4970
[#4969]: https://github.com/caskroom/homebrew-cask/issues/4969
[#4963]: https://github.com/caskroom/homebrew-cask/issues/4963
[#4964]: https://github.com/caskroom/homebrew-cask/issues/4964
[#4948]: https://github.com/caskroom/homebrew-cask/issues/4948
[#4924]: https://github.com/caskroom/homebrew-cask/issues/4924
[#4927]: https://github.com/caskroom/homebrew-cask/issues/4927
[#4900]: https://github.com/caskroom/homebrew-cask/issues/4900
[#4890]: https://github.com/caskroom/homebrew-cask/issues/4890
[#4889]: https://github.com/caskroom/homebrew-cask/issues/4889
[#4883]: https://github.com/caskroom/homebrew-cask/issues/4883
[#4882]: https://github.com/caskroom/homebrew-cask/issues/4882
[#4887]: https://github.com/caskroom/homebrew-cask/issues/4887
[#4888]: https://github.com/caskroom/homebrew-cask/issues/4888
[#4892]: https://github.com/caskroom/homebrew-cask/issues/4892

## 0.36.2

* __Casks__
Expand Down
2 changes: 1 addition & 1 deletion doc/man/brew-cask.1
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ Target location for "helper" executable links\. The default value is \fB/usr/loc
Output debugging information of use to Cask authors and developers\.
.
.SH "INTERACTION WITH HOMEBREW"
Homebrew\-cask is implemented as a external command for Homebrew\. That means this project is entirely built upon the Homebrew infrastructure\. For example, upgrades to the Homebrew\-cask tool are received through Homebrew: brew update && brew upgrade brew\-cask
Homebrew\-cask is implemented as a external command for Homebrew\. That means this project is entirely built upon the Homebrew infrastructure\. For example, upgrades to the Homebrew\-cask tool are received through Homebrew: brew update && brew upgrade brew\-cask && brew cleanup && brew cask cleanup
.
.P
And updates to individual Cask definitions are received whenever you issue the Homebrew command: brew update
Expand Down
2 changes: 1 addition & 1 deletion lib/cask/version.rb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
HOMEBREW_CASK_VERSION = '0.36.2'
HOMEBREW_CASK_VERSION = '0.37.0'

0 comments on commit e61f297

Please sign in to comment.