Bump version to 1.1.95 (release candidate)

This commit is contained in:
Keith Winstein
2012-04-22 23:29:02 -04:00
parent e7d2bcf642
commit caba4d067e
6 changed files with 45 additions and 2 deletions
+28
View File
@@ -1,3 +1,31 @@
2012-04-99 Keith Winstein <mosh-devel@mit.edu>
* Version 1.2 released.
* Remove Boost as a dependency (Keegan McAllister)
* Remove skalibs as a dependency on Debian/Ubuntu (Keegan McAllister)
* Now passes locale-related env vars over the connection
* Fix startup script to no longer hang on some Macs (Jay Freeman)
* Fix terminal emulation and argument parsing on FreeBSD
* Now prints message of the day
* Add support for FreeBSD, Cygwin, RHEL/CentOS 5, OS X 10.5 on PPC.
* Use faster gzip implementation (Anders Kaseorg)
* Use binary hardening flags where available (Keegan McAllister)
* Responsiveness and CPU-usage improvements
* Several terminal-emulation bug fixes
* More verbose and helpful diagnostics. Server now has -v flag.
2012-04-03 Keith Winstein <mosh-devel@mit.edu>
* Version 1.1.3 released.