Skip to content

Commit dad74f5

Browse files
committed
JF/92.0
1 parent 2e53580 commit dad74f5

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>io.github.pquiring</groupId>
99
<artifactId>javaforce</artifactId>
10-
<version>91.2</version>
10+
<version>92.0</version>
1111

1212
<scm>
1313
<url>https://github.com/pquiring/javaforce</url>

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
JavaForce SDK
22
=============
33

4-
Version 91.2
4+
Version 92.0
55

66
Description
77
===========
@@ -46,7 +46,7 @@ Before checking out the source make sure to configure line endings:
4646
Checkout Javaforce and a specific version:
4747
git clone http://github.com/pquiring/javaforce
4848
cd javaforce
49-
git checkout tags/91.2
49+
git checkout tags/92.0
5050
ant
5151
Next build the native loaders.
5252

src/javaforce/JF.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
public class JF {
2222

2323
public static String getVersion() {
24-
return "91.2";
24+
return "92.0";
2525
}
2626

2727
public static void main(String[] args) {

versions.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#JavaForce version properties
22

33
#JavaForce version
4-
javaforce-version=91.2
4+
javaforce-version=92.0
55

66
#Java JDK version (version that is targetted in compiling)
77
java-version=17

whatsnew.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
What's new...
22

3+
Oct 27/2025 : JF/92.0
4+
- new : javaforce.access.*
5+
- access control system
6+
- jfKVM/9.0
7+
- implemented new access control (users/groups)
8+
- jfMonitor/0.21
9+
- ui fixes
10+
311
Oct 20/2025 : JF/91.2
412
- jfMonitor/0.20
513
- added Tasks Log panel

0 commit comments

Comments
 (0)