We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbc8aa commit dcdea0aCopy full SHA for dcdea0a
AUTHORS.rst
@@ -2,5 +2,6 @@ Authors
2
=======
3
4
* Xinyu Ma
5
-* Zhaoning Kong
+* Zhaoning Kong <https://jonnykong.com>
6
* Eric Newberry <https://ericnewberry.com>
7
+* Junxiao Shi <https://yoursunny.com>
CHANGELOG.rst
@@ -1,9 +1,12 @@
1
Changelog
=========
-Master -- (latest)
+0.2b2-2 (2020-05-26)
++++++++++++++++++
* Change the default sock file path from ``/var/run/nfd.sock`` to ``/run/nfd.sock`` on Linux.
+* Add FIB and CS management data structures
8
+* Add ``make_network_nack``
9
+* Recognize ``NDN_CLIENT_*`` environment variables
10
11
0.2b2-1 (2020-03-23)
12
++++++++++++++++++++
src/ndn/__init__.py
@@ -1 +1 @@
-__version__ = "0.2b2-1"
+__version__ = "0.2b2-2"
0 commit comments