4 - Integrated a bunch of Gerfried Fuchs' changes maintained for the debian version for years
6 - Added him to the CREDITS, too.
7 - Support for devfs, and alternate console devices.
8 - Warnings about multiply-specified frequency
13 - Man pages now gzip -9 for better compression
14 - Table of frequencies added to man page
15 - Fix for platforms with unsigned chars
16 - On ioctl() errors, beep will now do a printf("\a") so that, at very least, youget a beep. :)
21 - fixed segfault when handling long options
25 - added -n/--new support - so beep FINALLY handles multiple beeps on a single
27 - -f now takes decimal frequencies, not just whole numbers.
31 - Added more common -V option, as companion to -v and --version
32 - README now addresses the question of multiple beeps, and composing music with
37 - Fixed some outdated comments in the source, and a typo in the man page.
41 - added a SIGINT handler, so Ctrl-C no longer leaves the speaker wailing
43 - added -v/--version and -h/--help support
45 - this release is changed from 0.8 to 1.0.0, it's worthy of it. Feature
46 complete and no outstanding bugs that I know of.
50 - changed man page to gzip format (instead of bzip2)
51 - updated man page and README to explain ioctl problems
56 - added -D option. Both -d and -D set inter-repetition delay, but -D instructs
57 beep to delay even after the last beep, where -d delays only between beeps,
58 and terminates immediately after last beep.
59 - incorporated Rick Franchuk's idea of stdin hooks - dear god -c is annoying.
65 - changed over from manually parsing command line parms to getopt()
66 - changed atoi() calls into sscanf() calls, to get more meaningful error
72 - initial options supported: -f, -l, -d, -r