Skip to content

Commit 3dd3e4f

Browse files
committed
Updated documentation
1 parent 40678dc commit 3dd3e4f

File tree

2 files changed

+42
-8
lines changed

2 files changed

+42
-8
lines changed

Changelog.txt

+33
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,39 @@
11
Asuswrt-Merlin Changelog
22
========================
33

4+
380.70 (xx-xxx-xxxx)
5+
- NOTE: This will be the final 380.xx release for
6+
all models. The RT-N66U and RT-AC66U
7+
support will be dropped, and all other
8+
models have been migrated to the new gen
9+
branch, as of release 384.4.
10+
11+
People who wish to keep getting updates for
12+
these two older models should look at the
13+
john9527 fork: https://bit.ly/2EV5Oat
14+
15+
- CHANGED: Tightened security around some config files.
16+
- CHANGED: Samba protocol support can now be set to
17+
SMBv1, SMBv2, or SMBv1 + SMBv2 (the new default).
18+
This will result in a performance drop on all
19+
models, but will be more secure.
20+
Ideally, people should change it to SMBv2 only,
21+
and then reboot all their client devices to start
22+
using only the new protocol.
23+
If performance is more important than security to
24+
you, then you can switch it back to SMBv1, which is
25+
the old default behaviour.
26+
- CHANGED: Switched to the new Entware repo for armv7 models.
27+
To upgrade, run the following commands TWICE:
28+
29+
opkg update; opkg upgrade
30+
31+
- FIXED: Apply button not working on the OpenVPN
32+
Client page.
33+
- FIXED: Potential racing condition that could lead to two
34+
instances of miniupnpd running at boot time.
35+
36+
437
380.69_2 (28-Jan-2018)
538
- NOTE: The official IRC channel has moved to
639
Freenode (#asuswrt).

README-merlin.txt

+9-8
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ Asuswrt-Merlin is available in two separate branches:
3333
- The original (legacy) Asuswrt-Merlin (up to version 380.xxx)
3434
- The new generation (current) branch (version 382.xxx and newer)
3535

36-
Each branch supports different models. As Asus upgrades models
37-
to the new 382/384 code base, they will gradually be migrated to
38-
Asuswrt-Merlin's new gen branch, with the exception of the RT-N66U
39-
and RT-AC66U which will remain on the legacy 380 branch.
40-
Development will gradually be abandoned for the legacy branch.
36+
The legacy 380.xx branch is no longer being actively developed.
37+
Support for the RT-N66U and RT-AC66U is being dropped, as
38+
these models will not be available on the new generation code base.
39+
4140

4241

4342
Devices supported on the legacy branch (380.xx):
@@ -57,10 +56,13 @@ Devices supported on the new generation/current branch (382.xx and newer):
5756
* RT-AC66U_B1 (use the RT-AC68U firmware)
5857
* RT-AC56U
5958
* RT-AC68U, RT-AC68P, RT-AC68UF (including HW revision C1 and E1)
59+
* RT-AC1900 & RT-AC1900P (use the RT-AC68U firmware)
60+
* RT-AC87U
61+
* RT-AC3200
6062
* RT-AC88U
6163
* RT-AC3100
64+
* RT-AC5300
6265
* RT-AC86U
63-
* RT-AC1900 & RT-AC1900P (use the RT-AC68U firmware)
6466

6567
No longer supported:
6668
* RT-N16
@@ -87,7 +89,7 @@ System:
8789
- Ability to turn off router LEDs
8890
- Entware easy setup script (alternative to Optware - the two are
8991
mutually exclusive) (unavailable on RT-AC86U)
90-
- SNMP support (based on experimental code from Asus)
92+
- SNMP support (except for the RT-AC86U)
9193
- Nano text editor (for more user-friendly script editing)
9294

9395

@@ -110,7 +112,6 @@ Networking:
110112
- Support for new OpenVPN 2.4 features like NCP and LZ4
111113
- Netfilter ipset module, for efficient blacklist implementation
112114
- Configurable min/max UPNP ports
113-
- IPSec kernel support (N66/AC66 only)
114115
- DNS-based Filtering, can be applied globally or per client
115116
- Custom DDNS (through a user script)
116117
- TOR support, individual client control (based on experimental code

0 commit comments

Comments
 (0)