Skip to content

Commit

Permalink
jfMonitor/0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Dec 16, 2024
1 parent 4c81df4 commit d78411a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/jfmonitor/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="home" location="../.."/>
<property name="classpath" location="javaforce.jar"/>
<property name="jre" location="${home}/jre_base"/>
<property name="version" value="0.17"/>
<property name="version" value="0.18"/>

<property name="debian.depends" value="libpcap0.8"/>
<property name="fedora.depends" value="libpcap"/>
Expand Down
2 changes: 1 addition & 1 deletion projects/jfmonitor/src/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class Config implements Serializable {
public static final long serialVersionUID = 1;

public static final String AppVersion = "0.17";
public static final String AppVersion = "0.18";

public static final String APIVersion = "V001";

Expand Down
4 changes: 4 additions & 0 deletions projects/jfmonitor/whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Dec 16/2024 : 0.18 released
- fix : cisco : create VLAN (again)
- fixed NPE preventing new VLAN modification

Dec 9/2024 : 0.17 released
- fix : cisco : create VLAN
- wait until new VLAN is created before modifying VLAN
Expand Down
2 changes: 1 addition & 1 deletion projects/jfmonitor/wix64.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<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">
<Package UpgradeCode="{B962752C-309D-417E-8A68-385F1F04F558}" Version="0.17" Language="1033" Name="jfMonitor" Manufacturer="Peter Quiring" InstallerVersion="300">
<Package UpgradeCode="{B962752C-309D-417E-8A68-385F1F04F558}" Version="0.18" Language="1033" Name="jfMonitor" Manufacturer="Peter Quiring" InstallerVersion="300">
<Media Id="1" Cabinet="files.cab" EmbedCab="yes" />
<UIRef Id="WixUI_Minimal" />
<MajorUpgrade DowngradeErrorMessage="A later version of [ProductName] is already installed. Setup will now exit." />
Expand Down

0 comments on commit d78411a

Please sign in to comment.