From 3c3b356cb5e387887499beb2eedddce185f36944 Mon Sep 17 00:00:00 2001 From: John Hood Date: Sun, 12 Jul 2015 12:48:22 -0400 Subject: [PATCH] Bump version to 1.2.5. Signed-off-by: John Hood --- ChangeLog | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ fedora/mosh.spec | 5 ++++- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8936c3c24..ac85e1d89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2015-06-?? Keith Winstein +2015-07-12 Keith Winstein * Version 1.2.5 released. diff --git a/configure.ac b/configure.ac index 422ebeebf..13d74ec21 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.2.4.95rc2], [mosh-devel@mit.edu]) +AC_INIT([mosh], [1.2.5], [mosh-devel@mit.edu]) AM_INIT_AUTOMAKE([foreign -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 77e4e90bc..dbd754675 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mosh (1.2.5-1) unstable; urgency=low + + * Version 1.2.5 released. + + -- Keith Winstein Sun, 12 Jul 2015 12:42:00 -0400 + mosh (1.2.4.95rc2-1) unstable; urgency=low * Version 1.2.5 release candidate. diff --git a/fedora/mosh.spec b/fedora/mosh.spec index 7edaa0a16..5b467f45a 100644 --- a/fedora/mosh.spec +++ b/fedora/mosh.spec @@ -1,5 +1,5 @@ Name: mosh -Version: 1.2.4.95rc2 +Version: 1.2.5 Release: 1%{?dist} Summary: Mobile shell that supports roaming and intelligent local echo @@ -52,6 +52,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %changelog +* Sun Jul 12 2015 John Hood - 1.2.5-1 +- Update to mosh 1.2.5 + * Fri Jun 26 2015 John Hood - 1.2.4.95rc2-1 - Update to mosh 1.2.4.95rc2