Bump version numbers (including Mosh protocol version)

This server is now incompatible with older clients and vice versa.
This commit is contained in:
Keith Winstein
2012-02-25 15:16:21 -05:00
parent 10fdb6abff
commit f0199e2695
3 changed files with 37 additions and 7 deletions
+16
View File
@@ -1,3 +1,19 @@
mosh (0.95) unstable; urgency=low
* Version 0.95 released.
* Make echo acknowledgment reliable to reduce spurious mispredict detections.
* Require two dropped heartbeats before showing blue bar of lost contact
* Print newline before MOSH CONNECT string to make more robust if intermediate keys hit
* Disable ControlMaster in initial SSH connection so proxy is always used
* Make retransmissions occur at frame rate (vs. every 3 seconds) for limited time after loss
-- Keith Winstein <keithw@mit.edu> Sat, 25 Feb 2012 15:15:59 -0500
mosh (0.94c-1) unstable; urgency=low
* Move to protobuf (from protobuf-lite) to make build on Ubuntu 10.04