From 66730050ee3b1a844a55576fe9e9c571b91ad516 Mon Sep 17 00:00:00 2001 From: Keith Winstein Date: Sat, 10 Mar 2012 16:51:30 -0500 Subject: [PATCH] Update version --- configure.ac | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2321e79..2cbe8f5 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.98b], [mosh-devel@mit.edu]) +AC_INIT([mosh], [0.98c], [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 d13b9b3..a2ecb85 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +mosh (0.98c-1) unstable; urgency=low + + * Fix pointer comparison (Anders Kaseorg) + + -- Keith Winstein Sat, 10 Mar 2012 16:50:35 -0500 + mosh (0.98b-1) unstable; urgency=low * Update README.md