-
Notifications
You must be signed in to change notification settings - Fork 6
/
ChangeLog
95 lines (66 loc) · 2.58 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
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
2011-Jan-29 Kazuhiro Hayashi <[email protected]>
Version 0.9.9
* support for old sysfs, patch contributed by Kabe
* add spec file, also contributed by Kabe
2010-Nov-29 Kazuhiro Hayashi <[email protected]>
Version 0.9.8
* verification support for some unusual devices
* fix typo
2010-Nov-21 Kazuhiro Hayashi <[email protected]>
Version 0.9.7
* add verification feature, thanks to Robert M. Stockmann
2009-Nov-02 Kazuhiro Hayashi <[email protected]>
Version 0.9.6
* bug fix of the method of usb floppy detection with sysfs
2009-Oct-03 Kazuhiro Hayashi <[email protected]>
Version 0.9.5
* use sysfs if it exists
2007-Nov-10 Kazuhiro Hayashi <[email protected]>
Version 0.9.4
* add path info in a error message when /dev/sg* is unavailable
suggested by <[email protected]>
* add manpage
contributed by <[email protected]>
* store ufiformat binary to (prefix)/bin instead of sbin
2006-Nov-25 Kazuhiro Hayashi <[email protected]>
Version 0.9.3
* bug fix for device detection
patch contributed by Martin <[email protected]>
2006-Mar-08 Kazuhiro Hayashi <[email protected]>
Version 0.9.2(beta release)
* show error with device path if possible
* small bug fix
* add some documents
2006-Feb-19 Kazuhiro Hayashi <[email protected]>
Version 0.9.1
* show error messages properly
2006-Feb-19 Kazuhiro Hayashi <[email protected]>
Version 0.9.0
* total refactoring for the release
* clean up of command line options
* add some safety check
* modify to work under kernel-2.4/2.6 (using procfs)
2005-Dec-15 John Floyd <[email protected]>
Version 0.3
* Small cleanups of output. Free all sysfs lists.
* Added usage, -h/--help to options.
* Changed program name to ufiformat.
2005-Dec-14 John Floyd <[email protected]>
Version 0.2.2
* Fix readcapacities to allow an non-ready drive to move into an
active state. Loop around the READCAPACITIES sg command until
ready.
2005-Dec-11 John Floyd <[email protected]>
Version 0.2.1
* Test for null return on sysfs attrib query (in
ufi_sysfs:get_floppy_devices).
* Return no devices found (in ufi_sysfs:floppy_list_print)
2005-Dec-10 John Floyd <[email protected]>
Version 0.2
* Added SySFS Scan to determine ufi capable devices (ufi_sysfs.c)
* Added SySFS Scan to map block devices to generic scsii device.
* Added Read_Format_Capacities (ufi command) to determine allowed formats.
(ufi_read_capacities.c)
* using autoconf & automake
2005-Jan-14 Kazuhiro Hayashi <[email protected]>
* initial version