From: Jim Procter Date: Wed, 21 Oct 2020 15:14:20 +0000 (+0100) Subject: Merge branch 'releases/Release_2_11_1_Branch' X-Git-Tag: Release_2_11_2_2~1^2~4 X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=commitdiff_plain;h=ac61fb10082ada6e0c967650b52fa75219a7625a;hp=c6874080bf8a7ddf943200597e23a344c946a808 Merge branch 'releases/Release_2_11_1_Branch' --- diff --git a/RELEASE b/RELEASE index 3600be2..90eaa35 100644 --- a/RELEASE +++ b/RELEASE @@ -1,2 +1,2 @@ jalview.release=releases/Release_2_11_1_Branch -jalview.version=2.11.1.1 +jalview.version=2.11.1.2 diff --git a/build.gradle b/build.gradle index 68d0c04..b2e9af1 100644 --- a/build.gradle +++ b/build.gradle @@ -94,7 +94,7 @@ ext { } //// // Set JALVIEW_VERSION if it is not already set - if (findProperty(JALVIEW_VERSION)==null || "".equals(JALVIEW_VERSION)) { + if (findProperty("JALVIEW_VERSION")==null || "".equals(JALVIEW_VERSION)) { JALVIEW_VERSION = releaseProps.get("jalview.version") } diff --git a/gradle.properties b/gradle.properties index 453572a..70a41ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,7 +13,8 @@ source_dir = src test_source_dir = test #test_source_dir = utils/jalviewjs/test/test -JALVIEW_VERSION = DEVELOPMENT +# JALVIEW_VERSION now being set by logic in build.gradle defaulting to looking at jalview.version property in RELEASE file +#JALVIEW_VERSION = DEVELOPMENT INSTALLATION = Source jalview_keystore = keys/.keystore jalview_keystore.pass = alignmentisfun diff --git a/help/help/html/releases.html b/help/help/html/releases.html index d402a12..9d3c0d2 100755 --- a/help/help/html/releases.html +++ b/help/help/html/releases.html @@ -57,6 +57,24 @@ li:before { 2.11.1.2
+ 25/09/2020
+ + + + + + + + + 2.11.1.1
17/09/2020
diff --git a/help/help/html/whatsNew.html b/help/help/html/whatsNew.html index 2e18bae..cc91c62 100755 --- a/help/help/html/whatsNew.html +++ b/help/help/html/whatsNew.html @@ -24,12 +24,13 @@

- Jalview 2.11.1.1 + Jalview 2.11.1.2

-

Jalview 2.11.1.1 is the first patch release for Jalview version - 2.11.1. In addition to fixes for some critical bugs, it also - contains a handful of new features suggested by the Jalview - community.

+

Jalview 2.11.1.2 is the second patch release, fixing a bug + introduced in last weeks Jalview 2.11.1.1 release affecting display + of Jalview's example project for some users. Together, these + releases include fixes for a number of critical bugs, and also contains a + handful of new features suggested by the Jalview community.