白巨斗 发表于 2014-8-4 15:53:42

Asuswrt-Merlin - 3.0.0.4 build 376.44 (3-Aug-2014)发布咯!

本帖最后由 iphone8 于 2014-12-31 09:19 编辑

ASUSWRT-Merlin 8月4日 发布固件版本 v3.0.0.4.376.44 啦~~
支持的路由器有:
* RT-N16
* RT-N66U
* RT-AC66U
* RT-AC56U
* RT-AC68U
* RT-AC87U

History
-------
376.44 (3-Aug-2014)
   IMPORTANT: Make a backup of your JFFS partition if upgrading
            an RT-AC56U or RT-AC68U and you have stored files
            on that partition!The partition layout has been
            changed.

   - NEW: Merged with Asus's 376_2044 GPL.
          Summary of changes:
            * New networkmap, lets users edit device names,
            assign icons to devices, etc...
            * Reworked IPv6 support
            * New filesystem driver provider for NTFS/HFS+/FAT
            * Webui visual update
            * Updated components (minidlna, radvd, dnsmasq)

- NEW: Added support for RT-AC87U.
- CHANGED: Updated N66U wireless driver to Asus's 1071 build
- CHANGED: Updated miniupnpd to Git head (as of 20140731)
- CHANGED: The JFFS partition on ARM devices now uses
             Asus's code, which means the whole unused space
             is now used for the JFFS partition.
             (AC56, AC68)
- CHANGED: Made all ARM models use the new filesystem drivers from Tuxera,
             resulting in general improved USB disk performance (and
             hopefully improved reliability as well) (AC56, AC68)
- CHANGED: The wifi notification icon will now report
             channel and channel width for the 5 GHz band,
             as the extension channel wasn't always accurately
             reported.
- CHANGED: Reworked layout of SSH settings on System page (based
             on Asus's own WIP)
- CHANGED: Allow FQDN (hostname + domain) rather than just
             hostnames on the WAN page (some ISPs require that)
- FIXED: Missing mDNSResponder daemon preventing mt-daapd
         from working on MIPS devices (N16,N66,AC66)
- FIXED: System Log wouldn't properly be positioned
         at the bottom (Patch by John9527)
- FIXED: DNSFilter clients configured to bypass DNSFilter
         would still be prevented from using an IPv6 DNS.
- FIXED: Incorrect IPv6 prefix if not a multiple of 8
         (patch by NickZ)
- FIXED: OpenVPN firewall cleanup was missing rules
         (patch by sinshiva)
- FIXED: Minidlna issues with Philips smart TVs
- FIXED: SSHD brute force protection wasn't working if
         Dual WAN was enabled and set to LB mode.
- FIXED: Miniupnpd error flood in Syslog when using a
         Plex server on your LAN (fix from upstream)
- REMOVED: Reverted various IPv6-related patches as they
             conflicted with Asus's own changes.These might
             make it back at a later time if deemed
             necessary.
- REMOVED: Removed layer7 filtering support in Netfilter from
             ARM devices due to compatibility issues (AC56,AC68)
- REMOVED: Removed IPsec support from ARM devices due to
             compatibility issues (AC56, AC68)


更新內容请参见附件
官网固件下载URL:https://www.mediafire.com/folder/bkfq2a6aebq68//Asuswrt-Merlin#bkfq2a6aebq68
云盘下载URL:http://yunpan.cn/cfT6bLBbsRXVf(提取码:c258)

有事您说话 发表于 2014-8-10 21:14:59

经过刷机测试,现对374.44进行翻译。如有不对或者不准确的地方请指正。如果有其他地方需要交流也可以互相讨论^-^

376.44 (3-Aug-2014)
   IMPORTANT: Make a backup of your JFFS partition if upgrading
            an RT-AC56U or RT-AC68U and you have stored files
            on that partition!The partition layout has been
            changed.
重要提示:RT-AC56U、RT-AC68U在更新FW之前因先备份jffs分区,因更新FW后的jffs分区将重新调整。
   - NEW: Merged with Asus's 376_2044 GPL.
          Summary of changes:
            * New networkmap, lets users edit device names,
            assign icons to devices, etc...
新固件NetWorkMap-客户端状态页面,允许用户编辑设备名称以及选择指定的图标等等。
            * Reworked IPv6 support
针对IPv6的支持进行了重做。
            * New filesystem driver provider for NTFS/HFS+/FAT
新的文件系统驱动程序提供对NTFS、HFS+、FAT支持。
            * Webui visual update
WebGUI更新
            * Updated components (minidlna, radvd, dnsmasq)
更新minidlna,radvd,dnsmasq组件
- NEW: Added support for RT-AC87U.
Merlin FW 新增支持RT-AC87U。
- CHANGED: Updated N66U wireless driver to Asus's 1071 build
N66 包入华硕官网版本376_1071固件的驱动。
- CHANGED: Updated miniupnpd to Git head (as of 20140731)
更新Git head的miniupnpd包。
- CHANGED: The JFFS partition on ARM devices now uses
             Asus's code, which means the whole unused space
             is now used for the JFFS partition.
             (AC56, AC68)
现在ARM架构的设备(AC56U、AC68U)上JFFS分区使用华硕本身代码。所有未使用的空间都作为JFFS分区。
- CHANGED: Made all ARM models use the new filesystem drivers from Tuxera,
             resulting in general improved USB disk performance (and
             hopefully improved reliability as well) (AC56, AC68)
RAM架构平台的设备使用新的Tuxera文件系统驱动,从而提高U盘的性能(也希望改善U盘的可靠性)。
- CHANGED: The wifi notification icon will now report
             channel and channel width for the 5 GHz band,
             as the extension channel wasn't always accurately
             reported.
变更FW主页面右上角Header Bar Wi-Fi图标加入了当前运行频道以及5 GHz的频道带宽。
- CHANGED: Reworked layout of SSH settings on System page (based
             on Asus's own WIP)
基于华硕自身的WIP流程,针对系统页面重新调整了SSH布局。
- CHANGED: Allow FQDN (hostname + domain) rather than just
             hostnames on the WAN page (some ISPs require that)
变更在互联网设置页面,对于某些ISP商要求要输入FQDN(完全合格域名)主机名+域,而不是仅仅主机名。
- FIXED: Missing mDNSResponder daemon preventing mt-daapd
         from working on MIPS devices (N16,N66,AC66)
修正从MIPS架构的设备缺少mDNSResponder守护去防止MT-daapd软体(N16,N66,AC66)。
- FIXED: System Log wouldn't properly be positioned
         at the bottom (Patch by John9527)
修正加入John9527补丁为实际上系统记录无法完全准确的记录信息。
- FIXED: DNSFilter clients configured to bypass DNSFilter
         would still be prevented from using an IPv6 DNS.
修正DNSFilter客户配置绕过DNSFilter过滤,仍然可以防止使用IPv6 DNS。
- FIXED: Incorrect IPv6 prefix if not a multiple of 8
         (patch by NickZ)
修正错误的IPv6前缀,如果不是8的倍数(补丁nickz)。
- FIXED: OpenVPN firewall cleanup was missing rules
         (patch by sinshiva)
修正OpenVPN清理失踪了防火墙规则(补丁sinshiva)。
- FIXED: Minidlna issues with Philips smart TVs
修正飞利浦智能电视机无法播放多媒体的问题。
- FIXED: SSHD brute force protection wasn't working if
         Dual WAN was enabled and set to LB mode.
修正SSH蛮力攻击保护 无法在双线路负载均衡模式下工作的问题。
- FIXED: Miniupnpd error flood in Syslog when using a
         Plex server on your LAN (fix from upstream)
修正当LAN端播放家庭流媒体时,upnp 错误log不停吐出的问题。
- REMOVED: Reverted various IPv6-related patches as they
             conflicted with Asus's own changes.These might
             make it back at a later time if deemed
             necessary.
取消恢复各种IPv6相关的补丁,因为他们与华硕自身IPv6的调整变化相抵触。如果有必要的话,这些可能会在以后被使用。
- REMOVED: Removed layer7 filtering support in Netfilter from
             ARM devices due to compatibility issues (AC56,AC68)
因ARM架构设备兼容性问题,从Netfilter删除了Layer7的过滤支持。(AC56,AC68)
- REMOVED: Removed IPsec support from ARM devices due to
             compatibility issues (AC56, AC68)
因ARM器件兼容性问题(ac56,ac68),删除IPSec支持。

OnePiece 发表于 2014-8-7 12:48:11

这个是正式版了?

Master 发表于 2014-8-7 22:24:03

OnePiece 发表于 2014-8-7 12:48
这个是正式版了?

正式版本

白巨斗 发表于 2014-8-8 10:16:10

坛友 有事您说话
有没有正式版的翻译?
有空帮忙上中文
跪恩Ozn

迪安 发表于 2014-8-11 08:40:35

有事您说话 发表于 2014-8-10 21:14
经过刷机测试,现对374.44进行翻译。如有不对或者不准确的地方请指正。如果有其他地方需要交流也可以互相讨 ...

真心不错哦,正在试用中,一切还比较正常,有问题再向您请教哦

Dr.Antenna 发表于 2014-8-11 08:41:50

有事您说话 发表于 2014-8-10 21:14
经过刷机测试,现对374.44进行翻译。如有不对或者不准确的地方请指正。如果有其他地方需要交流也可以互相讨 ...

英文不行,中文看起来轻松多了.

wxx1126 发表于 2014-8-11 11:40:40

感谢沙发,哈哈,有事你说话

有事您说话 发表于 2014-8-11 18:29:13

成长,成长。期待更新更好更稳定的功能。以满足各位爱好者
页: [1]
查看完整版本: Asuswrt-Merlin - 3.0.0.4 build 376.44 (3-Aug-2014)发布咯!