diff --git a/ChangeLog b/ChangeLog index 24a14cd..852f73e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2012-03-07 Keith Winstein + + * Version 0.97 released. + + * Merged Mac OS X port (thanks to Quentin Smith and Anders Kaseorg) + + * Server will quit if no connection within first 60 seconds + + * Startup script no longer requires threaded Perl + + * Add --enable-compile-warnings=error to ./configure + + * Fix some flicker issues with adaptive prediction mode + 2012-02-26 Keith Winstein * Version 0.96 released. diff --git a/NEWS b/NEWS index 55e4a75..e9cc4df 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ -Initial release (0.9): ----------------------- +2012-03-07 Release candidate (0.97): +------------------------------------ + +* Now builds on Mac OS X as well as GNU/Linux + +2012-02-06 Initial release (0.9): +--------------------------------- * Supports intermittent connectivity * Supports client and server IP roaming diff --git a/THANKS b/THANKS index 8cca7f7..4ecf760 100644 --- a/THANKS +++ b/THANKS @@ -10,3 +10,7 @@ * Richard Stallman for helpful discussion about the capabilities of the SUPDUP Local Editing Protocol. + +* Keegan McAllister for several fixes. + +* Stefie Tellex for bug reports and fixes. diff --git a/configure.ac b/configure.ac index 61574d8..86320cf 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.61]) -AC_INIT([mosh], [0.96a], [mosh-devel@mit.edu]) +AC_INIT([mosh], [0.97], [mosh-devel@mit.edu]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc]) diff --git a/debian/changelog b/debian/changelog index 266b767..124dbb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +mosh (0.97-1) unstable; urgency=low + + * Merged Mac OS X port (thanks to Quentin Smith and Anders Kaseorg) + + * Server will quit if no connection within first 60 seconds + + * Startup script no longer requires threaded Perl + + * Add --enable-compile-warnings=error to ./configure + + * Fix some flicker issues with adaptive prediction mode + + -- Keith Winstein Wed, 07 Mar 2012 04:17:19 -0500 + mosh (0.96a-3) unstable; urgency=low * Update copyright file to correct pkg.m4 is GPL-2+ not GPL-2