Skip to content

Commit

Permalink
JF/29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Oct 14, 2020
1 parent 17cda1b commit 2716e0b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 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="28.0"/>
<property name="version" value="29.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
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JavaForce SDK
=============

Version 28.0
Version 29.0

What is it?
===========
Expand Down Expand Up @@ -113,4 +113,4 @@ Web : pquiring.github.io/javaforce

Git : github.com/pquiring/javaforce

Released : Sept 28, 2020
Released : Oct 14, 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 "28.0";
return "29.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 "28";
return "29";
}

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

Oct 14/2020 : JF 29.0 released
- jfPBX/0.30
- revamped database (upgrade not possible)
- many VoIP fixes
- new : added LLRP client to read/write RFID tags
using compatible readers (impinj)
- new : added MQTT service

Sept 28/2020 : JF 28.0 released
- MODBUS : added support for IR and HR tags
- jfDataLogger/0.27
Expand Down

0 comments on commit 2716e0b

Please sign in to comment.