Skip to content

Commit

Permalink
1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
prigaux committed Apr 22, 2022
1 parent d4b92e2 commit eab92dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eab92dc

Please sign in to comment.