From 561ac25d76967f0dea869244a0de9479049c4154 Mon Sep 17 00:00:00 2001 From: John Hood Date: Sun, 7 May 2017 22:09:15 -0400 Subject: [PATCH] Version 1.3.1 rc1. Update changelogs. --- ChangeLog | 18 ++++++++++++++++++ configure.ac | 2 +- debian/changelog | 18 ++++++++++++++++++ 3 files changed, 37 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7b4c654..f31956f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2017-05-07 Keith Winstein + + * Version 1.3.1 released. + + * Platform support: + * Restore perl 5.8.8 support for RHEL5. (Alexander Chernyakhovsky) + * Make tests detect UTF-8 locale with a helper executable. (John Hood) + * Don't print /etc/motd on IllumOS. (John Hood) + * Print {,/var}/run/motd.dynamic on Ubuntu. (John Hood) + * Fix build on Haiku. (Adrien Destugues) + * Disable unicode-later-combining.test for tmux 2.4. + This fixes build failures. (John Hood) + + * Bug fixes: + * Work around JuiceSSH rendering bug. (John Hood) + * Do not move cursor for SCROLL UP and SCROLL DOWN-- + fixes an issue with tmux 2.4. (John Hood) + 2017-03-25 Keith Winstein * Version 1.3.0 released. diff --git a/configure.ac b/configure.ac index f500a1f..92ab3a3 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([mosh], [1.3.0], [mosh-devel@mit.edu]) +AC_INIT([mosh], [1.3.1-rc1], [mosh-devel@mit.edu]) AM_INIT_AUTOMAKE([foreign std-options -Wall -Werror]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc]) diff --git a/debian/changelog b/debian/changelog index 3153766..4f17b29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +mosh (1.3.1~rc1-1) experimental; urgency=medium + + * Platform support: + * Restore perl 5.8.8 support for RHEL5. (Alexander Chernyakhovsky) + * Make tests detect UTF-8 locale with a helper executable. (John Hood) + * Don't print /etc/motd on IllumOS. (John Hood) + * Print {,/var}/run/motd.dynamic on Ubuntu. (John Hood) + * Fix build on Haiku. (Adrien Destugues) + * Disable unicode-later-combining.test for tmux 2.4. + This fixes build failures. (John Hood) + + * Bug fixes: + * Work around JuiceSSH rendering bug. (John Hood) + * Do not move cursor for SCROLL UP and SCROLL DOWN-- + fixes an issue with tmux 2.4. (John Hood) + + -- Keith Winstein Sun, 07 May 2017 21:22:26 -0400 + mosh (1.3.0-1) unstable; urgency=medium * Version 1.3.0 released to unstable.