-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
109 lines (64 loc) · 3.16 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
96
97
98
99
100
101
102
103
104
105
106
107
108
2024-01-24 Steffen Maier <[email protected]>
* Version 3.0.1 contains small updates for building:
2023-05-11 Fedor Loshakov <[email protected]>
* README: reflect that the code default is "no" for vendorlib
build.
2022-06-30 Fedor Loshakov <[email protected]>
* Makefile.am: use libzfcphbaapi.la for linking, so that
automake creates explicit dependency on libzfcphbaapi.la for
zfcp_ping/zfcp_show in resulting Makefile.
* Makefile.am: add subdir-objects to automake options, so that
automake can find files in subdirectories, like fc_tools.
* configure.in: remove obsolete macro `AC_HEADER_STDC' and
replace obsolete macro `AC_LANG_C' with `AC_LANG([C])'.
2021-03-29 Karsten Graul <[email protected]>
* Version 3.0.0 re-licenses lib-zfcp-hbaapi to EPL-1.0
2018-04-26 Jens Remus <[email protected]>
* Version 2.2.0 contains additional port speed capabilities:
* add port speed capabilities defined in FC-GS-7 draft revision 10.8
from July 17, 2016: HBA_PORTSPEED_32GBIT, HBA_PORTSPEED_64GBIT,
HBA_PORTSPEED_128GBIT, and HBA_PORTSPEED_256GBIT
2013-11-28 Steffen Maier <[email protected]>
* Version 2.1.1 contains bugfixes and minor adaptations to build
in recent Linux environments:
* drop duplicate -lpthread from zfcphbaapi LDFLAGS
* fix generation of hbaapi.h.3 man page for parallel builds
* fix linking of zfcp_{ping,show} tools if building as vendorlib
* fix duplicate man page references for recent automake versions
* fix CFLAGS override to enable passing from outside
* update bootstrap to proper shell script and point to alternatives
2010-06-12 Swen Schillig <[email protected]>
Added two utilities (zfcp_ping, zfcp_show) to ease the discovery
of a storage area network.
Updated Version to 2.1
2010-03-17 Sven Schuetz <[email protected]>
Added support for event triggers (kernel 2.6.36 required).
Minor enhancements and bugfixes.
2008-08-04 Sven Schuetz <[email protected]>
* All files:
Redesigned the entire Package, does not use ioctls anymore but
sysfs and libsgutils.
Updated Version to number 2.
2005-10-07 Andreas Herrman
* updated package version (1.3), updated library version (0:3:0)
* added SAN discovery tool san_disc as an example program which uses
libzfcphbaapi
* minor changes of doxygen documentation
* removed HBA_STATUS_MORE_DATA from ReportLUNs (not returned anyway)
* install man pages for libzfcphbaapi, hbaapi.h, suported/unsupported
APIs
* added man page for libzfcphbaapi, supported/unsupported and APIs
2005-03-11 Andreas Herrman
* minor changes of doxygen documentation
* added support for HBA_SendRPS and HBA_SendRLS
2004-05-19 Andreas Herrman
* added environment variable LIB_ZFCP_HBAAPI_DEVICE to set the
device file name of the zfcp_hbaapi device
2004-05-14 Andreas Herrman
* new package version (1.2), new library version (0:2:0)
* removed possible dead log when HBA_FreeLibrary is called
2004-03-24 Andreas Herrman
* new package version (1.1), new library version (0:1:0)
* adaptation to changed IO controls for INQUIRY, READ CAPACITY,
REPORT LUNS (ZH_SCSI_SENSE_BUFFER_SIZE was introduced to avoid
dependency to SCSI_SENSE_BUFFERSIZE used in the kernel)