Merge branch 'patch/JAL-3718_fixed_getdown_patched_for_Release_2_11_1_Branch' into...
authorJim Procter <jprocter@issues.jalview.org>
Tue, 15 Sep 2020 15:34:53 +0000 (16:34 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Tue, 15 Sep 2020 15:34:53 +0000 (16:34 +0100)
13 files changed:
getdown/lib/FJVL_VERSION
getdown/lib/JVL_VERSION
getdown/lib/getdown-core.jar
getdown/lib/getdown-launcher-local.jar
getdown/lib/getdown-launcher.jar
getdown/src/getdown/ant/pom.xml
getdown/src/getdown/core/pom.xml
getdown/src/getdown/core/src/main/java/com/threerings/getdown/data/Application.java
getdown/src/getdown/launcher/pom.xml
getdown/src/getdown/mvn_cmd
getdown/src/getdown/pom.xml
j11lib/getdown-core.jar
j8lib/getdown-core.jar

index 042c805..07a2dfc 100644 (file)
@@ -1 +1 @@
-1.8.3-1.2.7_FJVL
+1.8.3-1.2.9_FJVL
index 0cd0530..b971e64 100644 (file)
@@ -1 +1 @@
-1.8.3-1.2.7_JVL
+1.8.3-1.2.9_JVL
index 368ce50..c927dae 100644 (file)
Binary files a/getdown/lib/getdown-core.jar and b/getdown/lib/getdown-core.jar differ
index b7fc765..31df1e6 100644 (file)
Binary files a/getdown/lib/getdown-launcher-local.jar and b/getdown/lib/getdown-launcher-local.jar differ
index 3e3352c..d0e5e35 100644 (file)
Binary files a/getdown/lib/getdown-launcher.jar and b/getdown/lib/getdown-launcher.jar differ
index cb427ba..c180d5f 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.2.7_FJVL</version>
+    <version>1.8.3-1.2.9_FJVL</version>
   </parent>
 
   <artifactId>getdown-ant</artifactId>
index 1f4b310..dd387b1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.2.7_FJVL</version>
+    <version>1.8.3-1.2.9_FJVL</version>
   </parent>
 
   <artifactId>getdown-core</artifactId>
index cffe7c1..313a690 100644 (file)
@@ -1427,6 +1427,8 @@ public class Application
             clearValidationMarkers();
             // if the new copy validates, reinitialize ourselves; otherwise report baffling hoseage
             if (_digest.validateResource(crsrc, null)) {
+                // unset _initialisedConfig so new file is initialised
+                _initialisedConfig = null;
                 init(true);
             } else {
                 log.warning(CONFIG_FILE + " failed to validate even after redownloading. " +
index dac34c0..e7dbeb1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>com.threerings.getdown</groupId>
     <artifactId>getdown</artifactId>
-    <version>1.8.3-1.2.7_FJVL</version>
+    <version>1.8.3-1.2.9_FJVL</version>
   </parent>
 
   <artifactId>getdown-launcher</artifactId>
index ff85c2d..e0d7cf1 100755 (executable)
@@ -3,7 +3,7 @@
 if [ x$JVLVERSION != x ]; then
   export VERSION=$JVLVERSION
 else
-  export VERSION=1.8.3-1.2.7_JVL
+  export VERSION=1.8.3-1.2.9_JVL
 fi
 
 if [ x${VERSION%_JVL} = x$VERSION ]; then
index c3f51d2..8c7c521 100644 (file)
@@ -10,7 +10,7 @@
   <groupId>com.threerings.getdown</groupId>
   <artifactId>getdown</artifactId>
   <packaging>pom</packaging>
-  <version>1.8.3-1.2.7_FJVL</version>
+  <version>1.8.3-1.2.9_FJVL</version>
 
   <name>getdown</name>
   <description>An application installer and updater.</description>
index 368ce50..c927dae 100644 (file)
Binary files a/j11lib/getdown-core.jar and b/j11lib/getdown-core.jar differ
index 368ce50..c927dae 100644 (file)
Binary files a/j8lib/getdown-core.jar and b/j8lib/getdown-core.jar differ