From eab92dcaa34b66bc5182772afc9fda4ac8a27597 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 22 Apr 2022 10:06:10 +0200 Subject: [PATCH] 1.6 --- Changes | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 8d5744c..43d9062 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ +april 2022 + - 1.6 + - configure script must error-out when (n)curses isn't found + - Move SIGWINCH handling from handler to NCURSES + - Make configure.ac compliant with autoconf >= 2.70 + - Check that malloc did not return NULL + - Fix a possible memory leak in findFile() + - Prevent division by zero on empty files. + august 2020 - 1.5 - Fix searching very long string diff --git a/configure.ac b/configure.ac index 76765bc..ecdac18 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ AC_INIT AC_CONFIG_SRCDIR([hexedit.c]) AC_CONFIG_HEADERS(config.h) -define(TheVERSION, 1.5) +define(TheVERSION, 1.6) PRODUCT=hexedit VERSION=TheVERSION