Better support radios that do not have volume control.
[fmtools.git] / CHANGES
blob7d20a6c465dbf045e87d12b7b548d6cf67cb29a3
1 2.0:
3 Sat Dec 12 21:18:52 PST 2009 / Ben Pfaff <blp@cs.stanford.edu>
5 - Rewrite to use video4linux2 API.
7 - Add "-q" (quiet) and "-T" (tuner) options to fmscan.
9 - Improve fmscan frequency calculations.  It should now be better at
10   accurately finding radio stations.
12 - Add Autotest test suite and, in the process, convert the packaging
13   to use Autoconf and Automake.
15 - Some code and some documentation used a range of 0-65535 for volume,
16   other code and other documentation used a range of 0-100.  This has
17   been consistently changed to 0-100.
19 1.0.2:
21 Thu Nov 23 1:41:00 PDT 2006 / Ben Pfaff <blp@cs.stanford.edu>
23 - Fix version number reported by fm and fmscan programs, as well as
24   the version number included in the manpages.
26   Bug report by "Petr Slansky" <slansky@usa.net>.
28 - No functional changes.
30 1.0.1:
32 Sat Oct 7 1:05:00 PDT 2006 / Ben Pfaff <blp@cs.stanford.edu>
34 - Make fm able to sleep for a user-specified time, or forever, after
35   applying settings.  This makes fm usable with radio tuner drivers
36   that turn off the radio after the fd used for tuning is closed.
38   Idea and patch from Dave Ulrick <d-ulrick@insightbb.com>.
40 1.0:
42 Sat Sep 3 12:21:00 PDT 2004 / Ben Pfaff <blp@cs.stanford.edu>
44 - New maintainer.  New home page is http://benpfaff.org/fmtools
46 - Updated email addresses.
48 - Integrated Debian packaging.
50 - Made fmscan threshold configurable from command line.
52 - Use videodev.h header detached from kernel to avoid including kernel
53   headers.
55 0.99.1:
57 Fri Aug 16 23:08:30 CDT 2002 / Russell Kroll <rkroll@exploits.org>
59  - fm, fmscan: fix the FSF's address in the headers
61 Fri Aug 16 23:07:49 CDT 2002 / Russell Kroll <rkroll@exploits.org>
63  - COPYING: put in the modern version of the GPL v2, with the correct
64    address for the FSF.
66 Fri Aug 16 23:05:33 CDT 2002 / Russell Kroll <rkroll@exploits.org>
68  - Makefile: reworked a bunch of stuff, and added such useful things
69    like install targets.  Hopefully this will make packaging less of 
70    a hack.
72 Fri Aug 16 22:55:41 CDT 2002 / Russell Kroll <rkroll@exploits.org>
74  - fm: do the VIDIOCGAUDIO first so there's always good data in the struct
76 Fri Aug 16 22:48:10 CDT 2002 / Russell Kroll <rkroll@exploits.org>
78  - fm.1: incorporated the man page written by Ben Pfaff.
80 Fri Aug 16 22:47:01 CDT 2002 / Russell Kroll <rkroll@exploits.org>
82  - fm: set va.balance to 32768 rather than relying on whatever junk
83    happens to be in the struct.   Reported by ahmet inan.
85 Fri Aug 16 22:43:47 CDT 2002 / Russell Kroll <rkroll@exploits.org>
87  - fm: applied patch from Viktor Rosenfeld to fix the rounding so that
88    channels like 99.95 MHz can be tuned.
90 0.99.0:
92 Sat Feb  3 22:41:12 CST 2001 - Russell Kroll <rkroll@exploits.org>
94  - Final cleanups for 0.99.0.  This source has been sitting around for
95    awhile, so it's probably time to push towards 1.0 and call it done.
96    How much can you do to a pair of radio programs, anyway?
98 Thu Jan  4 17:29:49 CST 2001 - Russell Kroll <rkroll@exploits.org>
100  - fmscan: ioctl/code cleanups, ala fm
101  - fmscan: -d <dev> support
102  - fm: -d <dev> support for multiple devices (/dev/radio1 and so on)
103  - fm: ioctl results checked, other coding cleanups
105 0.2.5 and earlier:
107 Mon Apr 12 20:32:13 MDT 1999
108  - -t option for selecting the tuner on multi-tuner boards (radio-cadet, etc)
110 Wed Feb  3 13:13:01 MST 1999
111  - fmtools 0.2.4 released
112  - 'devices' target added to Makefile
113  - documentation updated for fmscan and /dev/radio0
114  - programs now use /dev/radio0 instead of old(er) /dev/radio
115  - fmscan added
116  - small code cleanups
117  - -o added to oneliner usage display
119 Sat Jan 16 23:55:15 MST 1999
120  - fmtools 0.2.3 released
121  - -o (override frequency range checks) introduced after some l-k discussion
123 Sun Jan 10 22:17:07 MST 1999
124  - fmtools 0.2.2 released
125  - overflows and negative values during volume changes fixed
126  - exit codes are now sane
127  - the division should now accurately reflect 100% volume
129 Thu Jul 30 08:39:50 MDT 1998
130  - We now support fine tuning on cards that fly the VIDEO_TUNER_LOW flag.
131    Thanks to Ben Pfaff for this addition.