1v0.5.6
2   - fixed compile-time warning in dsp.c:
3	dsp.c:51:2: warning: too many arguments for format [-Wformat-extra-args]
4   - minor documentation improvements
5
6v0.5.5
7   - Documentation update: running ctronome with pulseaudio (modern Ubuntu distributions etc)
8     and some minor documentation touch-ups.
9     NO change to the ctronome code, so no need to recompile and reinstall.
10
11v0.5.4
12   - fixed amd64 platform bug that caused ctronome to produce no sound on amd64 platform
13     due to incorrect width of integers used in bitwise operations, thanks to Dmitry Kazarov
14     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/170207
15
16v0.5.3
17   - added #include <stdlib.h> to routines.c also. Silly me, forgot to
18     do that. Again, thanks to Martin for letting me know.
19
20v0.5.2
21   - included WAV samples digitally remastered by Martin Tarenskeen
22     to be more pronounced and precise.
23   - added #include <stdlib.h> to ctronome.c to eliminate compile-time
24     warnings with newer (>4) GCC versions
25
26v0.5.1
27   - new parameter processing bug introduced in v0.5 fixed
28   - some old bugs are fixed around parameter and program processing
29
30v0.5
31   - WAV format is detected, and DSP is set up accordingly
32   - included 2 channel (stereo) wav format for those sound
33     systems that do not support mono mode (see NOTES/README)
34   - bugfix in parameter processing that caused bpm base note
35     to be ignored
36
37v0.4
38   - dsp.c code cleanup, according to OSS Programmers Guide.
39   - implemented some debug messages, mainly for DSP procedures
40
41v0.3
42   - fixed dsp pattern length setup that
43     caused silence at certain bpm rates
44
45v0.2
46   - fixed possible segfault bug in argument processing
47
48   + it is now programmable
49   + more configurable bpm and bpt parameters
50      allowing to specify the base note for BPM and beat per tact
51   + number of repetition can be specified via command-line
52
53v0.1 first version. supports:
54     30 < beat per minute < 250
55     1 < beat per tact < 50
56     44100Hz 16bit mono WAV sound via /dev/dsp
57
58