Bump version to 1.2.2.95rc1 (1.2.3 release candidate)

This commit is contained in:
Keith Winstein
2012-10-05 19:47:19 -04:00
parent 052e7cc812
commit 9c34f5b279
4 changed files with 60 additions and 2 deletions
+29
View File
@@ -1,3 +1,32 @@
2012-10-xx Keith Winstein <mosh-devel@mit.edu>
* Version 1.2.3 released.
* Security improvements:
* Use OpenSSL AES implementation
* Don't let bad server dictate IP (Felix Groebert)
* New features:
* Client hops ports to survive challenging client-side firewall
* Server stops sending to save client power (Daniel Drown)
* Set DiffServ code point and ECN-capable (Dave Täht)
* Slow down if explicit congestion notification received
* Warn about unattached Mosh sessions on login
* Compatible with KDE konsole (uses BEL to terminate OSC)
* Improved heuristic about color of predicted characters
* Bug fixes:
* Improved performance on systems with expensive time
* No longer choke on "ffff::" address for hosts with IPv6
* Platform support:
* Build on Solaris and IllumOS (Timo Sirainen, Ira Cooper)
* Build on ARM with gcc 4.7 (Alexander Chernyakhovsky)
* Licensing changes:
* Allow distribution on Apple App Stores
* Allow linking with OpenSSL
2012-06-12 Keith Winstein <mosh-devel@mit.edu>
* Version 1.2.2 released.