From 7aac05df08c5608cb0031ce88467bf711f82f13d Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 17 Aug 2018 14:47:37 +0200 Subject: [PATCH] Added changelog file --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ff425e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +#### n2n 2.4 (August 2018) + +This is the first release after 2012 and thus it is focusing mainly +on making it work on current operating system versions, so that the +next release will be based on modern code + +## New features +* Added deb/rpm packages +* Added systemd configuration files +* Added ability to read configuration files instead of using only the CLI (needed for packaging) +* Added n2n Android app +* Implemented simple API to embed n2n in applications (in addition to use it stand-alone) + +## Improvements +* Major code cleanup +* Fixed compilation issues on MacOS +* Fixed Linux segmentation fault