-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
59 lines (30 loc) · 1.48 KB
/
ChangeLog
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
2018-02-05 KIMATA Tetsuya <[email protected]>
* src/usbrh.c: fix bug: use dynamically allocate memory.
2014-05-19 Tetsuya Kimata <[email protected]>
* src/usbrh.c: suppor kernel 3.x.
* util/10-usbrh.rules: fix bug: udev rule malfunction.
* util/usbrh.sh: fix bug: udev script malfunction.
2013-06-01 Tetsuya Kimata <[email protected]>
* doc/readme.rst: fix: document.
* util/10-usbrh.rules: fix: udev rule.
* util/usbrh.sh: fix: script for usev.
2013-05-23 Tetsuya Kimata <[email protected]>
* Makefile: change: start to use git.
* src/usbrh.c: fix bug: support BLK removal.
* util/usbrh.sh: add: script for usev.
* util/10-usbrh.rules: improve: udev rule.
2009-09-05 Tetsuya Kimata <[email protected]>
* util/usbrh.conf: add: modprobe configuration.
* src/usbrh.c: fix bug: output invalid value if temperature/humidity is more than 85.89.
2008-12-29 Tetsuya Kimata <[email protected]>
* src/usbrh.c: fix bug: calculation of negative temperature.
* src/usbrh.c: improve: calculation of humidity when temperature
is significantly different from 25[C].
2008-07-29 Tetsuya Kimata <[email protected]>
* util/10-usbrh.rules: add: udev rule.
2008-04-05 Tetsuya Kimata <[email protected]>
* src/usbrh.c: improve: able to control LED and heater.
2008-03-18 Tetsuya Kimata <[email protected]>
* src/usbrh.c: fix bug.
2007-06-03 Tetsuya Kimata <[email protected]>
* initial releaase