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