summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Hood <cgull@glup.org>2016-05-22 18:08:06 -0400
committerJohn Hood <cgull@glup.org>2016-05-25 02:13:12 -0400
commit05fe24d50ddbabf1c87be748b7397907ae1b9654 (patch)
treeb83b8a36ce3bea9e8c303d6649c7cd0df1b41018
parentadc3593808d6bb277b4eb7c684e4fd7f1b66054e (diff)
1.2.5.95rc1 pre-releasemosh-1.2.5.95rc1
-rw-r--r--ChangeLog51
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog53
3 files changed, 105 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ac85e1d..b597482 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2016-05-?? Keith Winstein <mosh-devel@mit.edu>
+
+ * Version 1.2.6 released.
+
+ * New features:
+ * Add Travis CI builds for Linux and Mac. (Anders Kaseorg, others)
+ * Add a --local option to run without ssh. (John Hood)
+ * Mosh now returns exitstatus reflecting connection success.
+ (John Hood)
+ * Add a end-to-end test suite and many tests. (John Hood)
+ * Implement timeouts and signals to help address orphaned sessions.
+ (John Hood)
+ * Major rework of Mosh's display differencing/rendering
+ code with much improved performance for slow machines. (John Hood)
+ * Implement ANSI back/forward tab (CSI CBT, CSI CHT).
+ (John Hood)
+ * Do not start user shell until network session starts.
+ (John Hood)
+ * Add options for more flexible specification of IPv4/IPv6
+ hostname resolution. (John Hood)
+ * Improved bash completion. (Steve Dignam, HIGUCHI Yuta)
+ * Add options for different methods of resolving the remote host
+ address, allowing operation without SshProxyCommand. (John Hood)
+
+ * Platform support:
+ * Add configurable support for Apple Common Crypto and
+ Nettle, in place of OpenSSL. Implement base64 locally.
+ (John Hood)
+ * Workaround Cygwin select() bug. (John Hood)
+ * Updates to Debian packaging. (Anders Kaseorg, Keith Winstein)
+ * Workaround a glibc-2.22 issue causing segfaults on Debian Sid.
+ (John Hood with help from many others)
+ * Prefer c++ to g++, for systems like FreeBSD where g++ is not usable.
+ (John Hood)
+ * Fixes for Illumos Hipster 20151003. (John Hood)
+ * Disable -Werror for protobuf code, to resolve a new gcc6 warning.
+ (John Hood)
+ * Link test for -fstack-protector-all on an embedded platform.
+ (Baruch Siach)
+ * Resolve issue with bswap64() on FreeBSD-CURRENT with libc++-3.8.0.
+ (John Hood)
+ * Fix issue with RECVTOS error message on client on FreeBSD.
+ (John Hood)
+
+ * Bug fixes:
+ * Remove an assertion causing aborts on Unicode fallback found by
+ fuzzing with afl. (Keith Winstein)
+ * Fix a server hang with XON/XOFF on BSD systems. (John Hood)
+ * Fix a typeahead-prediction bug that caused display corruption on
+ urxvt. (John Hood)
+
2015-07-12 Keith Winstein <mosh-devel@mit.edu>
* Version 1.2.5 released.
diff --git a/configure.ac b/configure.ac
index dfab495..901ba6d 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.2.5], [mosh-devel@mit.edu])
+AC_INIT([mosh], [1.2.5.95rc1], [mosh-devel@mit.edu])
AM_INIT_AUTOMAKE([foreign -Wall -Werror])
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 f73749b..f238720 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,56 @@
+mosh (1.2.5.95rc1-1) unstable; urgency=low
+
+ * Version 1.2.6 released.
+
+ * New features:
+ * Add Travis CI builds for Linux and Mac. (Anders Kaseorg, others)
+ * Add a --local option to run without ssh. (John Hood)
+ * Mosh now returns exitstatus reflecting connection success.
+ (John Hood)
+ * Add a end-to-end test suite and many tests. (John Hood)
+ * Implement timeouts and signals to help address orphaned sessions.
+ (John Hood)
+ * Major rework of Mosh's display differencing/rendering
+ code with much improved performance for slow machines. (John Hood)
+ * Implement ANSI back/forward tab (CSI CBT, CSI CHT).
+ (John Hood)
+ * Do not start user shell until network session starts.
+ (John Hood)
+ * Add options for more flexible specification of IPv4/IPv6
+ hostname resolution. (John Hood)
+ * Improved bash completion. (Steve Dignam, HIGUCHI Yuta)
+ * Add options for different methods of resolving the remote host
+ address, allowing operation without SshProxyCommand. (John Hood)
+
+ * Platform support:
+ * Add configurable support for Apple Common Crypto and
+ Nettle, in place of OpenSSL. Implement base64 locally.
+ (John Hood)
+ * Workaround Cygwin select() bug. (John Hood)
+ * Updates to Debian packaging. (Anders Kaseorg, Keith Winstein)
+ * Workaround a glibc-2.22 issue causing segfaults on Debian Sid.
+ (John Hood with help from many others)
+ * Prefer c++ to g++, for systems like FreeBSD where g++ is not usable.
+ (John Hood)
+ * Fixes for Illumos Hipster 20151003. (John Hood)
+ * Disable -Werror for protobuf code, to resolve a new gcc6 warning.
+ (John Hood)
+ * Link test for -fstack-protector-all on an embedded platform.
+ (Baruch Siach)
+ * Resolve issue with bswap64() on FreeBSD-CURRENT with libc++-3.8.0.
+ (John Hood)
+ * Fix issue with RECVTOS error message on client on FreeBSD.
+ (John Hood)
+
+ * Bug fixes:
+ * Remove an assertion causing aborts on Unicode fallback found by
+ fuzzing with afl. (Keith Winstein)
+ * Fix a server hang with XON/XOFF on BSD systems. (John Hood)
+ * Fix a typeahead-prediction bug that caused display corruption on
+ urxvt. (John Hood)
+
+ -- Keith Winstein <keithw@mit.edu> Mon, 23 May 2016 20:43:00 -0400
+
mosh (1.2.5-2) unstable; urgency=medium
* debian/rules: Work around protobuf/glibc build problem