<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/extend/os, branch 1.3.7</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Merge pull request #3377 from maxim-belkin/extend-pathname</title>
<updated>2017-11-10T17:49:27+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-10T17:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=ee4172159bc09f23dbcccc2fca471b12d8bc7ecd'/>
<id>ee4172159bc09f23dbcccc2fca471b12d8bc7ecd</id>
<content type='text'>
pathname: new methods and improvements</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pathname: new methods and improvements</pre>
</div>
</content>
</entry>
<entry>
<title>pathname: improvements, cleanups, and new methods</title>
<updated>2017-11-07T20:18:25+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2017-11-07T20:18:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=de0b93f912f014155423ed9a679dcd99c40f2622'/>
<id>de0b93f912f014155423ed9a679dcd99c40f2622</id>
<content type='text'>
- atomic_write: close file before renaming to prevent error:
  'Device or resource busy'
- ensure_writable: preserve executable bit
- new elf? and dynamic? methods
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- atomic_write: close file before renaming to prevent error:
  'Device or resource busy'
- ensure_writable: preserve executable bit
- new elf? and dynamic? methods
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac/diagnostic: fix XQuartz message.</title>
<updated>2017-11-07T07:39:10+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-07T07:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=2ad17993086af7ceb20123a8ca26e7f84c2311d6'/>
<id>2ad17993086af7ceb20123a8ca26e7f84c2311d6</id>
<content type='text'>
Fixes #3434.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #3434.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENV/super: simplify version checks.</title>
<updated>2017-11-05T15:39:43+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-05T12:12:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=603d6fd1f56a6edb37cbbc70cf1cbfe892455082'/>
<id>603d6fd1f56a6edb37cbbc70cf1cbfe892455082</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>diagnostic: simplify version checks.</title>
<updated>2017-11-05T15:39:43+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-05T12:12:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=8c6defd9cf58840bd08af30147a9f6305a219712'/>
<id>8c6defd9cf58840bd08af30147a9f6305a219712</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>system_config: handle new non-string Xcode version</title>
<updated>2017-11-05T15:39:43+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-11-05T12:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b69d71edea36ed8845801c037a72e92dace248a8'/>
<id>b69d71edea36ed8845801c037a72e92dace248a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>java_requirement: support prompting users to install legacy Java casks</title>
<updated>2017-10-26T13:57:03+00:00</updated>
<author>
<name>JCount</name>
</author>
<published>2017-10-22T02:28:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=224864b1490700e995a0133d6fdd4edefb645c0a'/>
<id>224864b1490700e995a0133d6fdd4edefb645c0a</id>
<content type='text'>
This enhances the Java requirement to support prompting the user
to install the correct legacy Java version via Cask for formulae
that don't yet work with the latest version of Java. Previously,
even if the formula had a strict requirement that a specific,
older version of Java be used, the messaging would tell the user to
`brew cask install java` (i.e. to install the latest version of Java),
which wouldn't actually satisfy the requirement.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enhances the Java requirement to support prompting the user
to install the correct legacy Java version via Cask for formulae
that don't yet work with the latest version of Java. Previously,
even if the formula had a strict requirement that a specific,
older version of Java be used, the messaging would tell the user to
`brew cask install java` (i.e. to install the latest version of Java),
which wouldn't actually satisfy the requirement.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use “squiggly” heredocs.</title>
<updated>2017-10-18T12:39:09+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2017-10-15T00:28:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9bee9ca5757d1c5f720787737fed6a534a620d72'/>
<id>9bee9ca5757d1c5f720787737fed6a534a620d72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove sneaky empty line</title>
<updated>2017-10-16T17:23:27+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2017-10-16T17:23:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=dd9415c8d3c07b4fa2ac066e867297ff06c64568'/>
<id>dd9415c8d3c07b4fa2ac066e867297ff06c64568</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>caveats: making plist_caveats macOS-only</title>
<updated>2017-10-16T16:15:54+00:00</updated>
<author>
<name>Maxim Belkin</name>
</author>
<published>2017-10-16T16:15:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=336fbb5db2aa349022dae6892cab63a6dad4f2e1'/>
<id>336fbb5db2aa349022dae6892cab63a6dad4f2e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
