]> git.deb.at Git - pkg/beep.git/blob - CHANGELOG
Update CREDITS to thank Gerfried
[pkg/beep.git] / CHANGELOG
1 1.2.2
2 -----
3 - Man pages now gzip -9 for better compression
4 - Table of frequencies added to man page
5 - Fix for platforms with unsigned chars
6 - On ioctl() errors, beep will now do a printf("\a") so that, at very least, youget a beep.  :)
7
8
9 1.2.1
10 -----
11 - fixed segfault when handling long options
12
13 1.2.0
14 -----
15 - added -n/--new support - so beep FINALLY handles multiple beeps on a single
16  command line.
17 - -f now takes decimal frequencies, not just whole numbers.
18
19 1.0.2
20 -----
21 - Added more common -V option, as companion to -v and --version
22 - README now addresses the question of multiple beeps, and composing music with
23   beep.
24
25 1.0.1
26 -----
27 - Fixed some outdated comments in the source, and a typo in the man page.
28
29 1.0.0
30 -----
31 - added a SIGINT handler, so Ctrl-C no longer leaves the speaker wailing 
32   forever
33 - added -v/--version and -h/--help support
34 - updated man page
35 - this release is changed from 0.8 to 1.0.0, it's worthy of it.  Feature
36   complete and no outstanding bugs that I know of.
37
38 0.6.1
39 -----
40 - changed man page to gzip format (instead of bzip2)
41 - updated man page and README to explain ioctl problems
42
43
44 0.6
45 ---
46 - added -D option.  Both -d and -D set inter-repetition delay, but -D instructs
47   beep to delay even after the last beep, where -d delays only between beeps, 
48   and terminates immediately after last beep.
49 - incorporated Rick Franchuk's idea of stdin hooks - dear god -c is annoying.
50 - added a man page
51
52
53 0.5
54 ---
55 - changed over from manually parsing command line parms to getopt()
56 - changed atoi() calls into sscanf() calls, to get more meaningful error 
57   handling
58
59 0.4
60 ---
61 - first useable
62 - initial options supported: -f, -l, -d, -r