MikroTik Changelog Tracker

Search changelog entries

6.21.1 Stable 2014-Nov-03 (11 years ago)
Component Change
general fixed ugprading from v5;
6.21 Stable 2014-Oct-30 (11 years ago)
Component Change
certificate fix CRL handling in trust chain;
disks fixed support for MMC/SD cards;
fixed master port on AR8327 switches that is put into bridge could sometimes not work properly;
fixed queues could have huge latencies and smaller throughput than specified;
general fixed 6to4 tunnels having inactive routes;
general interfaces report last link up/down time and link down count;
ipsec fix downgrade problem to v5;
ipsec disallow template-policy-group=none in peer config and set it to 'default';
lte changed device identification for devices which regenerate MAC address, most likely this will loose device's configuration;
metarouter some metaroutes didn't have their licenses;
ovpn client fixed problem where ip address was not added to bridge interface in ethernet mode;
quickset added vpn configuration to Wifi AP %26 Ethernet modes as well;
sstp fixed disconnects on high traffic load;
timezone updated timezone information to 2014i release;
torch possibility to filter by dscp;
userman fix ~Your session has been reset due to inactivity~ error;
webfig show properly Switch Port configuration;
winbox added filtering by dscp to torch;
wireless fixed scanning tool crash for 802.11ac interfaces
wireless fixed Nv2 kernel panic on 802.11ac interfaces
6.20 Stable 2014-Oct-01 (11 years ago)
Component Change
cert scep use fingerprints for transaction ids;
dhcp server change default lease time from 3 days to 10 minutes to avoid running out of IPs;
fetch allow fetching files larger than 4G;
fetch fixed problem where files fetched over https were trimmed in size;
fixed problem it was not possible to see %26 uninstall dude package;
general stores are replaced with folders and disks are now managed under /disk menu;
general added support for SMSC750x USB Gigabit Ethernet on x86;
general eoip/eoipv6/gre/gre6/ipip/ipipv6/6to4 tunnels have new features: auto mtu (enabled by default for new tunnels); dscp (inherit/specific value, inherit by default for new tunnels); clamp-tcp-mss (yes by default for new tunnels);
general eoip/gre/ipip/6to4 tunnels have dont-fragment option (inherit/no, no by default for new tunnels);
general bridge has auto mtu feature (enabled by default for new bridges);
general pppoe-server has auto mtu feature (enabled by default for new pppoe servers);
ipsec support fqdn as my id;
ipsec allow binding modeconf address to username;
pppoe client increase connection timeout to make connection establishment possible on busy pppoe server;
ups support selftest for smart and hid UPS;
6.19 Stable 2014-Aug-26 (11 years ago)
Component Change
CCR improved performance;
bridge added "Auto Isolate" stp enhancement (802.1q-2011, 13.25.6)
console added unary operator 'any' that evaluates to true if argument is not null or nothing value;
dhcpv4 server support multiple radius address lists;
dns-update fix zone update;
firewall packet defragmenting will only happen with connection tracking enabled;
firewall optimized option matching order with-in a rule;
firewall rules that require CONNTRACK to work will now have Invalid flag when CONNTRACK is disabled;
firewall rules that require use-ip-firewall to work will now have invalid flag when use-ip-firewall is disabled;
firewall rules that have interface with "Slave" flag specified as in-/out-interface will now have Invalid flag;
firewall rules that have interface without "Slave" flag specified as in-/out-bridge-port will now have Invalid flag;
firewall rules with Invalid flags will now be auto-commented to explain why;
general simple queue performance optimisation/improvement for multi-core RouterOS devices (especially CCR)
ippool improve performance when acquiring address without preference;
ipsec when peer config is changed kill only relevant SAs;
ipv6 Gre6 can now correctly fragment large packets
l2tp force l2tp to not use MPPE encryption if IPsec is used;
partitions copying partitions did not work on some boards;
sstp make sstp work on i386 as well;
sstp force sstp to not use MPPE encryption (it already has TLS one);
sstp make it work for x86 systems
vpls do not abort BGP connection when receiving invalid 12 byte nexthop encoding;
winbox added dual PSU stats in health menu
wireless improvements for nv2 and 802.11ac
6.18 Stable 2014-Aug-01 (11 years ago)
Component Change
api use the same syntax for property values as is used in 'print detail' output, with the exception of numbers, that are not shown with suffixes (K/M/G/T or bitrate) and are not contracted or separated into digit groups, and "yes"/"no" values that continue to be reported as "true"/"false".
console print command does not try to reuse item numbers assigned by previous invocations of 'print' when doing 'print where' or 'print follow', items are numbered consecutively starting from '0'.
console fix compact export of some partially modified configuration values;
console show internal numbers in the form returned by 'find' (like *9A0F) instead of "(unknown)" when configuration refers to deleted items. This change also applies to API.
console when exporting to file, use name ending in '.in_progress', and rename when export finishes;
console values of type 'nil' were returning 'nil' as result of most operations. Now it compares less than all values except 'nil' and 'nothing', and compares inequal to all values except 'nil'. This was changed to make 'print where' and 'find where' more useful. An example. Previously the following command /ip route print where routing-mark!=nosuch Would not print routes that had no value for 'routing-mark' set, because (nil != "nosuch") was equal to nil. Now it evaluates to 'true', and this command will also print all routes that have no 'routing-mark' value set.
console export put qutes around item names that start with a digit;
general bridge setups sometimes could crash on CCR devices;
general fixed port flapping in 1G mode on sfp-sfpplus1 on CRS226;
general fixed SXT ac model losing it's interface if changing regulatory settings in "routerboard" menu
ipsec fix addition of default policy template;
l2tp fixed problem on CCR where server responded with wrong source address;
safe mode do not allow user with less permissions to disrupt active safe mode;
sntp client added support for dns lookup of ntp servers;
sstp report TLS encryption as well;