Skip to content

Commit dcdea0a

Browse files
committed
Prepare release 0.2b2-2
1 parent acbc8aa commit dcdea0a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

AUTHORS.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ Authors
22
=======
33

44
* Xinyu Ma
5-
* Zhaoning Kong
5+
* Zhaoning Kong <https://jonnykong.com>
66
* Eric Newberry <https://ericnewberry.com>
7+
* Junxiao Shi <https://yoursunny.com>

CHANGELOG.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
Changelog
22
=========
33

4-
Master -- (latest)
4+
0.2b2-2 (2020-05-26)
55
++++++++++++++++++
66
* Change the default sock file path from ``/var/run/nfd.sock`` to ``/run/nfd.sock`` on Linux.
7+
* Add FIB and CS management data structures
8+
* Add ``make_network_nack``
9+
* Recognize ``NDN_CLIENT_*`` environment variables
710

811
0.2b2-1 (2020-03-23)
912
++++++++++++++++++++

src/ndn/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2b2-1"
1+
__version__ = "0.2b2-2"

0 commit comments

Comments
 (0)