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