刚刚浏览过网站,大概就是些安全性、稳定性的更新。网站内容摘录如下:
What’s new
fixed: import issues on images;
fixed: ioulive86 packets length;
fixed: issues on saving labs;
fixed: issues when comments are present within the NETMAP;
fixed: issues on Ubuntu after a reboot;
fixed: issues when deleting and exporting a single running-config;
fixed: daily IOU crashes;
implemented: new wrapper with IPv6 support.
Notes
A new OVF has been released to solve daily IOU crashes. People who don’t want to redownload the entire OVF, must edit the “/etc/logrotate.d/httpd” file and use “apachectl graceful” rather then “service httpd reload”:
/var/log/httpd/*log {
missingok
notifempty
sharedscripts
postrotate
/usr/sbin/apachectl graceful > /dev/null 2>/dev/null || true
endscript
}