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