<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/os, branch 1.1.6</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>ENV: deprecate old methods.</title>
<updated>2016-12-30T20:20:13+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-30T20:20:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e50102d91e5fc13fd59589967bb97bb6159bbad0'/>
<id>e50102d91e5fc13fd59589967bb97bb6159bbad0</id>
<content type='text'>
These should have been deprecated long ago but we didn’t really have
the necessary framework to do so.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These should have been deprecated long ago but we didn’t really have
the necessary framework to do so.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Xcode prerelease warnings.</title>
<updated>2016-12-19T18:01:36+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-19T18:01:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e950aa11d16c5f9fb808f77989d61c8d98490c3e'/>
<id>e950aa11d16c5f9fb808f77989d61c8d98490c3e</id>
<content type='text'>
At this point we probably do want to know about issues that crop up in
betas so we can fix them before the new version of Xcode is released.
Additionally, this doesn't really work well any more with our new
tag-based workflow as it means we need to cut a new tag immediately
after a new Xcode is released.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At this point we probably do want to know about issues that crop up in
betas so we can fix them before the new version of Xcode is released.
Additionally, this doesn't really work well any more with our new
tag-based workflow as it means we need to cut a new tag immediately
after a new Xcode is released.
</pre>
</div>
</content>
</entry>
<entry>
<title>Never trigger too old CLT check on &lt;10.7.</title>
<updated>2016-12-18T23:31:17+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-18T23:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=477faf073bd0e500bbdea65239430b6a6bd3b54b'/>
<id>477faf073bd0e500bbdea65239430b6a6bd3b54b</id>
<content type='text'>
While we fake a CLT for these versions they never shipped with the CLT
so cannot update it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While we fake a CLT for these versions they never shipped with the CLT
so cannot update it.
</pre>
</div>
</content>
</entry>
<entry>
<title>XCode 8.2 is stable</title>
<updated>2016-12-12T22:29:35+00:00</updated>
<author>
<name>dersvenhesse</name>
</author>
<published>2016-12-12T22:29:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b3174aa3e278682fc93fe50ce089d203b2041f41'/>
<id>b3174aa3e278682fc93fe50ce089d203b2041f41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>xcode: cleanup Xcode::Version usage.</title>
<updated>2016-12-05T11:09:21+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-12-05T11:09:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=43f8d2c7a048a3014586f310e8768fd472d5d5db'/>
<id>43f8d2c7a048a3014586f310e8768fd472d5d5db</id>
<content type='text'>
Don't wrap `MacOS.version` which does comparisons properly already and
avoid stupidly long lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't wrap `MacOS.version` which does comparisons properly already and
avoid stupidly long lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix macOS version comparison</title>
<updated>2016-11-26T18:59:55+00:00</updated>
<author>
<name>Sorin Ionescu</name>
</author>
<published>2016-11-26T18:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=282c0a30b61edc46c22b0b1d50ea59d275b64a63'/>
<id>282c0a30b61edc46c22b0b1d50ea59d275b64a63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1415 from robinkunde/semver</title>
<updated>2016-11-13T10:53:34+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-11-13T10:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=694cc876ef7cb4789bd5a397bd2e296a380a1bd0'/>
<id>694cc876ef7cb4789bd5a397bd2e296a380a1bd0</id>
<content type='text'>
Update macOS Xcode tool checks do use Version class for comparisons</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update macOS Xcode tool checks do use Version class for comparisons</pre>
</div>
</content>
</entry>
<entry>
<title>move semantic version comparisons into separate class</title>
<updated>2016-11-12T20:37:32+00:00</updated>
<author>
<name>Robin Kunde</name>
</author>
<published>2016-11-06T03:31:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=e97ce7e7aeaf3688d0e55277818dc727b731470e'/>
<id>e97ce7e7aeaf3688d0e55277818dc727b731470e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac: Rename MachO -&gt; MachOShim</title>
<updated>2016-11-09T22:35:56+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-11-08T21:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9267511e6b561b83e6a3518b7cf4a1d45e2d251d'/>
<id>9267511e6b561b83e6a3518b7cf4a1d45e2d251d</id>
<content type='text'>
Prevents namespace conflict with vendored ruby-macho.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevents namespace conflict with vendored ruby-macho.
</pre>
</div>
</content>
</entry>
<entry>
<title>os/mac: Allow MachO.dynamically_linked_libraries to be filtered by dylib type.</title>
<updated>2016-11-09T22:35:56+00:00</updated>
<author>
<name>William Woodruff</name>
</author>
<published>2016-11-08T00:37:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=032ed07bce6ec15ae24bb9e6989fd1ab8ecc27ce'/>
<id>032ed07bce6ec15ae24bb9e6989fd1ab8ecc27ce</id>
<content type='text'>
This allows us to filter out weak linkages during audits, preventing
a false error from occurring when the dylib cannot be found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to filter out weak linkages during audits, preventing
a false error from occurring when the dylib cannot be found.
</pre>
</div>
</content>
</entry>
</feed>
