MikroTik Changelog Tracker

Search changelog entries

6.6 Stable 2013-Nov-07 (12 years ago)
Component Change
certificate no more 'reset-certificate-cache' and 'decrypt' commands, private keys can be decrypted only on 'import', use 'decrypt' before upgrade if needed;
certificate merged '/certificate ca issued', '/certificate scep client' and '/certificate templates' into '/certificate';
certificates fixed certificate import;
console :foreach command can iterate over keys and values in an array, by specifying two counter variables, e.g.: :foreach k,v in=[/system clock get] do={:put "$k is $v"};
general fixed arp-reply only with more than one ip address on interface;
general fixed RB400 not to reboot by watchdog during micro-sd format;
general added support for new Intel 10Gb ethernet cards (82599);
general fixed port flapping on CCR;
web proxy fix SPDY server push handling;
winbox fixed problem where all previous session opened windows were read only;
wireless fixed crash when dfs was enabled on pre-n wireless cards;
6.5 Stable 2013-Oct-16 (12 years ago)
Component Change
certificates merge '/certificate ca' into '/certificate', use set-ca-passphrase to maintain CA functionality;
console exported physical interface configuration uses 'default-name' instead of item number to match relevant interface;
console report all constituent errors for parameters with multiple alternative value types;
console ':return' does not trigger 'on-error=' action of ':do' command;
dhcp server added option to disable conflict-detection;
general fix routerboot upgrading if RouterOS is partitioned;
general add support for second serial port on CCR boards;
general fix serial port baudrate selection on CCR boards;
general ethernet interface stats that are behind switch chip show real hw stats instead of just the traffic that goes through cpu;
ipsec fix peer mathing with non byte aligned masks;
lcd backlight option is replaced with "/lcd backlight" command
ovpn server use only ciphers that are allowed not that client requested;
route fixed crash that could be triggered by change in nexthop address resolution;
route some imported VPNv4 routes were not using MPLS labels;
route imported VPNv4 routes were not always updated or removed when the original route changed;
ssh client fixed public key authentication;
tftp added data packet pipelining for read requests;
winbox fixed problem where all settings were read only on first open;
6.4 Stable 2013-Sep-12 (12 years ago)
Component Change
console make newly added item names always immediately available;
general fixed watchdog on mipsle boards;
general fixed usb Yota LTE modem hangup;
graphing make sure that interface graphs gets preserved across reboots;
ovpn allow to specify server via dns name;
traceroute added count %26 max-hops parameters;
traceroute added back use-dns parameter;
winbox fixed problem where ipv6 routes with non local link address gateway could not be added;
wireless improved 802.11n wireless retransmission (doesn't effect nstreme/nv2)
5.26 Stable 2013-Sep-04 (12 years ago)
Component Change
ssh fixed denial of service;
6.3 Stable 2013-Sep-03 (12 years ago)
Component Change
RB1200 fixed crash when receiving over l2mtu size packets on some ethernet interfaces;
RB2011L fixed occasional gigabit switch-chip lockup;
bug fix sometimes some new interfaces could not be created properly any more (f.e. some pppoe clients could not connect);
console added '/console clear-history' command that clears command-line history for all users, requires 'policy' policy;
console fixed issue with local variables having non-empty value before first assignment;
console fixed command ":global name" without second argument to not create or change global variable "name", only effect is to make "name" refer to global variable.
console fixed passing local variables as argument to function;
dhcp added ability to specify where to insert rate limiting queue;
fix queues correct queue was not installed when last child removed;
fix simple queues sometimes some simple queues would stop working after configuration changes;
hotspot do not account traffic to local hotspot pages;
ppp, hotspot added ability to specify where to insert rate limiting queue, it's parent and type;
pptp, l2tp, sstp allow to specify server via dns name;
ssh fixed denial of service;
sstp limit packet queue for each device;
traceroute show mpls labels as well;
traceroute added mtr like pinging;
user manager will warn on 1MB and stop before reaching minimum of 500KB disk space;
webfig fixed problem when opening quickset page country was automaticly changed to etsi;
www proxy support ipv6 parent proxy;