File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #define JF_ABI_VERSION "110 .0"
1+ #define JF_ABI_VERSION "111 .0"
Original file line number Diff line number Diff line change 77
88 <groupId >io.github.pquiring</groupId >
99 <artifactId >javaforce</artifactId >
10- <version >110 .0</version >
10+ <version >111 .0</version >
1111
1212 <scm >
1313 <url >https://github.com/pquiring/javaforce</url >
Original file line number Diff line number Diff line change 11JavaForce SDK
22=============
33
4- Version 110 .0
4+ Version 111 .0
55
66Description
77===========
@@ -46,7 +46,7 @@ Before checking out the source make sure to configure line endings:
4646Checkout Javaforce and a specific version:
4747 git clone http://github.com/pquiring/javaforce
4848 cd javaforce
49- git checkout tags/110 .0
49+ git checkout tags/111 .0
5050 ant
5151Next build the native loaders.
5252
@@ -66,7 +66,7 @@ Pre-built packages are hosted on sourceforge.net which can be installed through
6666
6767Native ABI Compatibility
6868------------------------
69- This version of JavaForce is compatible with native loaders/library since 110 .0
69+ This version of JavaForce is compatible with native loaders/library since 111 .0
7070
7171JavaForce Ant tasks:
7272--------------------
Original file line number Diff line number Diff line change @@ -28,12 +28,12 @@ public class JF {
2828
2929 /** Returns JavaForce version as a String. */
3030 public static String getVersion () {
31- return "110 .0" ;
31+ return "111 .0" ;
3232 }
3333
3434 /** Returns JavaForce min native version as a String. */
3535 public static String getMinNativeVersion () {
36- return "110 .0" ;
36+ return "111 .0" ;
3737 }
3838
3939 /** Console app that displays JavaForce version. */
Original file line number Diff line number Diff line change 11# JavaForce version properties
22
33# JavaForce version
4- javaforce-version =110 .0
4+ javaforce-version =111 .0
55
66# Java JDK version (version that is targeted in compiling)
77java-version =25
Original file line number Diff line number Diff line change 11What's new...
22
3+ Jun 10/2026 : JF/111.0
4+ - new : WebUI : added WebUIServlet
5+ - allows embedding WebUI apps into a common server
6+ - after several attempts this is finally complete
7+ - currently only KVM is implemented but more services
8+ will be upgraded in the near future
9+ - new : MQTTForward
10+ - improve keep alive logic
11+ - new : jfAdmin/0.1
12+ - WebUI common interface for WebUIServlets
13+ - new : jfKVM/10.1
14+ - added WebUIServlet interface to integrate with jfAdmin
15+ - new : jfMonitor/0.26, jfTermServer/0.6, jfMQTT/0.13
16+
317Jun 1/2026 : JF/110.0
418 - new : ffmpeg support upgraded to 8.x [removed libpostproc]
519 - min version now 7.1
Original file line number Diff line number Diff line change 11<Wix xmlns =" http://wixtoolset.org/schemas/v4/wxs" xmlns : ui =" http://wixtoolset.org/schemas/v4/wxs/ui" >
2- <Package UpgradeCode =" {52E091EA-4753-4970-B56C-DA6EEEDC26DC}" Version =" 110 .0" Language =" 1033" Name =" JavaForce" Manufacturer =" Peter Quiring" InstallerVersion =" 300" >
2+ <Package UpgradeCode =" {52E091EA-4753-4970-B56C-DA6EEEDC26DC}" Version =" 111 .0" Language =" 1033" Name =" JavaForce" 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