File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <property name =" home" location =" ../.." />
99 <property name =" classpath" location =" javaforce.jar" />
1010 <property name =" jre" location =" ${ home } /jre_base" />
11- <property name =" version" value =" 0.17 " />
11+ <property name =" version" value =" 0.18 " />
1212
1313 <property name =" debian.depends" value =" libpcap0.8" />
1414 <property name =" fedora.depends" value =" libpcap" />
Original file line number Diff line number Diff line change 1111public class Config implements Serializable {
1212 public static final long serialVersionUID = 1 ;
1313
14- public static final String AppVersion = "0.17 " ;
14+ public static final String AppVersion = "0.18 " ;
1515
1616 public static final String APIVersion = "V001" ;
1717
Original file line number Diff line number Diff line change 1+ Dec 16/2024 : 0.18 released
2+ - fix : cisco : create VLAN (again)
3+ - fixed NPE preventing new VLAN modification
4+
15Dec 9/2024 : 0.17 released
26 - fix : cisco : create VLAN
37 - wait until new VLAN is created before modifying VLAN
Original file line number Diff line number Diff line change 11<Wix xmlns =" http://wixtoolset.org/schemas/v4/wxs" xmlns : fire =" http://wixtoolset.org/schemas/v4/wxs/firewall" xmlns : ui =" http://wixtoolset.org/schemas/v4/wxs/ui" >
2- <Package UpgradeCode =" {B962752C-309D-417E-8A68-385F1F04F558}" Version =" 0.17 " Language =" 1033" Name =" jfMonitor" Manufacturer =" Peter Quiring" InstallerVersion =" 300" >
2+ <Package UpgradeCode =" {B962752C-309D-417E-8A68-385F1F04F558}" Version =" 0.18 " Language =" 1033" Name =" jfMonitor" Manufacturer =" Peter Quiring" InstallerVersion =" 300" >
33 <Media Id =" 1" Cabinet =" files.cab" EmbedCab =" yes" />
44 <UIRef Id =" WixUI_Minimal" />
55 <MajorUpgrade DowngradeErrorMessage =" A later version of [ProductName] is already installed. Setup will now exit." />
You can’t perform that action at this time.
0 commit comments