Skip to content

Commit b17c579

Browse files
committed
Update to 1.3.1-rc2.
1 parent a6d580a commit b17c579

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

ChangeLog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2017-05-18 Keith Winstein <mosh-devel@mit.edu>
1+
2017-05-19 Keith Winstein <mosh-devel@mit.edu>
22

33
* Version 1.3.1 released.
44

configure.ac

+1-1
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-rc1], [mosh-devel@mit.edu])
5+
AC_INIT([mosh], [1.3.1-rc2], [mosh-devel@mit.edu])
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

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mosh (1.3.1~rc2-1) experimental; urgency=medium
2+
3+
* Build fix.
4+
5+
-- Keith Winstein <keithw@cs.stanford.edu> Fri, 19 May 2017 19:25:51 -0400
6+
17
mosh (1.3.1~rc1-1) experimental; urgency=medium
28

39
* Platform support:

0 commit comments

Comments
 (0)