From 462a3db7cfb3071e3e4359be6a5aedac6b550b3b Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Wed, 14 Mar 2012 04:55:30 -0400 Subject: [PATCH] Bump version numbers --- ChangeLog | 6 ++++++ NEWS | 5 +++++ configure.ac | 2 +- debian/changelog | 8 ++++++++ scripts/mosh | 2 +- 5 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b9b33e6..18e96f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-03-14 Keith Winstein + + * Version 1.01 released. + + * Roughly 40% less CPU usage. + 2012-03-12 Keith Winstein * Version 1.0 released. diff --git a/NEWS b/NEWS index e9cc4df..77bdc82 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +2012-03-12 +---------- + +* Version 1.0 released + 2012-03-07 Release candidate (0.97): ------------------------------------ diff --git a/configure.ac b/configure.ac index 0e09038..3b73164 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.01pre], [mosh-devel@mit.edu]) +AC_INIT([mosh], [1.01], [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 3c40e8b..0f47963 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +mosh (1.01-1) unstable; urgency=low + + * Version 1.01 released. + + * Roughly 40% less CPU usage. + + -- Keith Winstein Wed, 14 Mar 2012 04:55:11 -0400 + mosh (1.0-1) unstable; urgency=low * Version 1.0 released. diff --git a/scripts/mosh b/scripts/mosh index e951a8d..cdfef15 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.01pre'; +my $MOSH_VERSION = '1.01'; use warnings; use strict;