chiark / gitweb /
[PATCH] update udev scsi_id to scsi_id 0.3
[elogind.git] / extras / scsi_id / ChangeLog
1 2004-jan-15:
2         * Makefile: Version 0.3
3
4 2004-jan-13:
5         * scsi_id.c, Makefile: Fix prefix usage with scsi_id.config.
6
7 2004-jan-13:
8         * scsi_id.config: Clean up some comment entries.
9
10 2004-jan-13:
11         * Makefile: Install the sample scsi_id.config file.
12
13 2004-jan-13:
14         * Makefile: Use DESTDIR in all install/uninstall rules, per
15           problem reported by Svetoslav Slavtchev.
16
17 2004-jan-12:
18         * scsi_id.h, scsi_id.c, scsi_serial.c: Fix to work with current
19           sysfs 0.4, based on patch from Dan Stekloff, but uses
20           sysfs_read_attribute_value instead of
21           sysfs_get_value_from_attributes.
22
23 2004-jan-08:
24         * scsi_id.c: SYSFS_BUS_DIR was replaced with SYSFS_BUS_NAME.
25
26 2004-jan-08:
27         * scsi_id.c: Must now use sysfs_open_class_device_path instead of the
28           previous sysfs_open_class_device.
29
30 2003-dec-07:
31         * Makefile: patch from Olaf Hering <olh@suse.de> remove DEBUG and
32           add --fno-builtin
33
34 2003-dec-05:
35         * Makefile, scsi_id.8: Add a man page.
36
37 2003-dec-04:
38         * Makefile: Set and use variables that might be passed down when
39           built under udev (with or without klibc), don't set LDFLAGS or
40           STRIP.
41
42 2003-dec-04:
43         * scsi_id.c, scsi_id.h: Fix a bad bug - when parsing file options,
44           no space was allocated for the creation of the new argv[]
45           strings.
46
47 2003-dec-04:
48         * scsi_id.c: Catch too long a line in the config file.
49
50 2003-dec-02:
51         * scsi_id.h: Add u8 typedef to avoid ummm scsi.h kernel header
52           problem when built with klibc.
53
54 2003-dec-02:
55         * scsi_id.h: Add define of makedev() if built with klibc.
56
57 2003-dec-02:
58         * scsi_id.c: reset optind to 1 since klibc does not work if it is
59           reset to zero.
60
61 2003-dec-02:
62         * scsi_id.c: remove fflush() as it is not needed, and is not
63           supported by klibc.
64
65 2003-dec-02:
66         * scsi_serial.c: Make the functions do_scsi_page0_inquiry and
67           do_scsi_page80_inquiry static.
68
69 2003-dec-01:
70         * scsi_id.c: Don't use syslog LOG_PID, as it is not supported by
71           klibc.
72
73 2003-dec-01:
74         * scsi_id.c, scsi_serial.c: Hack - change include path to libsysfs
75           if built under klibc.
76
77 2003-dec-01:
78         * Makefile: Use "override" for CFLAGS so we can pass CFLAGS values
79           down when built with udev
80
81 2003-dec-01:
82         * scsi_id.c, Makefile: Use SCSI_ID_VERSION instead of VERSION.
83
84 2003-nov-25:
85         * scsi_id.c: Remove getopt_long (long option names), as there
86           is no support for that in klibc.
87
88 2003-nov-17:
89         * scsi_id.c: Patch from Brian King <brking@us.ibm.com>: check
90           result of setting model, not vendor in per_dev_options.
91
92 2003-nov-03:
93         * scsi_id.c, scsi_serial.c: Use new and correct path to libsysfs.h.
94
95 2003-nov-03:
96         * scsi_id.h: Fix scsi_id.h so var args in macros works ok with
97           older gcc.