|
楼主 |
发表于 2008-3-20 20:38:34
|
显示全部楼层
What's new in 3.5:
*) updated drivers;
*) user manager - fixed bug when PayPal payments were discarded
because of uppercase characters in business-id field;
*) fixed bug - could not ping ip address with 12 digits (like 123.123.12.12)
in console;
*) console - changed behaviour of '.' operator when one or both of operands
is an array, now it produces an array with all pairwise concatenated
elements of left and right arrays. An example:
if $A contains array 1,2,3,4, then
:foreach i in="10.$A.$A.0/24" do={:put $i} will print 16 network prefixes.
Currently behaviour of '.' operator with an empty array value is
undefined.
*) console - fixed bug introduced in 3.4. Concatenation of strings
yielded array, so ("A" . "A") was A;A, now ("A" . "A") results in "AA",
as before;
*) fixed web-proxy check drive command on routerboards;
*) console - fixed column widths;
*) console - fixed memory leak in 'find' command, introduced in last version; |
|