Skip to content

Commit

Permalink
Call it 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Jan 14, 2019
1 parent 7ea8692 commit 52289ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# installation location for beep.

PACKAGE_TARNAME = beep
PACKAGE_VERSION = 1.4.1
PACKAGE_VERSION = 1.4.2

DESTDIR=
prefix=/usr
Expand Down

0 comments on commit 52289ee

Please sign in to comment.