From 36ae0059c2f11c13f92deead43d73fdb3043a21f Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Mon, 26 Mar 2012 19:20:11 -0400 Subject: [PATCH] Bump version to 1.1.1 --- ChangeLog | 10 ++++++++++ debian/changelog | 12 ++++++++++++ scripts/mosh | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a3cb61b..e151155 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-03-27 Keith Winstein + + * Version 1.1.1 released. + + * Fix spec file and build failure on Fedora. + + * Print out error message properly on fatal_assert(). + + * Support for machines without posix_memalign(). + 2012-03-22 Keith Winstein * Version 1.1 released (stable release). diff --git a/debian/changelog b/debian/changelog index 2f02be1..e774a59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +mosh (1.1.1-1) unstable; urgency=low + + * Version 1.1.1 released. + + * Fix spec file and build failure on Fedora. + + * Print out error message properly on fatal_assert(). + + * Support for machines without posix_memalign(). + + -- Keith Winstein Tue, 27 Mar 2012 01:18:26 +0200 + mosh (1.1-1) unstable; urgency=low * Version 1.1 released diff --git a/scripts/mosh b/scripts/mosh index a6d6be2..2ab839b 100755 --- a/scripts/mosh +++ b/scripts/mosh @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -my $MOSH_VERSION = '1.1'; +my $MOSH_VERSION = '1.1.1'; use warnings; use strict;