1219820Sjeff2007-07-10 Hal Rosenstock <halr@voltaire.com>
2219820Sjeff
3219820Sjeff	* Release version 1.1.2
4219820Sjeff
5219820Sjeff	* Makefile.am: Add man/umad_set_pkey.3 into install
6219820Sjeff
7219820Sjeff	* man/umad_set_pkey.3: Clarify that umad_set_pkey takes
8219820Sjeff	  pkey_index rather than pkey
9219820Sjeff
10219820Sjeff2007-07-10 Sean Hefty <sean.hefty@intel.com>
11219820Sjeff
12219820Sjeff	* include/infiniband/umad.h: Clarify that umad_set_pkey()
13219820Sjeff	  takes a pkey index, and not the pkey itself
14219820Sjeff
15219820Sjeff2007-06-26 Hal Rosenstock <halr@voltaire.com>
16219820Sjeff
17219820Sjeff	* src/umad.c: Change uint to unsigned for strict ANSI
18219820Sjeff
19219820Sjeff2007-06-26 Michael S. Tsirkin <mst@dev.mellanox.co.il>
20219820Sjeff
21219820Sjeff	* include/infiniband/umad.h: Change uint to unsigned
22219820Sjeff	  for strict ANSI
23219820Sjeff
24219820Sjeff2007-05-24 Hal Rosenstock <halr@voltaire.com>
25219820Sjeff
26219820Sjeff	* man/umad_set_grh.3, man/umad_set_grh_net.3: Some more
27219820Sjeff	  changes based on comments from Dotan Barak
28219820Sjeff
29219820Sjeff2007-05-23 Ira K. Weiny <weiny2@llnl.gov>
30219820Sjeff
31219820Sjeff	* libibumad.spec.in: Add man pages
32219820Sjeff
33219820Sjeff2007-05-21 Hal Rosenstock <halr@voltaire.com>
34219820Sjeff
35219820Sjeff	* man/umad_set_addr.3, man/umad_set_addr_net.3,
36219820Sjeff	  man/umad_set_grh.3, man/umad_set_grh_net.3:
37219820Sjeff	  Add "SEE ALSO" section
38219820Sjeff
39219820Sjeff	* man: More changes based on additional comments from Dotan Barak
40219820Sjeff
41219820Sjeff2007-05-17 Hal Rosenstock <halr@voltaire.com>
42219820Sjeff
43219820Sjeff	* Makefile.am: No longer install man/umad_set_pkey.3
44219820Sjeff
45219820Sjeff	* man: Man page updates based on comments from Dotan Barak
46219820Sjeff
47219820Sjeff2007-05-11 Hal Rosenstock <halr@voltaire.com>
48219820Sjeff
49219820Sjeff	* Release version 1.1.1.
50219820Sjeff
51219820Sjeff	* Makefile.am: Added man pages support
52219820Sjeff
53219820Sjeff	* man: Add initial version of libibumad man pages
54219820Sjeff
55219820Sjeff2007-04-24 Roland Dreier <rolandd@cisco.com>
56219820Sjeff
57219820Sjeff	* src/umad.c: In umad_open_port, fix declaration of
58219820Sjeff	  return value from dev_to_umad_id
59219820Sjeff
60219820Sjeff2007-04-24 Hal Rosenstock <halr@voltaire.com>
61219820Sjeff
62219820Sjeff	* src/umad,c: In get_ca, handle drivers which do not
63219820Sjeff	  support SYS_CA_HW_VERS or SYS_CA_TYPE
64219820Sjeff
65219820Sjeff2007-03-29 Hal Rosenstock <halr@voltaire.com>
66219820Sjeff
67219820Sjeff	* Release version 1.1.0.
68219820Sjeff
69219820Sjeff2007-03-22 Hal Rosenstock <halr@voltaire.com>
70219820Sjeff
71219820Sjeff	* src/umad.c: Implement GRH support in umad_set_grh
72219820Sjeff
73219820Sjeff2007-03-11 Dotan Barak <dotanb@mellanox.co.il>
74219820Sjeff
75219820Sjeff	* src/umad.c: In umad_get_ca_portguids, add release_ca call
76219820Sjeff	  in error flow to prevent resource leak
77219820Sjeff
78219820Sjeff2007-01-25  Hal Rosenstock <halr@voltaire.com>
79219820Sjeff
80219820Sjeff	* Release version 1.0.2.
81219820Sjeff
82219820Sjeff2006-11-20  Sasha Khapyorsky <sashak@voltaire.com>
83219820Sjeff
84219820Sjeff	* src/umad.c: Fix various uses of printf() style functions
85219820Sjeff
86219820Sjeff2006-10-31  Sasha Khapyorsky <sashak@voltaire.com>
87219820Sjeff
88219820Sjeff	* src/umad.c (umad_set_addr_net): Fix endian used in
89219820Sjeff	  TRACE macro
90219820Sjeff
91219820Sjeff2006-09-28  Sasha Khapyorsky <sashak@voltaire.com>
92219820Sjeff
93219820Sjeff	* src/umad.c (umad_open_port): Show open()'s errno string
94219820Sjeff
95