[Pkg-ofed-commits] [libfabric] 95/123: NEWS.md: first version

Ana Beatriz Guerrero López ana at moszumanska.debian.org
Sat Oct 22 12:28:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

ana pushed a commit to annotated tag v1.1.1
in repository libfabric.

commit 995732cb11b6f0be32419cebfa896ca4efea7420
Author: Jeff Squyres <jsquyres at cisco.com>
Date:   Fri Sep 25 16:23:54 2015 -0700

    NEWS.md: first version
    
    Add sections for 1.0.0, 1.1.0, 1.1.1, and 1.2.0.  Use markdown to make
    it look pretty in web browsers, yet still be readable by humans.
    
    In each section >=v1.1.0, have a subsection for:
    
    - general notes
    - each provider
    
    Signed-off-by: Jeff Squyres <jsquyres at cisco.com>
---
 Makefile.am |  7 +++++-
 NEWS.md     | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index a2880d7..fbaaea7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -479,7 +479,12 @@ nroff:
 	    config/md2nroff.pl --source=$$source.md; \
 	done
 
-EXTRA_DIST = libfabric.map libfabric.spec.in config/distscript.pl $(man_MANS)
+EXTRA_DIST = \
+        NEWS.md \
+        libfabric.map \
+        libfabric.spec.in \
+        config/distscript.pl \
+        $(man_MANS)
 
 dist-hook: libfabric.spec
 	cp libfabric.spec $(distdir)
diff --git a/NEWS.md b/NEWS.md
new file mode 100644
index 0000000..7bfb243
--- /dev/null
+++ b/NEWS.md
@@ -0,0 +1,80 @@
+Libfabric release notes
+=======================
+
+This file contains the main features as well as overviews of specific
+bug fixes (and other actions) for each version of Libfabric since
+version 1.0.
+
+v1.2.0, TBD
+=======================
+
+## General notes
+
+- Added PSM2 provider
+
+## PSM provider notes
+
+## PSM2 provider notes
+
+## Sockets provider notes
+
+## usNIC provider notes
+
+## Verbs provider notes
+
+
+v1.1.1, TBD
+=======================
+
+## General notes
+
+## PSM provider notes
+
+## Sockets provider notes
+
+## usNIC provider notes
+
+- Fix EP_RDM reassembly issue for large messages
+- Return correct number of read completions on error
+
+## Verbs provider notes
+
+
+v1.1.0, Wed Aug 5, 2015
+=======================
+
+## General notes
+
+- Added fi_info utility tool
+- Added unified global environment variable support
+- Fixed configure issues with the clang/llvm compiler suite
+
+## PSM provider notes
+
+## Sockets provider notes
+
+## usNIC provider notes
+
+- General bug fixes
+- Add support for fi_getname/fi_setname, fi_cq_sread
+- Change FI_PREFIX behavior per fi_getinfo(3)
+- Fix to report correct lengths in all completions
+- Support fi_inject() with FI_PREFIX
+- Properly support iov_limit
+- Support FI_MORE
+- Fixed fi_tx_size_left() and fi_rx_size_left() usage
+- Fixed obscure error when posting cq_size operations without reading
+  a completion
+
+## Verbs provider notes
+
+
+v1.0.0, Sun May 3, 2015
+=======================
+
+Initial public release, including the following providers:
+
+- PSM
+- Sockets
+- usNIC
+- Verbs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ofed/libfabric.git



More information about the Pkg-ofed-commits mailing list