Skip to content

Commit e054a86

Browse files
committed
mosh 1.3.1-rc3
1 parent 7c68667 commit e054a86

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
* Version 1.3.1 released.
44

55
* Platform support:
6+
* Explicitly enable binding to both IPv4 and IPv6 addresses.
7+
(Giel van Schijndel)
68
* Restore perl 5.8.8 support for RHEL5. (Alexander Chernyakhovsky)
79
* Make tests detect UTF-8 locale with a helper executable. (John Hood)
810
* Don't print /etc/motd on IllumOS. (John Hood)
@@ -12,6 +14,8 @@
1214
This fixes build failures. (John Hood)
1315

1416
* Bug fixes:
17+
* In tests, explicitly set 80x24 tmux window, for newer versions
18+
of tmux. (John Hood)
1519
* Work around JuiceSSH rendering bug. (John Hood)
1620
* Do not move cursor for SCROLL UP and SCROLL DOWN--
1721
fixes an issue with tmux 2.4. (John Hood)

THANKS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,7 @@
9292
* HIGUCHI Yuta
9393

9494
* Baruch Siach
95+
96+
* Adrien Destugues
97+
98+
* Giel van Schijndel

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.61])
5-
AC_INIT([mosh], [1.3.1-rc2], [[email protected]])
5+
AC_INIT([mosh], [1.3.1-rc3], [[email protected]])
66
AM_INIT_AUTOMAKE([foreign std-options -Wall -Werror])
77
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
88
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
mosh (1.3.1-rc3-1) experimental; urgency=medium
2+
3+
* Platform support:
4+
* Explicitly enable binding to both IPv4 and IPv6 addresses.
5+
(Giel van Schijndel)
6+
7+
* Bug fixes:
8+
* In tests, explicitly set 80x24 tmux window, for newer versions
9+
of tmux. (John Hood)
10+
11+
-- Keith Winstein <[email protected]> Wed, 19 Jul 2017 22:27:12 -0400
12+
113
mosh (1.3.1~rc2-1) experimental; urgency=medium
214

315
* Build fix.

0 commit comments

Comments
 (0)