cut v0.39.1

This commit is contained in:
Roland Walker
2014-08-12 07:36:38 -04:00
parent 0bf652d1ac
commit e86e94f6d3
3 changed files with 43 additions and 2 deletions
+41
View File
@@ -1,5 +1,46 @@
# CHANGELOG
## 0.39.1
* __Casks__
- 33 Casks added (96 updated) by 59 contributors since 0.38.1
- 1788 total Casks
* __Features__
- [#5723][] Add DSL for after_install and similar blocks (currently undocumented) <3 [@federicobond][]
- [#5699][] Implement list -1 <3 [@rochefort][]
- [#5622][] add support for xar containers
- [#5599][] add support for generic_unar containers
* __Fixes__
- [#5740][] Add uninstall_phase method to CaskroomOnly artifact (fixes [#5739][]) <3 [@federicobond][]
- [#5636][] Re-enable suggestion tests <3 [@federicobond][]
- [#5623][] Convert backtick commands to Cask::SystemCommand.run <3 [@federicobond][]
- [#5596][] force permissions and delete ACLs if rmtree fails
- [#5622][], [#5598][] refactor containers and autodetection
- fix broken `container_type :seven_zip`
- make `pkg`, `ttf`, and `otf` explicit container types
* __Documentation__
- 3 doc commits since 0.38.1
* __Breaking Changes__
- none
[@federicobond]: https://github.com/federicobond
[@rochefort]: https://github.com/rochefort
[#5591]: https://github.com/caskroom/homebrew-cask/issues/5591
[#5596]: https://github.com/caskroom/homebrew-cask/issues/5596
[#5598]: https://github.com/caskroom/homebrew-cask/issues/5598
[#5599]: https://github.com/caskroom/homebrew-cask/issues/5599
[#5622]: https://github.com/caskroom/homebrew-cask/issues/5622
[#5623]: https://github.com/caskroom/homebrew-cask/issues/5623
[#5636]: https://github.com/caskroom/homebrew-cask/issues/5636
[#5699]: https://github.com/caskroom/homebrew-cask/issues/5699
[#5723]: https://github.com/caskroom/homebrew-cask/issues/5723
[#5739]: https://github.com/caskroom/homebrew-cask/issues/5739
[#5740]: https://github.com/caskroom/homebrew-cask/issues/5740
## 0.39.0
* v0.39.0 is a botched tag, and was never released.
## 0.38.1
* __Casks__
+1 -1
View File
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "HOMEBREW\-CASK" "1" "July 2014" "Homebrew-cask" "brew-cask"
.TH "HOMEBREW\-CASK" "1" "August 2014" "Homebrew-cask" "brew-cask"
.
.SH "NAME"
\fBhomebrew\-cask\fR \- A friendly binary installer for OS X
+1 -1
View File
@@ -1 +1 @@
HOMEBREW_CASK_VERSION = '0.38.1'
HOMEBREW_CASK_VERSION = '0.39.0'