fmtools version 0.99.1
[fmtools.git] / CHANGES
blobae3b2576c49af37ce272ba94a7f65345b65a2a1a
1 0.99.1:
3 Fri Aug 16 23:08:30 CDT 2002 / Russell Kroll <rkroll@exploits.org>
5  - fm, fmscan: fix the FSF's address in the headers
7 Fri Aug 16 23:07:49 CDT 2002 / Russell Kroll <rkroll@exploits.org>
9  - COPYING: put in the modern version of the GPL v2, with the correct
10    address for the FSF.
12 Fri Aug 16 23:05:33 CDT 2002 / Russell Kroll <rkroll@exploits.org>
14  - Makefile: reworked a bunch of stuff, and added such useful things
15    like install targets.  Hopefully this will make packaging less of 
16    a hack.
18 Fri Aug 16 22:55:41 CDT 2002 / Russell Kroll <rkroll@exploits.org>
20  - fm: do the VIDIOCGAUDIO first so there's always good data in the struct
22 Fri Aug 16 22:48:10 CDT 2002 / Russell Kroll <rkroll@exploits.org>
24  - fm.1: incorporated the man page written by Ben Pfaff.
26 Fri Aug 16 22:47:01 CDT 2002 / Russell Kroll <rkroll@exploits.org>
28  - fm: set va.balance to 32768 rather than relying on whatever junk
29    happens to be in the struct.   Reported by ahmet inan.
31 Fri Aug 16 22:43:47 CDT 2002 / Russell Kroll <rkroll@exploits.org>
33  - fm: applied patch from Viktor Rosenfeld to fix the rounding so that
34    channels like 99.95 MHz can be tuned.
36 0.99.0:
38 Sat Feb  3 22:41:12 CST 2001 - Russell Kroll <rkroll@exploits.org>
40  - Final cleanups for 0.99.0.  This source has been sitting around for
41    awhile, so it's probably time to push towards 1.0 and call it done.
42    How much can you do to a pair of radio programs, anyway?
44 Thu Jan  4 17:29:49 CST 2001 - Russell Kroll <rkroll@exploits.org>
46  - fmscan: ioctl/code cleanups, ala fm
47  - fmscan: -d <dev> support
48  - fm: -d <dev> support for multiple devices (/dev/radio1 and so on)
49  - fm: ioctl results checked, other coding cleanups
51 0.2.5 and earlier:
53 Mon Apr 12 20:32:13 MDT 1999
54  - -t option for selecting the tuner on multi-tuner boards (radio-cadet, etc)
56 Wed Feb  3 13:13:01 MST 1999
57  - fmtools 0.2.4 released
58  - 'devices' target added to Makefile
59  - documentation updated for fmscan and /dev/radio0
60  - programs now use /dev/radio0 instead of old(er) /dev/radio
61  - fmscan added
62  - small code cleanups
63  - -o added to oneliner usage display
65 Sat Jan 16 23:55:15 MST 1999
66  - fmtools 0.2.3 released
67  - -o (override frequency range checks) introduced after some l-k discussion
69 Sun Jan 10 22:17:07 MST 1999
70  - fmtools 0.2.2 released
71  - overflows and negative values during volume changes fixed
72  - exit codes are now sane
73  - the division should now accurately reflect 100% volume
75 Thu Jul 30 08:39:50 MDT 1998
76  - We now support fine tuning on cards that fly the VIDEO_TUNER_LOW flag.
77    Thanks to Ben Pfaff for this addition.