<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nyx, branch 1.4.4.1</title>
<subtitle>Command-line status monitor for tor</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/'/>
<entry>
<title>Arm release 1.4.4.1</title>
<updated>2011-09-29T15:46:08+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-29T15:46:08+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=edcde4372f577224eaad32c26b107f75ca6f3c80'/>
<id>edcde4372f577224eaad32c26b107f75ca6f3c80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Release notes for 1.4.4.1 hotfix release</title>
<updated>2011-09-29T15:44:37+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-29T15:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=156d01c94ad993f39bb570a520ff936754991192'/>
<id>156d01c94ad993f39bb570a520ff936754991192</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switching deb build from adding to removing pkgs</title>
<updated>2011-09-29T15:27:53+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-29T15:27:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=054b1f29b1e651bf8141287c98da7e428b8129c7'/>
<id>054b1f29b1e651bf8141287c98da7e428b8129c7</id>
<content type='text'>
It makes more sense for the deb flag to remove packages from the base install
rather than the omission adding. The rpm builds will be doing something similar
so making the tweak now so we can add the rpm flag to the torctl removal check.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It makes more sense for the deb flag to remove packages from the base install
rather than the omission adding. The rpm builds will be doing something similar
so making the tweak now so we can add the rpm flag to the torctl removal check.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dropping gtk/cagraph requirements</title>
<updated>2011-09-29T15:20:40+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-29T15:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=6829582006173469595a7690e3e2c71a61ce208c'/>
<id>6829582006173469595a7690e3e2c71a61ce208c</id>
<content type='text'>
The arm gui is still a prototype and shouldn't introduce requrements for end
users, or even be packaged yet. This properly does dependency checks when the
user *requsts* the gui (fetching cagraph if unavailable) so this should make
everyone happy. :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The arm gui is still a prototype and shouldn't introduce requrements for end
users, or even be packaged yet. This properly does dependency checks when the
user *requsts* the gui (fetching cagraph if unavailable) so this should make
everyone happy. :)
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: forcing redraw on ctrl+L reguardless of need</title>
<updated>2011-09-28T17:12:27+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-28T17:12:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=ad8741d5f43b0ba441d094bc1dea9aa9a4354254'/>
<id>ad8741d5f43b0ba441d094bc1dea9aa9a4354254</id>
<content type='text'>
The ctrl+L keybinding is suppose to perform a redraw but this was only making a
'request' rather than forcing it, so unchanged portions of the interface
weren't actually redrawn. Caught by np.

https://trac.torproject.org/projects/tor/ticket/2830
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ctrl+L keybinding is suppose to perform a redraw but this was only making a
'request' rather than forcing it, so unchanged portions of the interface
weren't actually redrawn. Caught by np.

https://trac.torproject.org/projects/tor/ticket/2830
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: crash from esc in interpretor panel prompt</title>
<updated>2011-09-28T14:31:43+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-28T14:31:43+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=ed4bee53a3dd4258ced3168819656bff7d8f211f'/>
<id>ed4bee53a3dd4258ced3168819656bff7d8f211f</id>
<content type='text'>
When the user presses 'esc' in the interpretor panel prompt the getstr result
is None. I didn't account for this, causing a stacktrace. Caught by Sebastian.

https://trac.torproject.org/projects/tor/ticket/4098
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the user presses 'esc' in the interpretor panel prompt the getstr result
is None. I didn't account for this, causing a stacktrace. Caught by Sebastian.

https://trac.torproject.org/projects/tor/ticket/4098
</pre>
</div>
</content>
</entry>
<entry>
<title>Added log duplicate masks for longer-than-expected circuit build times and re-estimates of slow circuits.</title>
<updated>2011-09-26T14:14:14+00:00</updated>
<author>
<name>Tom Lowenthal</name>
<email>me@tomlowenthal.com</email>
</author>
<published>2011-09-26T03:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=079201c6a0dec175823956d5490661ac742fb32b'/>
<id>079201c6a0dec175823956d5490661ac742fb32b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: replacing changelog 'ticket' entries w/ links</title>
<updated>2011-09-26T14:10:52+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-26T14:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=28194cc5af6fddb431221b72a1278373d6acdc32'/>
<id>28194cc5af6fddb431221b72a1278373d6acdc32</id>
<content type='text'>
Forgot to fill in the trac urls for the tickets when making the changelog for
this last release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Forgot to fill in the trac urls for the tickets when making the changelog for
this last release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor post-release tidying up</title>
<updated>2011-09-26T03:52:24+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-26T03:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=ce179d515c96a9dbd76d7159c51d84c5e5db4a37'/>
<id>ce179d515c96a9dbd76d7159c51d84c5e5db4a37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Arm release 1.4.4</title>
<updated>2011-09-25T21:36:41+00:00</updated>
<author>
<name>Damian Johnson</name>
<email>atagar@torproject.org</email>
</author>
<published>2011-09-25T21:34:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/nyx.git/commit/?id=881c67adcfb60bac79feeafd7d2a0ae6fd40408d'/>
<id>881c67adcfb60bac79feeafd7d2a0ae6fd40408d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
