Bump version to 1.2

This commit is contained in:
Keith Winstein
2012-04-26 01:40:27 -04:00
parent 6616d936f6
commit 68575f8587
5 changed files with 21 additions and 8 deletions
+8 -6
View File
@@ -1,9 +1,15 @@
2012-04-99 Keith Winstein <mosh-devel@mit.edu>
2012-04-26 Keith Winstein <mosh-devel@mit.edu>
* Version 1.2 released.
* Remove Boost as a dependency (Keegan McAllister)
* Add support for FreeBSD, Cygwin, RHEL/CentOS 5, OS X 10.5 on PPC.
* More verbose and helpful diagnostics. Server now has -v flag.
* Client now has --ssh= flag to set SSH options (like port)
* Remove skalibs as a dependency on Debian/Ubuntu (Keegan McAllister)
* Now passes locale-related env vars over the connection
@@ -16,15 +22,11 @@
* Now prints message of the day
* Add support for FreeBSD, Cygwin, RHEL/CentOS 5, OS X 10.5 on PPC.
* 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.
* Several terminal-emulation improvements and bug fixes
2012-04-03 Keith Winstein <mosh-devel@mit.edu>