Update version numbers (etc.) for new release
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
2012-03-07 Keith Winstein <mosh-devel@mit.edu>
|
||||
|
||||
* 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 <mosh-devel@mit.edu>
|
||||
|
||||
* Version 0.96 released.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
+1
-1
@@ -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])
|
||||
|
||||
Vendored
+14
@@ -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 <keithw@mit.edu> 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
|
||||
|
||||
Reference in New Issue
Block a user