<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/docs, 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>Merge pull request #1767 from MikeMcQuaid/docs-updates</title>
<updated>2017-01-03T19:59:15+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-03T19:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=46b43a19bc6c2bd1d1703db0125ea4375720d41d'/>
<id>46b43a19bc6c2bd1d1703db0125ea4375720d41d</id>
<content type='text'>
General documentation updates.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
General documentation updates.</pre>
</div>
</content>
</entry>
<entry>
<title>Add versions documentation.</title>
<updated>2017-01-03T18:01:03+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-03T18:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=bc0aa4e64ce4eaf53476aa448b71b711feb9939e'/>
<id>bc0aa4e64ce4eaf53476aa448b71b711feb9939e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Set theme jekyll-theme-cayman</title>
<updated>2017-01-03T15:59:15+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-03T15:59:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=824768e26ff34a63c0ff809b500c2f3910b982ed'/>
<id>824768e26ff34a63c0ff809b500c2f3910b982ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>General documentation updates.</title>
<updated>2017-01-02T18:29:00+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-02T18:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=91c09c5b11beb0f9ff9915b6e949f17c3973c9a5'/>
<id>91c09c5b11beb0f9ff9915b6e949f17c3973c9a5</id>
<content type='text'>
Mostly related to the newer ways we’re handling versions and the
incoming deprecation of devel-only, head-only and versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mostly related to the newer ways we’re handling versions and the
incoming deprecation of devel-only, head-only and versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>bottles: --force-bottle feigns or_later.</title>
<updated>2017-01-02T16:05:14+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2017-01-02T16:05:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=79f9896d2ffd03819236318c9f0742d40f1826ac'/>
<id>79f9896d2ffd03819236318c9f0742d40f1826ac</id>
<content type='text'>
When reproducing issues with software that hasn’t been bottled yet on
your version of macOS it can sometimes be helpful to use `or_later`
bottle functionality i.e. just use the bottle for the latest version of
macOS available. This maps well to the existing `--force-bottle`
argument so it will now act as if the latest bottle has a `or_later`
ending.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When reproducing issues with software that hasn’t been bottled yet on
your version of macOS it can sometimes be helpful to use `or_later`
bottle functionality i.e. just use the bottle for the latest version of
macOS available. This maps well to the existing `--force-bottle`
argument so it will now act as if the latest bottle has a `or_later`
ending.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct location of taps (doc)</title>
<updated>2016-12-27T21:35:40+00:00</updated>
<author>
<name>Andrew McKinlay</name>
</author>
<published>2016-12-27T21:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4c379dffb740478f7dba3df078435dc8f64b8a14'/>
<id>4c379dffb740478f7dba3df078435dc8f64b8a14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew create: add meson support</title>
<updated>2016-12-19T20:51:57+00:00</updated>
<author>
<name>Tom Schoonjans</name>
</author>
<published>2016-12-19T20:51:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=cc09bb14c16c8e4f6b360f30074522c2ee25167b'/>
<id>cc09bb14c16c8e4f6b360f30074522c2ee25167b</id>
<content type='text'>
meson is quickly gaining popularity as build system, in combination with
ninja. Several Gnome projects for example are currently transitioning
from autotools to meson, mostly because it allows for Visual Studio
builds, which is impossible to accomplish with autotools.

In order to facilitate generating meson based Formulas, I added support
for meson to brew-create.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
meson is quickly gaining popularity as build system, in combination with
ninja. Several Gnome projects for example are currently transitioning
from autotools to meson, mostly because it allows for Visual Studio
builds, which is impossible to accomplish with autotools.

In order to facilitate generating meson based Formulas, I added support
for meson to brew-create.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2016-12-13T12:26:10+00:00</updated>
<author>
<name>Radek Pietruszewski</name>
</author>
<published>2016-12-13T12:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=fcc2f8701ab08894524d8eb694e887312908711b'/>
<id>fcc2f8701ab08894524d8eb694e887312908711b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Markup for PR guide</title>
<updated>2016-12-10T14:25:35+00:00</updated>
<author>
<name>David Broder-Rodgers</name>
</author>
<published>2016-12-10T14:25:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=51e10315b799cde41c95b2018bc35ebaf5739fc5'/>
<id>51e10315b799cde41c95b2018bc35ebaf5739fc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Made the pull request guide slightly less formula specific</title>
<updated>2016-12-08T22:22:38+00:00</updated>
<author>
<name>David Broder-Rodgers</name>
</author>
<published>2016-12-08T22:22:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=b83ffd53e3405879f4e7c3f63d17e11e15e8e02b'/>
<id>b83ffd53e3405879f4e7c3f63d17e11e15e8e02b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
