File tree Expand file tree Collapse file tree 5 files changed +14
-6
lines changed
Expand file tree Collapse file tree 5 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 77
88 <groupId >io.github.pquiring</groupId >
99 <artifactId >javaforce</artifactId >
10- <version >93 .0</version >
10+ <version >94 .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 93 .0
4+ Version 94 .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/93 .0
49+ git checkout tags/94 .0
5050 ant
5151Next build the native loaders.
5252
Original file line number Diff line number Diff line change 2121public class JF {
2222
2323 public static String getVersion () {
24- return "93 .0" ;
24+ return "94 .0" ;
2525 }
2626
2727 public static void main (String [] args ) {
Original file line number Diff line number Diff line change 11# JavaForce version properties
22
33# JavaForce version
4- javaforce-version =93 .0
4+ javaforce-version =94 .0
55
66# Java JDK version (version that is targetted in compiling)
77java-version =17
Original file line number Diff line number Diff line change 11What's new...
22
3+ Dec 4/2025 : JF/94.0
4+ - fix : rtsp issues with localhost
5+ - fix : MediaVideoEncoder
6+ - jfRTSPCamera/0.1
7+ - new app to turn your computer into a DVR camera (rtsp server)
8+ - jfMedia/0.23
9+ - fixed rtsp issues
10+
311Nov 3/2025 : JF/93.0
412 - webui TerminalPanel
513 - added support for SSH
@@ -140,7 +148,7 @@ Feb 25/2025 : JF/81.0
140148 - jfVNC/0.7
141149 - jfRemote/0.8
142150 - jfKVM/2.5
143- - check write access to storage before staring VM
151+ - check write access to storage before staring VM
144152
145153Feb 20/2025 : JF/80.0
146154 - following NetBeans lead batik has been replaced with jsvg for SVG support
You can’t perform that action at this time.
0 commit comments