docs+build: Prepare release of version 0.3.3
Change-Id: Ia53f820fb60e8a9ed5da0ac1667b8d10ef79c414
Refs: #2812
diff --git a/AUTHORS.md b/AUTHORS.md
index 4787bd4..d28a4d1 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -73,3 +73,7 @@
* Tai-Lin Chu <https://www.linkedin.com/pub/tai-lin-chu/55/5b2/669>
* Spyridon Mastorakis <http://cs.ucla.edu/~mastorakis/>
+* Eric Newberry <http://ericnewberry.com>
+* Yukai Tu <tuyukai1994@gmail.com>
+* João Pereira <http://website.jpereira.co.uk>
+* Mathias Gibbens <gibmat@cs.arizona.edu>
diff --git a/docs/RELEASE_NOTES.rst b/docs/RELEASE_NOTES.rst
index 0914c40..932589f 100644
--- a/docs/RELEASE_NOTES.rst
+++ b/docs/RELEASE_NOTES.rst
@@ -3,6 +3,51 @@
NFD Release Notes
=================
+NFD version 0.3.3 (changes since version 0.3.2)
++++++++++++++++++++++++++++++++++++++++++++++++
+
+Release date: July 1, 2015
+
+New features:
+^^^^^^^^^^^^^
+
+- Content Store replacement policy interface (:issue:`1207`)
+
+- Add unit file and instructions for systemd (:issue:`1586`)
+
+- NDN Essential Tools version 0.1 `<https://github.com/named-data/ndn-tools>`__ featuring:
+
+ * ``ndnpeek``, ``ndnpoke``: a pair of programs to request and make available for retrieval of
+ a single Data packet
+ * ``ndnping``, ``ndnpingserver``: reachability testing tools for Named Data Networking
+ * ``ndndump``: a traffic analysis tool that captures Interest and Data packets on the wire
+ * ``ndn-dissect``: an NDN packet format inspector. It reads zero or more NDN packets from
+ either an input file or the standard input, and displays the Type-Length-Value (TLV)
+ structure of those packets on the standard output.
+
+Updates and bug fixes:
+^^^^^^^^^^^^^^^^^^^^^^
+
+- Avoid loopback new Interest in AccessStrategy (:issue:`2831`)
+
+- Simplified implementation of ``nfd-status`` using SegmentFetcher utility class (:issue:`2456`)
+
+Deprecated:
+^^^^^^^^^^^
+
+- ``ndn-tlv-peek`` and ``ndn-tlv-poke`` command-line tools: use ``ndnpeek`` and ``ndnpoke``
+ programs from NDN Essential Tools repository `<https://github.com/named-data/ndn-tools>`__.
+
+Upcoming features:
+^^^^^^^^^^^^^^^^^^
+
+- NDNLPv2 (http://redmine.named-data.net/projects/nfd/wiki/NDNLPv2, :issue:`2520`,
+ :issue:`2879`, :issue:`2763`, :issue:`2883`, :issue:`2841`, :issue:`2866`)
+
+- Refactored implementation of NFD management (:issue:`2200`, :issue:`2107`)
+
+****************************************************************************
+
NFD version 0.3.2 (changes since version 0.3.1)
+++++++++++++++++++++++++++++++++++++++++++++++
diff --git a/wscript b/wscript
index c1feff6..4c2d6af 100644
--- a/wscript
+++ b/wscript
@@ -24,7 +24,7 @@
NFD, e.g., in COPYING.md file. If not, see <http://www.gnu.org/licenses/>.
"""
-VERSION = "0.3.2"
+VERSION = "0.3.3"
APPNAME = "nfd"
BUGREPORT = "http://redmine.named-data.net/projects/nfd"
URL = "http://named-data.net/doc/NFD/"