2016-04-15  Jeff Squyres  <jsquyres@users.noreply.github.com>

	Merge pull request #14 from jsquyres/pr/fix-getopt-usage
	fix getopt usage

2016-04-15  Jeff Squyres  <jsquyres@cisco.com>

	configure: bump to version 1.1.1

2016-04-15  Jeff Squyres  <jsquyres@cisco.com>

	usnic_devinfo: fix use of getopt() return
	getopt() returns an int, not a char.  Also, check for -1 return, not
	EOF return, to signify the end of input.

	Thanks to @HonggangLI and @michich for reporting the issue.

	Fixes #13.

2016-04-12  Jeff Squyres  <jsquyres@users.noreply.github.com>

	Merge pull request #12 from jsquyres/pr/readme-add-link-to-latest-release
	README.md: add link to latest release on Github

2016-04-12  Jeff Squyres  <jsquyres@cisco.com>

	README.md: add link to latest release on Github

2016-04-11  Jeff Squyres  <jsquyres@cisco.com>

	README: Move the downloads
	Downloads are now available via the Github "releases" mechanism
	(vs. the wiki).

2016-04-01  Jeff Squyres  <jsquyres@cisco.com>

	usnic_tools -> usnic-tools
	Much better without the "_".  Bump the version to v1.1.0.0, just to be
	symbolically consistent (even though we're renaming).

	README.md: update to v1.1.0.0

	README.md: Add link to downloads

2016-03-22  Ben Turrubiates  <bturrubi@cisco.com>

	Fix typo in README.md.

2016-03-22  Jeff Squyres  <jsquyres@users.noreply.github.com>

	Merge pull request #6 from jsquyres/pr/moar-readme-updates
	README.md: how to build from a git clone

2016-03-22  Jeff Squyres  <jsquyres@cisco.com>

	README.md: how to build from a git clone

2016-03-22  Ben Turrubiates  <ben@turrubiat.es>

	Merge pull request #4 from jsquyres/pr/configure-check-for-ext-usnic.h
	configure.ac: also check for fi_ext_usnic.h

2016-03-22  Jeff Squyres  <jsquyres@users.noreply.github.com>

	Merge pull request #5 from jsquyres/pr/also-dist-readme
	Makefile.am: also distribute README.md

2016-03-22  Jeff Squyres  <jsquyres@cisco.com>

	Makefile.am: also distribute README.md

2016-03-22  Jeff Squyres  <jsquyres@users.noreply.github.com>

	Merge pull request #3 from jsquyres/pr/readme-updates
	README: updates on how to build and install

2016-03-22  Jeff Squyres  <jsquyres@cisco.com>

	configure.ac: also check for fi_ext_usnic.h
	Have configure fail if libfabric was not built with usNIC support
	(i.e., the usNIC extension header file is not found).

	README: updates on how to build and install

2016-03-22  Jeff Squyres  <jsquyres@users.noreply.github.com>

	Merge pull request #1 from bturrubiates/typo-fix
	Fix typo in README.md.

	Merge pull request #2 from jsquyres/pr/gitignore-updates
	.gitignore: update

2016-03-22  Jeff Squyres  <jsquyres@cisco.com>

	.gitignore: update

2016-03-22  Ben Turrubiates  <bturrubi@cisco.com>

	Fix typo in README.md.

2016-03-22  Jeff Squyres  <jsquyres@cisco.com>

	usnic_tools: simple tool to show diag info on Cisco usNIC devices
	This tool shows some simple diagnostic information on Cisco usNIC
	Linux devices.  It uses a usNIC extension in the Libfabric library
	(v1.3 and higher) to extract and print this information.
