From ca4dfd779807f7bd26a7e0297eba11b0436ae6bc Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Sun, 18 Nov 2007 17:41:42 +0100 Subject: [PATCH] nvi 1.81.6 --- Changes | 8 +++++--- dist/configure.in | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 55e78b29..b8329bae 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ -Changes in 1.81.5 +Changes since 1.81.5 + * various compilation fixes + * support for newer DBs * tcl support compiles again -Changes in 1.81.4 +Changes since 1.81.4 * add Changes document * the preserve command overwrote the edited file; the problem is really in DB; a bandaid was added @@ -24,7 +26,7 @@ Changes in 1.81.4 * documentation changes - vi.ref converted to texinfo - vsplit documented -Changes in 1.81.3 +Changes since 1.81.3 * support for newer ncurses * various other wide character related changes * eliminate spurious cursor movements on split screens diff --git a/dist/configure.in b/dist/configure.in index 234967b9..8b262e79 100644 --- a/dist/configure.in +++ b/dist/configure.in @@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(../common/main.c) AC_CONFIG_AUX_DIR(.) -AM_INIT_AUTOMAKE(vi, 1.81.5) +AM_INIT_AUTOMAKE(vi, 1.81.6) AM_CONFIG_HEADER(config.h) dnl Configure setup. -- 2.11.4.GIT