From 52289ee1627466faf0f1faf1f57f37f73c37fa77 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 14 Jan 2019 16:30:11 +0100 Subject: [PATCH] Call it 1.4.2 --- CHANGELOG | 8 ++++++++ GNUmakefile | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 338ae3d..61d1baf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,11 @@ +1.4.2 +----- +- Improved man page and --help output +- Cleaned signal handlers of all function calls +- Use beep driver infrastructure (console and evdev drivers) +- Abort on unhandled command line parameters +- Use nanosleep(2) instead of usleep(3) + 1.4.1 ----- - Safer signal handlers (safe_error_exit() without global variables). diff --git a/GNUmakefile b/GNUmakefile index 3bb15e6..36203b1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,7 +7,7 @@ # installation location for beep. PACKAGE_TARNAME = beep -PACKAGE_VERSION = 1.4.1 +PACKAGE_VERSION = 1.4.2 DESTDIR= prefix=/usr