]> git.ipfire.org Git - thirdparty/systemd.git/blame - extras/scsi_id/ChangeLog
[PATCH] update udev extras/scsi_id to version 0.2
[thirdparty/systemd.git] / extras / scsi_id / ChangeLog
CommitLineData
1bed1db4
PM
12003-dec-05:
2 * Makefile, scsi_id.8: Add a man page.
3
42003-dec-04:
5 * Makefile: Set and use variables that might be passed down when
6 built under udev (with or without klibc), don't set LDFLAGS or
7 STRIP.
8
92003-dec-04:
10 * scsi_id.c, scsi_id.h: Fix a bad bug - when parsing file options,
11 no space was allocated for the creation of the new argv[]
12 strings.
13
142003-dec-04:
15 * scsi_id.c: Catch too long a line in the config file.
16
172003-dec-02:
18 * scsi_id.h: Add u8 typedef to avoid ummm scsi.h kernel header
19 problem when built with klibc.
20
212003-dec-02:
22 * scsi_id.h: Add define of makedev() if built with klibc.
23
242003-dec-02:
25 * scsi_id.c: reset optind to 1 since klibc does not work if it is
26 reset to zero.
27
282003-dec-02:
29 * scsi_id.c: remove fflush() as it is not needed, and is not
30 supported by klibc.
31
322003-dec-02:
33 * scsi_serial.c: Make the functions do_scsi_page0_inquiry and
34 do_scsi_page80_inquiry static.
35
362003-dec-01:
37 * scsi_id.c: Don't use syslog LOG_PID, as it is not supported by
38 klibc.
39
402003-dec-01:
41 * scsi_id.c, scsi_serial.c: Hack - change include path to libsysfs
42 if built under klibc.
43
442003-dec-01:
45 * Makefile: Use "override" for CFLAGS so we can pass CFLAGS values
46 down when built with udev
47
482003-dec-01:
49 * scsi_id.c, Makefile: Use SCSI_ID_VERSION instead of VERSION.
50
512003-nov-25:
52 * scsi_id.c: Remove getopt_long (long option names), as there
53 is no support for that in klibc.
54
552003-nov-17:
56 * scsi_id.c: Patch from Brian King: check result of setting model,
57 not vendor in per_dev_options.
58
592003-nov-03:
60 * scsi_id.c, scsi_serial.c: Use new and correct path to libsysfs.h.
61
622003-nov-03:
63 * scsi_id.h: Fix scsi_id.h so var args in marcros works ok with
64 older gcc.