diff --git a/src/res/help/en_US/release_notes_4.0.2.html b/src/res/help/en_US/release_notes_4.0.2.html index 23c9703b2..929621c69 100644 --- a/src/res/help/en_US/release_notes_4.0.2.html +++ b/src/res/help/en_US/release_notes_4.0.2.html @@ -232,6 +232,82 @@

+
  • +

    + fixed source forge bug #3028740 "inspect/install does not like + spaces in Firewall object name". compiling firewall objects with + name that contains white space produces files with spaces in the + name which confused "inspect generated files" function and + built-in policy installer. Names with spaces are now supported. +

    +
  • + +
  • +

    + sorting of filewall and cluster items in compile/install dialog + is now case insensitive. +

    +
  • + +
  • +

    + hiding "Select all" and "Select none" buttons in the first page + of the compile/install wizard when there is only one firewall in + list. +

    +
  • + +
  • +

    + renamed buttons "All" to "Select all" and "None" to "Select none" + in the first page of the compile/install wizard. +

    +
  • + +
  • +

    + fixed SourceForge bug #3027272: "default values taken from + unexpected sources". When new firewall object was created using + "Import Policy" function, parts of its configuration were taken + from default settings of an unexpected host OS. +

    +
  • + + +
  • +

    + fixed wrong display of non-ascii symbols in cluster member + compilation warning. +

    +
  • + + +
  • +

    + firewall names are now resolved to IP address in the SNMP + discovery. Added new input element for firewall IP address to + use for SNMP interface discovery when firewall object name does + not match DNS record.. +

    +
  • + +
  • +

    + Added "Cancell All" button to the installer options dialog to + stop all firewalls installations and renamed OK button to + "Install". The new "Cancel All" button lets user interrupt + installation process when they are in the middle of pushing + configuration to many firewalls. +

    +
  • + +
  • +

    + fixed #1582 'tree is not refreshed after address substitutions + in "new firewall" wizard' +

    +
  • + @@ -333,6 +409,14 @@

    +
  • +

    + fixed #1544 "fwbuilder crashes during import of file with rtf + formatting data". The fix should prevent crashes in other cases + when import was unsuccessful. +

    +
  • +