Skip to content

Commit 64a639c

Browse files
committed
Add release of mosh 1.3.2
1 parent f7dd9a8 commit 64a639c

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ <h1>Recent News</h1>
160160
</div>
161161

162162
<ul id="news-list">
163+
<li><b>July 21, 2017</b>: Mosh 1.3.2 released, with John Hood as
164+
release lead. The release includes improved tests, bug fixes,
165+
and improvements to IPv6 support on non-Linux systems.</li>
166+
163167
<li><b>March 25,
164168
2017</b>: <a href="http://mailman.mit.edu/pipermail/mosh-users/2017-March/000341.html">Mosh
165169
1.3.0 released</a>, with John Hood as release lead. The release
@@ -234,7 +238,7 @@ <h2 id="binaries">Install from your package manager</h2>
234238
<div class="row">
235239
<div class="span4" style="vertical-align: top;">
236240
<h3 class="callout"><a href="https://www.apple.com"><img class="logo" src="macosx.png" alt=""></a>macOS <small>10.10 or later</small></h3>
237-
<div class="prelike">Binary package: <a href="https://mosh.org/mosh-1.3.0.pkg"><img src="dmg.png" alt=""> mosh-1.3.0.pkg</a>.</div>
241+
<div class="prelike">Binary package: <a href="https://mosh.org/mosh-1.3.2.pkg"><img src="dmg.png" alt=""> mosh-1.3.2.pkg</a>.</div>
238242
<!-- <br />
239243
<div class="prelike">OS X 10.5&ndash;10.9: <a href="https://mosh.org/mosh-1.2.5-leopard.pkg"><img src="dmg.png" alt=""> mosh-1.2.5-leopard.pkg</a>.</div> -->
240244
<p><small>This is a standalone OS X package that will work on any supported Macintosh. However, if you are using a package manager such as Homebrew or MacPorts, we suggest using it to get Mosh, for better compatibility and automatic updates.</small></p>
@@ -408,8 +412,8 @@ <h2>Building from source</h2>
408412
<div class="row-fluid">
409413
<div class="span6">
410414
<h3 class="callout">Latest release</h3><br>
411-
<p>Extract <a href="//mosh.org/mosh-1.3.0.tar.gz">mosh-1.3.0.tar.gz</a>, then</p>
412-
<pre>$ cd mosh-1.3.0
415+
<p>Extract <a href="//mosh.org/mosh-1.3.2.tar.gz">mosh-1.3.2.tar.gz</a>, then</p>
416+
<pre>$ cd mosh-1.3.2
413417
$ ./configure
414418
$ make
415419
# make install</pre>

0 commit comments

Comments
 (0)