aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-03-16 13:36:55 -0400
committerGravatar Keith Winstein <keithw@mit.edu>2012-03-16 13:46:56 -0400
commit2b5b0445df44c6e771a5cd36eaec98f902f3ac17 (patch)
treec68181e1641ee58fa7a31d58e2ad5ba463952045
parentc896055d15b029aa15a1b03fbea7fce3592c95e4 (diff)
Bump version number to 1.02
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog8
-rwxr-xr-xscripts/mosh2
4 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 18e96f2..1038177 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-16 Keith Winstein <mosh-devel@mit.edu>
+
+ * Version 1.02 released.
+
+ * Uses xterm-256color and supports 256-color escape sequences.
+
2012-03-14 Keith Winstein <mosh-devel@mit.edu>
* Version 1.01 released.
diff --git a/configure.ac b/configure.ac
index 3b73164..49eb146 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.01], [mosh-devel@mit.edu])
+AC_INIT([mosh], [1.02], [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 0f47963..59b59b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mosh (1.02-1) unstable; urgency=low
+
+ * Version 1.02 released.
+
+ * Uses xterm-256color and supports 256-color escape sequences.
+
+ -- Keith Winstein <keithw@mit.edu> Fri, 16 Mar 2012 13:35:28 -0400
+
mosh (1.01-1) unstable; urgency=low
* Version 1.01 released.
diff --git a/scripts/mosh b/scripts/mosh
index cdfef15..d6ceac0 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 <http://www.gnu.org/licenses/>.
-my $MOSH_VERSION = '1.01';
+my $MOSH_VERSION = '1.02';
use warnings;
use strict;