Update version numbers (etc.) for new release

This commit is contained in:
Keith Winstein
2012-03-07 04:22:15 -05:00
parent dc1c49975f
commit e9cea2627e
5 changed files with 40 additions and 3 deletions
+14
View File
@@ -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> 2012-02-26 Keith Winstein <mosh-devel@mit.edu>
* Version 0.96 released. * Version 0.96 released.
+7 -2
View File
@@ -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 intermittent connectivity
* Supports client and server IP roaming * Supports client and server IP roaming
+4
View File
@@ -10,3 +10,7 @@
* Richard Stallman for helpful discussion about the capabilities of * Richard Stallman for helpful discussion about the capabilities of
the SUPDUP Local Editing Protocol. the SUPDUP Local Editing Protocol.
* Keegan McAllister for several fixes.
* Stefie Tellex for bug reports and fixes.
+1 -1
View File
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61]) 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]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc]) AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])
+14
View File
@@ -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 mosh (0.96a-3) unstable; urgency=low
* Update copyright file to correct pkg.m4 is GPL-2+ not GPL-2 * Update copyright file to correct pkg.m4 is GPL-2+ not GPL-2