Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/RMerl/asuswrt-merlin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Sauvageau <rmerl@lostrealm.ca>2017-06-29 06:43:02 +0300
committerEric Sauvageau <rmerl@lostrealm.ca>2017-06-29 06:43:02 +0300
commit2b1d74d01242c0102725fcf6f9ca97be77e0ff6e (patch)
tree6f63302012f51a4c705c062a1a20f39830a1618b /Changelog.txt
parent642258a4a6fafc5bf661f46e5ed7124f6e89eeea (diff)
Updated documentation
Diffstat (limited to 'Changelog.txt')
-rw-r--r--Changelog.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 120b8806cb..caeb61f29a 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -8,10 +8,13 @@ Asuswrt-Merlin Changelog
- NEW: Custom config support for quagga/ripd.
- NEW: Webui SSL certificate can now be saved so it gets reused
instead of a new one being constantly generated. It will
- be stored under /jffs/https/, you can also easily provide
+ be stored under /jffs/ssl/, you can also easily provide
your own by storing cert.pem and key.pem in that location.
Settings to control this can be found under
Administration -> System.
+ - NEW: TLS support in vsftpd. Key and certs are automatically
+ generated, and can also be replaced by your own, as
+ ftp.key and ftp.crt under /jffs/ssl/
- NEW: PEAP/MSCHAPv2 support via 802.1x on WAN interface, in
addition to existing MD5 support (patch by Rafi Khardalian)
- CHANGED: Remember chosen sort method on DHCP static reservations
@@ -42,6 +45,9 @@ Asuswrt-Merlin Changelog
- FIXED: NAT Loopback (merlin mode) in Dual WAN mode wasn't supported.
- FIXED: Internal and external port specifications were swapped in
miniupnpd's config file (Asus/Tomato bug)
+ - FIXED: Enabling policy-based routing for a client connecting to
+ a server that doesn't push a redirect-gateway would fail
+ to properly route traffic (for instance with StrongVPN)
380.66_6 (22-June-2017)