Skip to content

Commit

Permalink
bump version for release, update release notes, changelog, links
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Arnold <[email protected]>
  • Loading branch information
sarnold committed Sep 25, 2020
1 parent e14e4b0 commit b16b4fb
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Prototype design limitations
----------------------------

* we only route www (http and https) and dns (optional) traffic
* traffic routing supports IPv4 only (no IPv6)
* traffic routing supports IPv4 only (IPv6 is dropped unless configured not to)
* DNS privacy depends entirely on *your* DNS config
* the most common local-only DNS config *is not* routable out-of-the-box
* it takes *you* to make the changes to stop DNS privacy leaks
Expand All @@ -73,7 +73,7 @@ Docs for FreePN tools
* `Old README`_ - previous (template-based) FOSS readme


.. _Release Notes: README_0.9.1-release-notes.rst
.. _Release Notes: README_0.9.2-release-notes.rst
.. _Change Log: changelog.rst
.. _DNS Privacy: README_DNS_privacy.rst
.. _DNS Setup: README_DNS_setup.rst
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Software Version Description for fpnd |Version|
=================================================

.. |Version| replace:: 0.9.1
.. |Version| replace:: 0.9.2

:date: |date|, |time| PST8PDT
:author: Stephen L Arnold
Expand Down Expand Up @@ -70,7 +70,7 @@ The required Linux kernel modules include:

The required outgoing network ports for the FreePN user node daemon include:

* allow port 9993/udp (for zerotier)
* allow port 9993/udp (both IPv4 and IPv6 for zerotier)
* allow port 8443/tcp (for fpnd infra messages)
* allow ports 53/udp and 53/tcp (if *not* using encrypted dns)
* allow port 853/tcp (if using encrypted dns)
Expand Down
10 changes: 10 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
0.9.2 (2020-09-25)
------------------
- Merge pull request #76 from freepn/drop-ip6-cfg. [Steve Arnold]
- Finish drop IPv6 config, allow only localhost and zerotier ports.

* fix default_iface test in do_net_cmd

- Add cfg option to set all IPv6 policies to DROP (default is true)


0.9.1 (2020-09-24)
-----------------
- Merge pull request #75 from freepn/still-more-docs. [Steve Arnold]
Expand Down
2 changes: 1 addition & 1 deletion node_tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,5 @@
'wait_for_moon',
]

__version__ = '0.9.1'
__version__ = '0.9.2'
__version_info__ = tuple(int(segment) for segment in __version__.split('.'))

0 comments on commit b16b4fb

Please sign in to comment.