]> git.deb.at Git - pkg/beep.git/blob - CHANGELOG
Add package description suggestions (closes: #630161)
[pkg/beep.git] / CHANGELOG
1 1.3
2 ---
3 - 8 years have passed!
4 - Integrated a bunch of Gerfried Fuchs' changes maintained for the debian version for years
5 and years
6 - Added him to the CREDITS, too.
7 - Support for devfs, and alternate console devices.
8 - Warnings about multiply-specified frequency
9 - Debug mode
10
11 1.2.2
12 -----
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.  :)
17
18
19 1.2.1
20 -----
21 - fixed segfault when handling long options
22
23 1.2.0
24 -----
25 - added -n/--new support - so beep FINALLY handles multiple beeps on a single
26  command line.
27 - -f now takes decimal frequencies, not just whole numbers.
28
29 1.0.2
30 -----
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
33   beep.
34
35 1.0.1
36 -----
37 - Fixed some outdated comments in the source, and a typo in the man page.
38
39 1.0.0
40 -----
41 - added a SIGINT handler, so Ctrl-C no longer leaves the speaker wailing 
42   forever
43 - added -v/--version and -h/--help support
44 - updated man page
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.
47
48 0.6.1
49 -----
50 - changed man page to gzip format (instead of bzip2)
51 - updated man page and README to explain ioctl problems
52
53
54 0.6
55 ---
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.
60 - added a man page
61
62
63 0.5
64 ---
65 - changed over from manually parsing command line parms to getopt()
66 - changed atoi() calls into sscanf() calls, to get more meaningful error 
67   handling
68
69 0.4
70 ---
71 - first useable
72 - initial options supported: -f, -l, -d, -r