Bump version to 1.1.98 (release candidate)

This commit is contained in:
Keith Winstein
2012-04-24 19:00:40 -04:00
parent 913ee0b34b
commit dece595063
3 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.61])
AC_INIT([mosh], [1.1.97], [mosh-devel@mit.edu])
AC_INIT([mosh], [1.1.98], [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])
+10
View File
@@ -1,3 +1,13 @@
mosh (1.1.98-1) unstable; urgency=low
* Fix build problems on Cygwin
* Fix build problems on Debian armel/armhf
* Fix alignment problems on ARM
-- Keith Winstein <keithw@mit.edu> Tue, 24 Apr 2012 19:00:03 -0400
mosh (1.1.97-1) unstable; urgency=low
* Revert use of protobufs' zero-copy gzip stream
+1 -1
View File
@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
my $MOSH_VERSION = '1.1.97';
my $MOSH_VERSION = '1.1.98';
use warnings;
use strict;