<feed xmlns='http://www.w3.org/2005/Atom'>
<title>homebrew/Library/Homebrew/cmd, branch master</title>
<subtitle>:beer: The missing package manager for OS X.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/'/>
<entry>
<title>upgrade: announce usage of --all.</title>
<updated>2015-04-26T18:40:33+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2015-04-26T18:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=9032f165bec3d0c7452169093fab32578816043b'/>
<id>9032f165bec3d0c7452169093fab32578816043b</id>
<content type='text'>
Tell users that we will soon be migrating `--all` so it is required if
you wish to upgrade all formulae.

Closes #38572.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tell users that we will soon be migrating `--all` so it is required if
you wish to upgrade all formulae.

Closes #38572.
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-test-bot: use pkg_version when uploading bottles</title>
<updated>2015-04-26T09:19:03+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-04-15T11:31:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=cea8bac650c3e68c8fbb318b915b3203464b52ad'/>
<id>cea8bac650c3e68c8fbb318b915b3203464b52ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>brew-pull: use pkg_version when publishing bottles</title>
<updated>2015-04-26T09:19:03+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-04-13T07:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=bc14c3d9057d1c14a677f87b22a192d6dfe77944'/>
<id>bc14c3d9057d1c14a677f87b22a192d6dfe77944</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Formula#logs</title>
<updated>2015-04-26T03:14:05+00:00</updated>
<author>
<name>Jack Nagel</name>
</author>
<published>2015-04-26T02:07:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=be74724ceb0b29fb75d322be50773eb2e30b0c10'/>
<id>be74724ceb0b29fb75d322be50773eb2e30b0c10</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix `brew unpack --patch`</title>
<updated>2015-04-25T00:31:19+00:00</updated>
<author>
<name>enami tsugutomo</name>
</author>
<published>2015-04-24T05:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=0ec3717c247f1b3244a9ef38a1ea8b9a0146ce61'/>
<id>0ec3717c247f1b3244a9ef38a1ea8b9a0146ce61</id>
<content type='text'>
Applying patches in `brew unpack` was broken since b76e26c9cf1f
("Decouple applying patches from staging the source").

Closes #38997.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Applying patches in `brew unpack` was broken since b76e26c9cf1f
("Decouple applying patches from staging the source").

Closes #38997.

Signed-off-by: Jack Nagel &lt;jacknagel@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>search: add homebrew/tex to search params</title>
<updated>2015-04-24T17:35:06+00:00</updated>
<author>
<name>Dominyk Tiller</name>
</author>
<published>2015-04-20T13:51:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=46e05ae0636b0e4a3dd161b9b542f44497dbb934'/>
<id>46e05ae0636b0e4a3dd161b9b542f44497dbb934</id>
<content type='text'>
Closes #38855.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #38855.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup-installed: remove command.</title>
<updated>2015-04-23T09:47:25+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2015-04-21T11:52:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=0a56eaa903594f7e2df2ad1c5afec8bb1e1f8a7d'/>
<id>0a56eaa903594f7e2df2ad1c5afec8bb1e1f8a7d</id>
<content type='text'>
It's been deprecated for a few months and `brew bundle` is a far better
tool for this than `cleanup-installed` was.

Closes #38893.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's been deprecated for a few months and `brew bundle` is a far better
tool for this than `cleanup-installed` was.

Closes #38893.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>sandbox: add deny_write_homebrew_library method</title>
<updated>2015-04-23T04:33:54+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-04-23T04:33:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=35855e1fadd6b6a051fb78df19e73680dc261868'/>
<id>35855e1fadd6b6a051fb78df19e73680dc261868</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/search: notification on attempted regex searches</title>
<updated>2015-04-21T09:54:29+00:00</updated>
<author>
<name>Alex Dunn</name>
</author>
<published>2015-04-17T19:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=07f3aaf658601b781a438dba786029872e99556f'/>
<id>07f3aaf658601b781a438dba786029872e99556f</id>
<content type='text'>
Closes #38760.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #38760.

Signed-off-by: Mike McQuaid &lt;mike@mikemcquaid.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>test: add missing `require "timeout"`</title>
<updated>2015-04-21T08:59:37+00:00</updated>
<author>
<name>Xu Cheng</name>
</author>
<published>2015-04-21T08:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/homebrew/commit/?id=b1f532acfc0259469d99d5c3e4fbed7c3a9616c6'/>
<id>b1f532acfc0259469d99d5c3e4fbed7c3a9616c6</id>
<content type='text'>
When the timeout exception is propagated backed from `safe_fork`,
it requires "timeout" to restore the exception.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the timeout exception is propagated backed from `safe_fork`,
it requires "timeout" to restore the exception.
</pre>
</div>
</content>
</entry>
</feed>
