-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v0.4.0 #188
Release v0.4.0 #188
Conversation
4ba3f99
to
0ed853e
Compare
Signed-off-by: Perry Melange <[email protected]>
Signed-off-by: Perry Melange <[email protected]>
0ed853e
to
854d01d
Compare
Let's go with Thanks for making it! |
If it's looking good enough for the release, then could someone merge and then also tag? Then I will prepare another PR for 0.4.1-dev1 |
Please wait for me to take a look at the changelog, I should get to it over the weekend. It's been years since the last release, no need to rush. :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for going through all the changes! I just have some editorial suggestions.
HISTORY.rst
Outdated
* Python 3 support. | ||
Python 2 is no longer supported. | ||
**NOTE:** If you are running the broker in a Python virtualenv you will have to | ||
rebuild the virtualenv using a Python 3 interpreter. | ||
This can be achieved by deleting the old virtualenv folder and recreating it. | ||
For recreating the virtualenv you can refer to the "Installation" section of | ||
the broker `installation chapter in the Tunneldigger documentation`_. | ||
* Added cmake buildsystem to the client. | ||
* Removed NAT implementation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Removed NAT implementation. | |
* Removed NAT-based handling of many client tunnels on the same server port. | |
We now rely on the kernel properly distinguishing those UDP sockets. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed it so "we" is not used. Instead "The broker now relies on the kernel properly distinguishing those UDP sockets." instead. Done.
854d01d
to
0ef191f
Compare
Thanks for the suggestions. Most of them I did verbatim. A couple I reworded. |
Signed-off-by: Perry Melange <[email protected]>
0ef191f
to
3d5bcbc
Compare
ping @RalfJung ;) Would be great to get this merged to finally have a complete working version with openwrt. Thanks a lot for your work. |
2c3eef8
to
e8f18ed
Compare
e8f18ed
to
05fe6cf
Compare
Merged the PR and pushed the tag. :) |
|
Update the changelog
Bump the version to 0.4.0
Update the list of supported distros to include OpenWrt