Skip to content

Commit bee19b1

Browse files
committed
jfKVM/6.0
1 parent 7169045 commit bee19b1

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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="5.1"/>
11+
<property name="version" value="6.0"/>
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 = "5.1";
28+
public static String version = "6.0";
2929
public static String appname = "jfKVM";
3030
public static boolean debug = true;
3131
public WebUIServer server;

projects/jfkvm/whatsnew.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2025-09-22 : 6.0 released!
2+
- new : backup VM to remote hosts
3+
- backup is similar to rsync
4+
- VM must be powered off or have active snapshot
5+
- added API to perform backup operation
6+
17
2025-09-10 : 5.1 released!
28
- fix : Snapshots : add name to xml
39
- new : cluster : added type to host (not used yet)

0 commit comments

Comments
 (0)