Bump version number to 1.0.9c
This commit is contained in:
@@ -8,9 +8,13 @@
|
|||||||
|
|
||||||
* Add chaff to datagrams to frustrate statistical analysis of length
|
* Add chaff to datagrams to frustrate statistical analysis of length
|
||||||
|
|
||||||
|
* Cosmetic fixes to terminal handling
|
||||||
|
|
||||||
|
* Improved startup script (Anders Kaseorg)
|
||||||
|
|
||||||
2012-03-16 Keith Winstein <mosh-devel@mit.edu>
|
2012-03-16 Keith Winstein <mosh-devel@mit.edu>
|
||||||
|
|
||||||
* Version 1.02 released.
|
* Version 1.0.2 released.
|
||||||
|
|
||||||
* Uses xterm-256color and supports 256-color escape sequences.
|
* Uses xterm-256color and supports 256-color escape sequences.
|
||||||
|
|
||||||
@@ -22,7 +26,7 @@
|
|||||||
|
|
||||||
2012-03-14 Keith Winstein <mosh-devel@mit.edu>
|
2012-03-14 Keith Winstein <mosh-devel@mit.edu>
|
||||||
|
|
||||||
* Version 1.01 released.
|
* Version 1.0.1 released.
|
||||||
|
|
||||||
* Roughly 40% less CPU usage.
|
* Roughly 40% less CPU usage.
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.61])
|
AC_PREREQ([2.61])
|
||||||
AC_INIT([mosh], [1.0.9b], [mosh-devel@mit.edu])
|
AC_INIT([mosh], [1.0.9c], [mosh-devel@mit.edu])
|
||||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])
|
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])
|
||||||
|
|||||||
Vendored
+14
@@ -1,3 +1,17 @@
|
|||||||
|
mosh (1.0.9c-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Improved building on Mac OS X (Anders Kaseorg)
|
||||||
|
|
||||||
|
* PRNG (for chaff) now reads from /dev/urandom (Keegan McAllister)
|
||||||
|
|
||||||
|
* Startup script cleanups and fix shell quoting (Anders Kaseorg)
|
||||||
|
|
||||||
|
* Disables core dumps (containing session key) (Keegan McAllister)
|
||||||
|
|
||||||
|
* Improved terminal shutdown and other cosmetic fixes
|
||||||
|
|
||||||
|
-- Keith Winstein <keithw@mit.edu> Wed, 21 Mar 2012 19:23:41 -0400
|
||||||
|
|
||||||
mosh (1.0.9b-1) unstable; urgency=low
|
mosh (1.0.9b-1) unstable; urgency=low
|
||||||
|
|
||||||
* More efficient repaint when scrolling top part of window
|
* More efficient repaint when scrolling top part of window
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
my $MOSH_VERSION = '1.0.9b';
|
my $MOSH_VERSION = '1.0.9c';
|
||||||
|
|
||||||
use warnings;
|
use warnings;
|
||||||
use strict;
|
use strict;
|
||||||
|
|||||||
Reference in New Issue
Block a user