bugfix: port linking was broken for some users due to open PDO cursor
bugfix: Permissions code editor was broken with Google Chrome
update: new DB table indexes speeding up IP tree operations
+ update: tolerate user-visible newlines in secret.php and local.php
0.19.1 2011-02-22
update: UI: rack lists are now reduced by common tags with object on Rackspace tab (FILTER_RACKLIST_BY_TAGS config var)
update: 802.1q: If switch has IP interface in some VLAN linked to IP subnet, this VLAN is not pruned from switch's uplink
'0.18.7',
'0.19.0',
'0.19.1',
+ '0.19.2',
);
if (!in_array ($v1, $versionhistory) or !in_array ($v2, $versionhistory))
return NULL;
$query[] = "ALTER TABLE IPv6Allocation ADD KEY `ip` (`ip`)";
$query[] = "ALTER TABLE IPv4VS ADD KEY `vip` (`vip`)";
$query[] = "ALTER TABLE IPv4RS ADD KEY `rsip` (`rsip`)";
- $query[] = "UPDATE Config SET varvalue = '0.19.1' WHERE varname = 'DB_VERSION'";
+ $query[] = "UPDATE Config SET varvalue = '0.19.2' WHERE varname = 'DB_VERSION'";
break;
default:
showError ("executeUpgradeBatch () failed, because batch '${batchid}' isn't defined");