Skip to content

Commit d78411a

Browse files
committed
jfMonitor/0.18
1 parent 4c81df4 commit d78411a

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

projects/jfmonitor/build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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"/>

projects/jfmonitor/src/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
public 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

projects/jfmonitor/whatsnew.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Dec 16/2024 : 0.18 released
2+
- fix : cisco : create VLAN (again)
3+
- fixed NPE preventing new VLAN modification
4+
15
Dec 9/2024 : 0.17 released
26
- fix : cisco : create VLAN
37
- wait until new VLAN is created before modifying VLAN

projects/jfmonitor/wix64.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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." />

0 commit comments

Comments
 (0)