From c868c587d4df6c28f0c1622be0d605f389c38d76 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Wed, 28 Mar 2012 15:17:24 +0200 Subject: [PATCH] Bump version to 1.1.1a --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- debian/changelog | 13 +++++++++++++ scripts/mosh | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e151155..07bb66c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2012-03-28 Keith Winstein + + * Version 1.1.2 released. + + * Fixes to build on OS X 10.5 with older gcc and -lpoll (Quentin Smith) + + * Add --with-utempter and --without-utempter per gentoo request + (Michael Weber) + + * configure now requires ncurses headers (and others) to be installed + + * Consolidate locale routines to help Android port (Keegan McAllister) + 2012-03-27 Keith Winstein * Version 1.1.1 released. diff --git a/configure.ac b/configure.ac index c654100..f5697ed 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.1.1], [mosh-devel@mit.edu]) +AC_INIT([mosh], [1.1.1a], [mosh-devel@mit.edu]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) 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 e774a59..a04396e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +mosh (1.1.1a-1) unstable; urgency=low + + * Fixes to build on OS X 10.5 with older gcc and -lpoll (Quentin Smith) + + * Add --with-utempter and --without-utempter per gentoo request + (Michael Weber) + + * configure now requires ncurses headers (and others) to be installed + + * Consolidate locale routines to help Android port (Keegan McAllister) + + -- Keith Winstein Wed, 28 Mar 2012 15:16:51 +0200 + mosh (1.1.1-1) unstable; urgency=low * Version 1.1.1 released. diff --git a/scripts/mosh b/scripts/mosh index 2ab839b..e409361 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.1'; +my $MOSH_VERSION = '1.1.1a'; use warnings; use strict;