Bump version to 1.2

This commit is contained in:
Keith Winstein
2012-04-26 01:40:27 -04:00
parent 6616d936f6
commit 68575f8587
5 changed files with 21 additions and 8 deletions
+8 -6
View File
@@ -1,9 +1,15 @@
2012-04-99 Keith Winstein <mosh-devel@mit.edu>
2012-04-26 Keith Winstein <mosh-devel@mit.edu>
* Version 1.2 released.
* Remove Boost as a dependency (Keegan McAllister)
* Add support for FreeBSD, Cygwin, RHEL/CentOS 5, OS X 10.5 on PPC.
* More verbose and helpful diagnostics. Server now has -v flag.
* Client now has --ssh= flag to set SSH options (like port)
* Remove skalibs as a dependency on Debian/Ubuntu (Keegan McAllister)
* Now passes locale-related env vars over the connection
@@ -16,15 +22,11 @@
* Now prints message of the day
* Add support for FreeBSD, Cygwin, RHEL/CentOS 5, OS X 10.5 on PPC.
* Use binary hardening flags where available (Keegan McAllister)
* Responsiveness and CPU-usage improvements
* Several terminal-emulation bug fixes
* More verbose and helpful diagnostics. Server now has -v flag.
* Several terminal-emulation improvements and bug fixes
2012-04-03 Keith Winstein <mosh-devel@mit.edu>
+5
View File
@@ -1,3 +1,8 @@
2012-04-26
----------
* Version 1.2 released
2012-03-22
----------
+1 -1
View File
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
AC_INIT([mosh], [1.1.99b], [mosh-devel@mit.edu])
AC_INIT([mosh], [1.2], [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])
+6
View File
@@ -1,3 +1,9 @@
mosh (1.2-1) unstable; urgency=low
* Version 1.2 released.
-- Keith Winstein <keithw@mit.edu> Thu, 26 Apr 2012 01:35:59 -0400
mosh (1.1.99b-1) unstable; urgency=low
* Update THANKS and copyright information
+1 -1
View File
@@ -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.1.99b';
my $MOSH_VERSION = '1.2';
use warnings;
use strict;