Skip to content

Commit

Permalink
JF/18.3.0 for real
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Dec 11, 2019
1 parent 82ce412 commit 82835ff
Show file tree
Hide file tree
Showing 6 changed files with 12 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="18.2.0"/>
<property name="version" value="18.3.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
2 changes: 1 addition & 1 deletion projects/jfbackup/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Author : Peter Quiring
eMail : pquiring at gmail dot com

Version : 0.4
Date : 12/?/2019
Date : 12/11/2019
1 change: 1 addition & 0 deletions projects/jfbackup/whatsnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Dec 11/2019 : 0.4 released
- fix major issues
- support utf-8 filenames
- diskless operation (no temp files)
- not compatible with prior versions

Dec 6/2019 : 0.3 released
- fix client connection issues
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 18.2.0
Version 18.3.0

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

Git : github.com/pquiring/javaforce

Released : Dec 6, 2019
Released : Dec 11, 2019
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 "18.2.0";
return "18.3.0";
}

public static void sleep(int milli) {
Expand Down
6 changes: 6 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
What's new...

Dec 11/2019 : JF 18.3.0 released
- fix : jfBackup/0.4
- fixed major issues - it actually works now
- greatly improved performance by directly writting data to tape drive instead of using intermidiate temp files
- windows was attempting to cache all disk I/O even swapping the kernel to disk to do this - wtf right ?

Dec 6/2019 : JF 18.2.0 released
- fix : jfBackup/0.3
- client connection issues
Expand Down

0 comments on commit 82835ff

Please sign in to comment.