Skip to content

beep-1.4.10

Compare
Choose a tag to compare
@ndim ndim released this 15 Jan 12:42
· 67 commits to master since this release

Update: Use beep-1.4.11 instead. beep-1.4.10 forgot to install the new contrib/morse scripts.

The change from beep-1.4.9 to beep-1.4.10:

  • Rename CREDITS to CREDITS.md and CHANGELOG to NEWS.md and
    reformatted them to markdown.
  • Fix some __VA_ARGS__ problems with some C language compiler
    options.
  • contrib/morse/: Add both perl and tr+sed script options to
    have beep produce morse code by converting the output of the
    morse utility from the BSD Games package to a beep command
    line.
  • If built without any drivers, running beep will now complain and
    abort instead of silently (pun intended) just not beeping.
  • Stop using Travis CI. Use GitHub Actions workflows for CI instead.
  • Skip test cases using PC speaker hardware if absent (e.g. on a VM)
  • Improved documentation (e.g. alsamixer requirement, loading pcspkr)