Skip to content

Commit 6fb98c8

Browse files
committed
jfKVM/7.1
1 parent a2266cb commit 6fb98c8

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

projects/jfkvm/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="7.0"/>
11+
<property name="version" value="7.1"/>
1212

1313
<property name="debian.depends" value="jfutils, libvirt-dev ,libvirt-daemon-system,openvswitch-switch,bridge-utils,nfs-common,open-iscsi ,gfs2-utils,ocfs2-tools,glusterfs-server, cephadm, ceph-common, docker.io"/>
1414
<property name="fedora.depends" value="jfutils, libvirt-devel,libvirt-daemon ,openvswitch ,bridge-utils,nfs-utils ,iscsi-initiator-utils,gfs2-utils,ocfs2-tools,glusterfs-server, cephadm, ceph-common, docker"/>

projects/jfkvm/src/service/ConfigService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import static javaforce.webui.event.KeyEvent.*;
2626

2727
public class ConfigService implements WebUIHandler {
28-
public static String version = "7.0";
28+
public static String version = "7.1";
2929
public static String appname = "jfKVM";
3030
public static boolean debug = false;
3131
public static boolean debug_api = false;

projects/jfkvm/whatsnew.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-10-13 : 7.1 released!
2+
- new : snapshots are now available for other on premise hosts
3+
14
2025-10-10 : 7.0 released!
25
- new : decentrialized control
36
- VMs can now be created, edited, and controlled from any host

0 commit comments

Comments
 (0)