From 597fdbb5fd68eacbb1340a2644a8ac5314ae67b5 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Thu, 9 Feb 2012 03:06:02 -0500 Subject: [PATCH] Increment version number --- ChangeLog | 21 +++++++++++++++++++++ debian/changelog | 18 ++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/ChangeLog b/ChangeLog index dd4aa56..6bea7db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2011-02-09 Keith Winstein + + * Version 0.91 released. + + * Startup script support SSH options and aliases (Anders Kaseorg) + + * End use of Path MTU discovery and allow IP fragmentation because, + e.g., Cisco VPN has MTU of 1200 and does not pass ICMP too-big. + + * Better exception and error handling. + + * Restrict predictive local echo display to long-delay links + (>60 ms RTT) or for temporarily after a "glitch." Otherwise simply + show server echos, while maintaining prediction overlay in the + background in case it is needed. + +2011-02-07 Keith Winstein + + * Version 0.9b released. + * Improvements to build system (Anders Kaseorg) + 2011-02-06 Keith Winstein * Version 0.9 released. diff --git a/debian/changelog b/debian/changelog index 1c2b48abc9..7fd5751 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +mosh (0.91-0ubuntu1) oneiric; urgency=low + + * Version 0.91 released. + + * Startup script support SSH options and aliases (Anders Kaseorg) + + * End use of Path MTU discovery and allow IP fragmentation because, + e.g., Cisco VPN has MTU of 1200 and does not pass ICMP too-big. + + * Better exception and error handling. + + * Restrict predictive local echo display to long-delay links + (>60 ms RTT) or for temporarily after a "glitch." Otherwise simply + show server echos, while maintaining prediction overlay in the + background in case it is needed. + +-- Keith Winstein Thu, 09 Feb 2012 03:05:45 -0500 + mosh (0.9b-0ubuntu1) oneiric; urgency=low * Merged Anders Kaseorg fixes to build system