Skip to content

Commit

Permalink
JF/21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Mar 18, 2020
1 parent 7040e71 commit 74b3d70
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="src" location="src"/>
<property name="build" location="classes"/>
<property name="home" value="."/>
<property name="version" value="20.1.0"/>
<property name="version" value="21.0"/>
<property name="noelf" value="true"/>

<property name="debian.depends" value="default-jre-headless, libjsch-java, libjzlib-java, libjcifs-java, libv4l-0, desktop-file-utils"/>
Expand Down
20 changes: 8 additions & 12 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JavaForce SDK
=============

Version 20.1.0
Version 21.0

What is it?
===========
Expand All @@ -17,21 +17,17 @@ JF is also used to create jfCraft, a Minecraft clone : http://pquiring.github.io

Projects
========
jfPhone - Java VoIP soft phone
jfPhone - VoIP soft phone

jfVideo Creator - video production
jfVideo - video production

jfPaint - multi-tabbed image editor

jfPBX - Java VoIP PBX
jfAudio - audio editor

jfBroadcast - VoIP Auto Dialer System

jfTerm - Telnet client application that includes scripting support
jfPaint - multi-tabbed image editor

jfEdit - multi-tabbed text editor.
jfDVR - Records IP/RTSP/H264 cameras with motion detection

jfHex - multi-tabbed hex editor.
jfBackup - Enterprise tape backup system

and many more...

Expand Down Expand Up @@ -118,4 +114,4 @@ Web : pquiring.github.io/javaforce

Git : github.com/pquiring/javaforce

Released : Mar 17, 2020
Released : Mar 18, 2020
2 changes: 1 addition & 1 deletion src/javaforce/JF.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
public class JF {

public static String getVersion() {
return "20.1.0";
return "21.0";
}

public static void sleep(int milli) {
Expand Down
2 changes: 1 addition & 1 deletion src/javaforce/linux/Linux.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Linux {

/** Returns jfLinux ISO version. */
public static String getVersion() {
return "20";
return "21";
}

public static enum DistroTypes {
Expand Down
5 changes: 5 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
What's new...

Mar 18/2020 : JF 21.0.0 released
- major fix : win64 loader now loads msvcrt dlls included with jre properly
- tested msi packages in Windows Sandbox, they no longer require msvcrt to be pre-installed.
- all msi packages will be re-released

Mar 17/2020 : JF 20.1.0 released
- jfDVR/0.6
- fix : use 24 hour format in filenames
Expand Down

0 comments on commit 74b3d70

Please sign in to comment.