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>2016-12-16 07:45:47 +0300
committerEric Sauvageau <rmerl@lostrealm.ca>2016-12-16 07:45:47 +0300
commitef22fa4ea25bfcf33955f80f6be109a6dd2582e0 (patch)
treef62924a087fbbf8779f1d511b5bbc7ab9b57c80e
parentdbc58e15d0aa3049a93a15a07ea9f3ff859c48f2 (diff)
Updated documentation
-rw-r--r--Changelog.txt9
-rw-r--r--README-merlin.txt28
2 files changed, 21 insertions, 16 deletions
diff --git a/Changelog.txt b/Changelog.txt
index 2a40f2a77b..18ebd44c10 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,7 +1,7 @@
Asuswrt-Merlin Changelog
========================
-380.64 (xx-xxx-xxxx)
+380.64 (16-Dec-2016)
- NEW: New firmware availability notification. The router will
notify you if a new firmware is available, and will also
let you view the changelog before sending you to the
@@ -38,14 +38,17 @@ Asuswrt-Merlin Changelog
Those were always outdated, the router will download
the latest versions from Asus's servers at install
time.
+ - CHANGED: Improved webui protection against CSS/XSS attacks
+ (backport from GPL 4164)
- FIXED: Web server crash if importing an ovpn file with an
invalid key or certificate (Asus bug)
- FIXED: App icon at the top wouldn't work on Firefox,
generating a Javascript error (Asus bug)
- FIXED: Firefox would sometime fail to display the client
list, reporting a JSON parsing error in the console.
- - FIXED: Potential security issues in httpd (backported from
- 380_4164).
+ - FIXED: HMAC setting not properly set when importing an ovpn
+ file for a config based on TLS authentication mode.
+ (backport from GPL 4164)
380.63_2 (12-Nov-2016)
diff --git a/README-merlin.txt b/README-merlin.txt
index da4e83dbd7..de5a6bb215 100644
--- a/README-merlin.txt
+++ b/README-merlin.txt
@@ -7,7 +7,7 @@ Asuswrt is the name of the common firmware Asus has developed
for their various router models. Originally forked from
Tomato, it has since grown into a very different product, removing
some more technical features that were part of Tomato, but
-also adding new original features such as support for dual WANs.
+also adding a lot of new original features.
Asuswrt-merlin is a customized version of Asus's firmware. The goal is
to provide bugfixes and minor enhancements to Asus's firmware, with also
@@ -30,7 +30,7 @@ Supported Devices
-----------------
Supported devices are:
* RT-N66U
- * RT-AC66U (HW revision A1/A2 only)
+ * RT-AC66U (excludes the RT-AC66U_B1 model)
* RT-AC56U
* RT-AC68U & RT-AC68P (including HW revision C1 and E1)
* RT-AC87U
@@ -67,7 +67,7 @@ System:
- Entware easy setup script (alternative to Optware - the two are
mutually exclusive)
- SNMP support (based on experimental code from Asus)
- - Nano text editor (for more user-friendly script edition)
+ - Nano text editor (for more user-friendly script editing)
Disk sharing:
@@ -102,10 +102,10 @@ Networking:
Web interface:
- Optionally save traffic stats to disk (USB or JFFS partition)
- - Enhanced traffic monitoring: added monthly, as well as per IP
- monitoring
+ - Enhanced traffic monitoring, reporting traffic per IP, and
+ displaying graphical reports of historical data
- Hostname field on the DHCP reservation page
- - System info summary page
+ - System information summary page
- Wifi icon reports the state of both radios
- Display the Ethernet port states
- Wireless site survey
@@ -167,7 +167,8 @@ sure to create a new backup of your settings after reconfiguring.
Documentation
-------------
For documentation on how to use the features that are specific to
-Asuswrt-Merlin, please visit the Wiki:
+Asuswrt-Merlin, as well as additional guides, please consult the
+wiki:
https://github.com/RMerl/asuswrt-merlin/wiki
@@ -175,7 +176,7 @@ https://github.com/RMerl/asuswrt-merlin/wiki
Source code
-----------
-The source code with all my modifications can be found on Github, at:
+The buildable source code can be found on Github, at:
https://github.com/RMerl/asuswrt-merlin
@@ -192,19 +193,20 @@ IRC: #asuswrt on DALnet
Download: https://asuswrt.lostrealm.ca/download
Development news will be posted on Twitter. You can also keep a closer
-eye on development as it happens, through the Github site.
+eye on development as it happens, through the Github code repository.
For support questions, please use the SmallNetBuilder forums whenever
possible. There's a dedicated Asuswrt-Merlin sub-forum there, under
-the Asus Wireless section.
+the Asus Wireless section. The community there is the primary source
+of technical support.
I want to give my special thanks to Asus for showing an interest in
this project, and also providing me with support and development
devices when needed. I also want to thank everyone that has
donated through Paypal. Much appreciated!
-Finally, special thanks to r00t4rd3d for designing the Asuswrt-Merlin
-logo.
+Finally, my special thanks to r00t4rd3d for designing the
+Asuswrt-Merlin logo.
@@ -242,7 +244,7 @@ The only call back made by this firmware to me is when it checks for the
availability of a new version, which can be disabled if desired. More info
on the Wiki:
- https://github.com/RMerl/asuswrt-merlin/wiki/RMerl/asuswrt-merlin/wiki/Privacy-disclosure
+https://github.com/RMerl/asuswrt-merlin/wiki/RMerl/asuswrt-merlin/wiki/Privacy-disclosure
---