commit 13a21e6ec633c187a470f195319d9b9b5f3217d6 Author: Damian Johnson atagar@torproject.org Date: Sat Jan 12 15:06:37 2019 -0800
Nyx release 2.1.0 --- nyx/__init__.py | 4 ++-- web/changelog/index.html | 12 ++++++++++-- web/index.html | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-)
diff --git a/nyx/__init__.py b/nyx/__init__.py index 5a61205..64cf220 100644 --- a/nyx/__init__.py +++ b/nyx/__init__.py @@ -89,8 +89,8 @@ except ImportError:
sys.exit(1)
-__version__ = '2.0.4-dev' -__release_date__ = 'November 5, 2017' +__version__ = '2.1.0' +__release_date__ = 'January 12, 2019' __author__ = 'Damian Johnson' __contact__ = 'atagar@torproject.org' __url__ = 'https://nyx.torproject.org/' diff --git a/web/changelog/index.html b/web/changelog/index.html index b7d6057..b6c0481 100644 --- a/web/changelog/index.html +++ b/web/changelog/index.html @@ -44,6 +44,7 @@
<ul> <li><b><a href="#versioning">Versioning</a></b></li> + <li><b><a href="#version-2-1">Version 2.1 (January 12th, 2019)</a></b></li> <li><b><a href="#version-2-0">Version 2.0 (November 5th, 2017)</a></b></li> <li><b><a href="#unreleased">Unreleased</a></b></li> <li><b><a href="legacy.html">Version 1.x</a></b></li> @@ -67,6 +68,11 @@
<p>The following are only available within Nyx's <a href="https://gitweb.torproject.org/nyx.git">git repository</a>.</p>
+ <div id="version-2-1" class="section"></div> + <a href="#version-2-1" class="section-title">Version 2.1 (January 12th, 2019)</a> + + <p>Fixup release, correcting issues uncovered in the prior year.</p> + <ul> <li><span class="component">Startup</span> <ul> @@ -121,7 +127,7 @@ <li><span class="component">Interpreter</span> <ul> <li>Line wrap content (<a href="https://trac.torproject.org/projects/tor/ticket/28297">ticket</a>)</li> - <li>Large amounts of content made panel sluggish (<a href="https://trac.torproject.org/projects/tor/ticket/28902">ticket</a>)</li> + <li>Large volume of content made the panel sluggish (<a href="https://trac.torproject.org/projects/tor/ticket/28902">ticket</a>)</li> </ul> </li>
@@ -135,7 +141,9 @@ <li><span class="component">Website</span> <ul> <li>Greatly expanded platforms available on the <a href="../index.html#download">download page</a></li> - <li>Added '<a href="../index.html#getting_started">How do I get started?</a>' section to the FAQ</li> + <li>Added '<a href="../index.html#getting_started">How do I get started?</a>' to the FAQ</li> + <li>Added '<a href="../index.html#no_apt_get">Why can't I install with apt-get?</a>' to the FAQ</li> + <li>Added '<a href="../index.html#no_connections">Why can't I see Tor's connections?</a>' to the FAQ</li> </ul> </li> </ul> diff --git a/web/index.html b/web/index.html index c152357..fbf5ae5 100644 --- a/web/index.html +++ b/web/index.html @@ -48,7 +48,7 @@
<p>Nyx is a command-line monitor for <a href="https://www.torproject.org/">Tor</a>. With this you can get detailed real-time information about your relay such as bandwidth usage, connections, logs, and much more.</p>
- <p>Nyx's latest version is <b>2.0.4</b>, released November 5th, 2017.</p> + <p>Nyx's latest version is <b>2.1.0</b>, released January 12th, 2019.</p>
<div id="features" class="section"></div> <a href="#features" class="section-title">What does Nyx provide?</a>
tor-commits@lists.torproject.org