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