Releases: Homebrew/brew
Releases · Homebrew/brew
1.1.0
Breaking changes:
- Disable SHA-1 checksum support in formulae
- Disable running Homebrew as the
rootuser - Bottles with
_or_latertags no longer use_or_laterin their filenames so the existing bottle can be reused
Changes:
- Stop
brew doctorcomplaining about Symantec Endpoint Protection libraries - Add support for migrating fully-scoped tap formulae names to other taps and print deprecation notices on migrated/renamed formulae
- Print less warnings on
brew installrun and instead print them after failures. Allow running with outdated development tools (as long as they aren't too outdated) brewdisplays message when auto-update has been running for 3 seconds without completion- Stop
brew doctorcomplaining about SentinelOne libraries - When GitHub API scopes are missing output which ones are required
1.0.9
- Mark Xcode 8.1 as no longer a prerelease
- Improve output when Git is not installed
- Fix Homebrew Cask's restarting of incomplete downloads
- Improve speed of pouring/extracting bottles/binary packages
- Add a
brew cask reinstallcommand - Ensure
brew installcorrectly prunes build-only recursive dependencies - Make
brew outdatedbetter group versions of same formula - Add a
brew release-notesdeveloper command. - Add options to
brew infodependencies output
1.0.8
- Better support the system Git on old OS X versions
- Use BSD tar's libarchive LZMA support if available rather than needing to install
xz - Add
brew tap-newcommand for creating a new tap with a README and Travis CI configuration brew doctornow warns aboutSSL_CERT_FILEwhich can breakcurlon HTTPS connections- Warn when people have a Cellar at
/usr/local/Homebrew/Cellaras it stops them getting binary packages - Speed up bottle/binary package creation and extracting
- Ensure
brew postinstallprovides access to the Homebrew repository when appropriate - Allow
brew --prefixto be run asrootwithout a warning
1.0.7
1.0.6
brew infonow also listsRequirements(e.g.depends_on :foo) as well as dependenciesbrew bump-formula-prvarious usability enhancements- Update the Rubocop configuration so it behaves as expected for Rubocop-supporting editors editing files in
Library/Taps brew updateworks better with older versions ofgitbrew upgrade --allhas been a no-op for a while so tell people when it is runbrew installno longer complains if Homebrew/brew is outdated- External
brewcommands can now use#:comments to automatically have rich--helpoutput brew listhas a more expected exit code for--verboseand--pinned- Point to official external commands (
brew bundle,brew cask,brew services) in thebrew.1manpage