added changelog record and release notes item

This commit is contained in:
Vadim Kurland
2010-11-15 19:23:47 -08:00
parent bcdaa5bc84
commit 0b191a8dc0
2 changed files with 31 additions and 0 deletions
+12
View File
@@ -1,3 +1,15 @@
2010-11-15 Vadim Kurland <vadim@vk.crocodile.org>
* InetAddr.cpp (InetAddr::opGT): (change in libfwbuilder) added
module uint128 (128-bt arithmetics by Evan Teran). Implemented
basic operations with ipv6 addresses using this module. See #1834.
Now all policy compilers can correctly compare ipv6 addresses used
in rules with ipv6 addresses of interfaces. This helps perform
various optimizations and fixes issues with the algorithm used to
pick the right interface for the Cisco IOS ACL compiled from a
policy rule with an empty "interface" rule element and direction
"both".
2010-11-11 Vadim Kurland <vadim@vk.crocodile.org>
* newClusterDialog_create.cpp (copyRuleSets): Fixed SF bug
@@ -121,6 +121,25 @@
</ul>
<a name="libfwbuilder"></a>
<h2>Changes and improvements in the API library libfwbuilder</h2>
<ul>
<li>
<p>
added module uint128 (128-bt arithmetics by Evan
Teran). Implemented basic operations with ipv6 addresses using
this module. See #1834. Now all policy compilers can correctly
compare ipv6 addresses used in rules with ipv6 addresses of
interfaces. This helps perform various optimizations and fixes
issues with the algorithm used to pick the right interface for
the Cisco IOS ACL compiled from a policy rule with an empty
"interface" rule element and direction "both".
</p>
</li>
</ul>
<a name="std_lib"></a>
<h2>Changes and improvements in the library of standard objects</h2>