Skip to content

Commit

Permalink
Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
keithw committed Oct 19, 2012
1 parent cd394c6 commit 73a2675
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
4 changes: 3 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
2012-10-xx Keith Winstein <mosh-devel@mit.edu>
2012-10-19 Keith Winstein <mosh-devel@mit.edu>

* Version 1.2.3 released.

* Security improvements:
* Use OpenSSL AES implementation
* Update AES-OCB implementation (Keegan McAllister)
* Don't let bad server dictate IP (Felix Groebert)

* New features:
Expand All @@ -18,6 +19,7 @@
* Bug fixes:
* Improved performance on systems with expensive time
* No longer choke on "ffff::" address for hosts with IPv6
* More conservative MTU and datagram sizing

* Platform support:
* Build on Solaris and IllumOS (Timo Sirainen, Ira Cooper)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.61])
AC_INIT([mosh], [1.2.2.95rc1], [mosh-devel@mit.edu])
AC_INIT([mosh], [1.2.3], [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])
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
mosh (1.2.3-1) unstable; urgency=low

* Version 1.2.3 released.

* Update AES-OCB implementation (Keegan McAllister)

* More conservative MTU and datagram sizing

-- Keith Winstein <keithw@mit.edu> Fri, 19 Oct 2012 15:21:54 -0400

mosh (1.2.2.95rc1-1) unstable; urgency=low

* Security improvements:
Expand Down
5 changes: 4 additions & 1 deletion fedora/mosh.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: mosh
Version: 1.2
Version: 1.2.3
Release: 2%{?dist}
Summary: Mobile shell that supports roaming and intelligent local echo

Expand Down Expand Up @@ -50,6 +50,9 @@ make install DESTDIR=$RPM_BUILD_ROOT


%changelog
* Fri Oct 19 2012 Keith Winstein <mosh-devel@mit.edu> - 1.2.3-1
- Update to mosh 1.2.3.

* Sat Apr 28 2012 Alexander Chernyakhovsky <achernya@mit.edu> - 1.2-2
- Add -g and -O2 CFLAGS

Expand Down
2 changes: 1 addition & 1 deletion scripts/mosh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# this exception statement from all source files in the program, then
# also delete it here.

my $MOSH_VERSION = '1.2.2.95rc1';
my $MOSH_VERSION = '1.2.3';

use warnings;
use strict;
Expand Down

0 comments on commit 73a2675

Please sign in to comment.