3 Sat Oct 7 1:05:00 PDT 2006 / Ben Pfaff <blp@cs.stanford.edu>
5 - Make fm able to sleep for a user-specified time, or forever, after
6 applying settings. This makes fm usable with radio tuner drivers
7 that turn off the radio after the fd used for tuning is closed.
9 Idea and patch from Dave Ulrick <d-ulrick@insightbb.com>.
13 Sat Sep 3 12:21:00 PDT 2004 / Ben Pfaff <blp@cs.stanford.edu>
15 - New maintainer. New home page is http://benpfaff.org/fmtools
17 - Updated email addresses.
19 - Integrated Debian packaging.
21 - Made fmscan threshold configurable from command line.
23 - Use videodev.h header detached from kernel to avoid including kernel
28 Fri Aug 16 23:08:30 CDT 2002 / Russell Kroll <rkroll@exploits.org>
30 - fm, fmscan: fix the FSF's address in the headers
32 Fri Aug 16 23:07:49 CDT 2002 / Russell Kroll <rkroll@exploits.org>
34 - COPYING: put in the modern version of the GPL v2, with the correct
37 Fri Aug 16 23:05:33 CDT 2002 / Russell Kroll <rkroll@exploits.org>
39 - Makefile: reworked a bunch of stuff, and added such useful things
40 like install targets. Hopefully this will make packaging less of
43 Fri Aug 16 22:55:41 CDT 2002 / Russell Kroll <rkroll@exploits.org>
45 - fm: do the VIDIOCGAUDIO first so there's always good data in the struct
47 Fri Aug 16 22:48:10 CDT 2002 / Russell Kroll <rkroll@exploits.org>
49 - fm.1: incorporated the man page written by Ben Pfaff.
51 Fri Aug 16 22:47:01 CDT 2002 / Russell Kroll <rkroll@exploits.org>
53 - fm: set va.balance to 32768 rather than relying on whatever junk
54 happens to be in the struct. Reported by ahmet inan.
56 Fri Aug 16 22:43:47 CDT 2002 / Russell Kroll <rkroll@exploits.org>
58 - fm: applied patch from Viktor Rosenfeld to fix the rounding so that
59 channels like 99.95 MHz can be tuned.
63 Sat Feb 3 22:41:12 CST 2001 - Russell Kroll <rkroll@exploits.org>
65 - Final cleanups for 0.99.0. This source has been sitting around for
66 awhile, so it's probably time to push towards 1.0 and call it done.
67 How much can you do to a pair of radio programs, anyway?
69 Thu Jan 4 17:29:49 CST 2001 - Russell Kroll <rkroll@exploits.org>
71 - fmscan: ioctl/code cleanups, ala fm
72 - fmscan: -d <dev> support
73 - fm: -d <dev> support for multiple devices (/dev/radio1 and so on)
74 - fm: ioctl results checked, other coding cleanups
78 Mon Apr 12 20:32:13 MDT 1999
79 - -t option for selecting the tuner on multi-tuner boards (radio-cadet, etc)
81 Wed Feb 3 13:13:01 MST 1999
82 - fmtools 0.2.4 released
83 - 'devices' target added to Makefile
84 - documentation updated for fmscan and /dev/radio0
85 - programs now use /dev/radio0 instead of old(er) /dev/radio
88 - -o added to oneliner usage display
90 Sat Jan 16 23:55:15 MST 1999
91 - fmtools 0.2.3 released
92 - -o (override frequency range checks) introduced after some l-k discussion
94 Sun Jan 10 22:17:07 MST 1999
95 - fmtools 0.2.2 released
96 - overflows and negative values during volume changes fixed
97 - exit codes are now sane
98 - the division should now accurately reflect 100% volume
100 Thu Jul 30 08:39:50 MDT 1998
101 - We now support fine tuning on cards that fly the VIDEO_TUNER_LOW flag.
102 Thanks to Ben Pfaff for this addition.