diff --git a/README.md b/README.md index 8e7b293..bb08de8 100644 --- a/README.md +++ b/README.md @@ -134,10 +134,9 @@ How it works If the client changes IP addresses, the server will begin sending to the client on the new IP address within a few seconds. - To function, Mosh requires high-port UDP datagrams to be passed - between client and server. Sites that have these ports firewalled - would not be able to use Mosh. - + To function, Mosh requires UDP datagrams to be passed between client + and server. By default, `mosh` uses a port number between 60000 and + 61000, but the user can select a particular port with the -p option. More info --------- diff --git a/configure.ac b/configure.ac index 7defcc1..2321e79 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.98a], [mosh-devel@mit.edu]) +AC_INIT([mosh], [0.98b], [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 ae9955b..d13b9b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mosh (0.98b-1) unstable; urgency=low + + * Update README.md + + -- Keith Winstein Sat, 10 Mar 2012 14:05:12 -0500 + mosh (0.98a-1) unstable; urgency=low * Small cleanup to generated terminal output when predictions active