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