From 475ac964ce4cb97148df31e4ff519b9a1e0a5322 Mon Sep 17 00:00:00 2001 From: Peter Quiring Date: Fri, 13 Dec 2019 09:54:10 -0500 Subject: [PATCH] JF/18.5.0 - jfBackup/0.6 --- build.xml | 2 +- projects/jfbackup/build.xml | 2 +- projects/jfbackup/readme.txt | 4 ++-- projects/jfbackup/src/Config.java | 2 +- projects/jfbackup/whatsnew.txt | 4 ++++ projects/jfbackup/wix64.xml | 2 +- readme.txt | 2 +- src/javaforce/JF.java | 2 +- whatsnew.txt | 4 ++++ 9 files changed, 16 insertions(+), 8 deletions(-) diff --git a/build.xml b/build.xml index 170a8be91..5dade8599 100755 --- a/build.xml +++ b/build.xml @@ -5,7 +5,7 @@ - + diff --git a/projects/jfbackup/build.xml b/projects/jfbackup/build.xml index 244d78142..1086d9761 100644 --- a/projects/jfbackup/build.xml +++ b/projects/jfbackup/build.xml @@ -8,7 +8,7 @@ - + diff --git a/projects/jfbackup/readme.txt b/projects/jfbackup/readme.txt index 2784a831a..3de0ecd4f 100644 --- a/projects/jfbackup/readme.txt +++ b/projects/jfbackup/readme.txt @@ -42,5 +42,5 @@ Source Code : https://github.com/pquiring/javaforce/tree/master/projects/jfbacku Author : Peter Quiring eMail : pquiring at gmail dot com -Version : 0.5 -Date : 12/?/2019 +Version : 0.6 +Date : 12/13/2019 diff --git a/projects/jfbackup/src/Config.java b/projects/jfbackup/src/Config.java index 7435f44b6..921ac1c67 100644 --- a/projects/jfbackup/src/Config.java +++ b/projects/jfbackup/src/Config.java @@ -11,7 +11,7 @@ public class Config implements Serializable { public static final long serialVersionUID = 1; - public static final String AppVersion = "0.5"; + public static final String AppVersion = "0.6"; public static final String APIVersion = "V003"; public static final int APIVersionMin = 2; diff --git a/projects/jfbackup/whatsnew.txt b/projects/jfbackup/whatsnew.txt index a88bbf246..08ae36c91 100644 --- a/projects/jfbackup/whatsnew.txt +++ b/projects/jfbackup/whatsnew.txt @@ -1,3 +1,7 @@ +Dec 13/2019 : 0.6 released + - fix : restore job was not closing files (would eventually get closed by gc) + - everytime I find a bug 2 mins after a release - beta testers wanted + Dec 13/2019 : 0.5 released - greatly improved performance - successfully backed up a 250GB remote volume in under 9 hrs diff --git a/projects/jfbackup/wix64.xml b/projects/jfbackup/wix64.xml index 86ecce5f3..2a9e1e1d9 100644 --- a/projects/jfbackup/wix64.xml +++ b/projects/jfbackup/wix64.xml @@ -1,6 +1,6 @@ - + diff --git a/readme.txt b/readme.txt index ac859928d..91f3d18f6 100755 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ JavaForce SDK ============= -Version 18.4.0 +Version 18.5.0 What is it? =========== diff --git a/src/javaforce/JF.java b/src/javaforce/JF.java index 990059859..63f1f06a0 100755 --- a/src/javaforce/JF.java +++ b/src/javaforce/JF.java @@ -18,7 +18,7 @@ public class JF { public static String getVersion() { - return "18.4.0"; + return "18.5.0"; } public static void sleep(int milli) { diff --git a/whatsnew.txt b/whatsnew.txt index 6dd4ab96a..0570ec448 100755 --- a/whatsnew.txt +++ b/whatsnew.txt @@ -1,5 +1,9 @@ What's new... +Dec 13/2019 : JF 18.5.0 released + - jfBackup/0.6 + - fix : close file after restore (gc would have got it eventually) + Dec 13/2019 : JF 18.4.0 released - jfBackup/0.5 - greatly improved performance