docs: RELEASE NOTES update
Change-Id: I758339fdd91f767183d3da648af93728615cbe69
diff --git a/AUTHORS.md b/AUTHORS.md
index c06fd27..8947a56 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -23,3 +23,5 @@
* Hila Ben Abraham <http://research.engineering.wustl.edu/~abrahamh/>
* Xingyu Ma <http://www.linkedin.com/pub/xingyu-ma/1a/384/5a8>
* Michael Sweatt <https://www.linkedin.com/in/michaelsweatt>
+* Lixia Zhang <http://www.cs.ucla.edu/~lixia/home.html>
+* Jeff Burke <http://remap.ucla.edu/jburke/>
diff --git a/docs/RELEASE_NOTES.rst b/docs/RELEASE_NOTES.rst
index 56548a7..104c9d5 100644
--- a/docs/RELEASE_NOTES.rst
+++ b/docs/RELEASE_NOTES.rst
@@ -5,15 +5,16 @@
eXtensions.
Originally based on `ndn-cpp library <https://github.com/named-data/ndn-cpp>`_ the ndn-cxx
-library adopts a slightly different design philosophy (extensive use of Boost libraries,
-use of Crypto++ library to support cryptographic operations) and includes a number of
-various extensions that can simplify writing NDN applications.
+library adopts a slightly different design philosophy (including an extensive use of Boost
+libraries to facilitate development, as well as the use of Crypto++ library to support
+cryptographic operations), and includes a number of extensions that aim to simplify NDN
+application development.
The current features include:
- **Base**
- + Fully asynchronous, event-driven communication model implemented using `Boost.Asio
+ + Fully asynchronous, event-driven communication model, which is implemented using `Boost.Asio
<http://www.boost.org/doc/libs/1_48_0/doc/html/boost_asio.html>`_
+ Single-threaded, but thread-safe Face operations
@@ -27,8 +28,8 @@
<http://www.boost.org/doc/libs/1_48_0/libs/test/doc/html/index.html>`_
- Continuous integration using an in-house installation of Jenkins build bots and the
- hosted `travis-ci <https://travis-ci.org/named-data/ndn-cxx>`_ continuous
- integration service compiles and verifies correctness of the library for each commit
+ hosted `Travis CI <https://travis-ci.org/named-data/ndn-cxx>`_ continuous
+ integration service compile and verify correctness of the library for each commit
- **Wire format**
@@ -38,8 +39,6 @@
In many cases, NDN packet abstractions are just "indices" to the wire format
- + Optimized wire format encoding/decoding
-
- **Communication with the forwarder**
+ Enable connecting to local forwarder via UNIX and TCP transports and to remote
@@ -55,10 +54,10 @@
<http://redmine.named-data.net/projects/nfd/wiki/LocalControlHeader>`_ to implement
special NDN applications that need low-level control of NDN packet forwarding
-- **Security**
+- **Security support**
- + Extensive set of security primitives, allowing implementation of truly secure NDN
- applications in a simplified manner
+ + A set of security primitives to allowing implementation of secure NDN applications in
+ a simplified manner
- **KeyChain**: provides simple interfaces of packet signing, and key and certificate
management