What's new in 4.0rc1: *) incorporated all the bugfixes since v3.30; *) port remote-access - added 'log-file' property. If value is a non-empty string, then all data that is read from the port is appended to a file with that name, regardless of the active remote connection; *) console - removed '/user' from the output of top level '/export' command, still can be exported by '/user export'; What's new in 4.0beta4: *) routing - changed BGP network and default-originate behaviour; *) web proxy - allow to edit error page; *) console - terminal window size change now does not trigger full terminal reset; *) mesh protocol - improved loop prevention (becomes incompatible with earlier versions); *) incorporated all the bugfixes since v3.27; What's new in 4.0beta3: *) added support for 802.11n atheros based wireless cards; *) added ability to run other OSs in MetaROUTERs; *) console: Lua scripting language. http://wiki.mikrotik.com/wiki/Lua *) console: added nstreme-dual OIDs; *) incorporated all the bugfixes since v3.23; What's new in 4.0beta2: *) console: added 'without-paging' argument to 'monitor' commands; *) console: now 'without-paging' and 'interval' arguments in of 'print' commands work together. Printing can be stopped by pressing 'q' or ctrl-c, any other key triggers printing; *) incorporated all the bugfixes since v3.22; *) fixed TFTP server logging; *) fixed problem - "/system upgrade" did not show proper package architecture and was unable to fetch new packages; What's new in 4.0beta1: *) added support for MetaROUTERs; *) all test packages are regular ones; *) console - can mix named and unnamed arguments, can use names for unnamed argument values. For example all of the following commands are accepted now: /ping 10.11.12.13 count=4 /ping address=10.11.12.13 count=4 /ping count=4 10.11.12.13