<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/node.git/wscript, branch v0.4</title>
<subtitle>github.com: joyent/node.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/'/>
<entry>
<title>build: fix gcc 4.7 sunos build</title>
<updated>2012-10-30T21:48:38+00:00</updated>
<author>
<name>Trent Mick</name>
<email>trentm@gmail.com</email>
</author>
<published>2012-10-29T20:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=1f4e0c02b57945b329206ef8ea39b3fa21dd0d34'/>
<id>1f4e0c02b57945b329206ef8ea39b3fa21dd0d34</id>
<content type='text'>
gcc 4.7 doesn't understand -threads, use -pthreads instead.

Fixes #4211.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc 4.7 doesn't understand -threads, use -pthreads instead.

Fixes #4211.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to v0.4.10</title>
<updated>2011-07-20T06:51:42+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-07-19T17:46:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=1b8dd65d6e3b82b6863ef38835cc436c5d30c1d5'/>
<id>1b8dd65d6e3b82b6863ef38835cc436c5d30c1d5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to v0.4.9</title>
<updated>2011-06-29T11:24:02+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-06-29T11:24:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=de44eafd7854d06cd85006f509b7051e8540589b'/>
<id>de44eafd7854d06cd85006f509b7051e8540589b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Option to disable SSL v2</title>
<updated>2011-06-03T06:37:28+00:00</updated>
<author>
<name>Jérémy Lal</name>
<email>kapouer@melix.org</email>
</author>
<published>2011-06-03T06:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=f23c45f7f46143c225696b57422234d746698b73'/>
<id>f23c45f7f46143c225696b57422234d746698b73</id>
<content type='text'>
Fixes #880
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #880
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to v0.4.8</title>
<updated>2011-05-21T02:40:06+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-05-21T02:40:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=7dd22c26e4365698dc3efddf138c4d399cb912c8'/>
<id>7dd22c26e4365698dc3efddf138c4d399cb912c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Assert, Debug output in normal default build</title>
<updated>2011-05-05T04:41:01+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-05-05T04:41:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=c409aab397816ddfbe76e15fbedb435bf4061e5d'/>
<id>c409aab397816ddfbe76e15fbedb435bf4061e5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove oprofile flags in wscript.</title>
<updated>2011-05-01T15:00:34+00:00</updated>
<author>
<name>Ben Noordhuis</name>
<email>info@bnoordhuis.nl</email>
</author>
<published>2011-05-01T14:34:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=82bc25d5ada29b8d60787259b13feb39eed3296e'/>
<id>82bc25d5ada29b8d60787259b13feb39eed3296e</id>
<content type='text'>
V8 3.1.5 (commit 550f73a) dropped oprofile support so don't pass
prof=oprofile to scons.

See http://codereview.chromium.org/6474037/

Fixes #998.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
V8 3.1.5 (commit 550f73a) dropped oprofile support so don't pass
prof=oprofile to scons.

See http://codereview.chromium.org/6474037/

Fixes #998.
</pre>
</div>
</content>
</entry>
<entry>
<title>bump version to v0.4.7</title>
<updated>2011-04-23T00:06:25+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-04-23T00:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=c85455a954411b38232e79752d4abb61bb75031b'/>
<id>c85455a954411b38232e79752d4abb61bb75031b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump to v0.4.6</title>
<updated>2011-04-14T04:20:05+00:00</updated>
<author>
<name>Ryan Dahl</name>
<email>ry@tinyclouds.org</email>
</author>
<published>2011-04-14T04:20:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=58002d56bc79410c5ff397fc0e1ffec0665db38a'/>
<id>58002d56bc79410c5ff397fc0e1ffec0665db38a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add os.cpus() and os.uptime() support for sunos</title>
<updated>2011-04-14T00:42:54+00:00</updated>
<author>
<name>Scott McWhirter</name>
<email>scott.mcwhirter@joyent.com</email>
</author>
<published>2011-03-27T10:14:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/node.git/commit/?id=90348a616d36922f87fac3c47fa026651c0fbbd8'/>
<id>90348a616d36922f87fac3c47fa026651c0fbbd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
