Merge branch 'merge/from_2_11_2_7_to_2_11_3_0' into develop
authorJames Procter <j.procter@dundee.ac.uk>
Tue, 4 Jul 2023 11:54:58 +0000 (12:54 +0100)
committerJames Procter <j.procter@dundee.ac.uk>
Tue, 4 Jul 2023 11:54:58 +0000 (12:54 +0100)
help/help/html/privacy.html
help/markdown/releases/release-2_11_2_7.md
help/markdown/whatsnew/whatsnew-2_11_2_7.md
src/jalview/analytics/Plausible.java
src/jalview/api/RotatableCanvasI.java

index 73138f6..8704ce8 100644 (file)
                                                job data (input data and results) after about two weeks.</i></li>
                        </ul> <br></li>
                <li><em>Usage Analytics</em><br> Since Jalview 2.11.2.7, the
-                       Jalview Desktop records usage data with Plausible.io via a custom
-                       GPLv3 client developed by Ben Soares. Prir to this, Jalview versions
-                       as far back as 2.4 recorded application launces via <a
+                       Jalview Desktop records usage data with a self-hosted instance of the
+                       analytics stack <a href="https://plausible.io">Plausible.io</a> via a
+                       custom GPLv3 client developed by Ben Soares. Prior to this, Jalview
+                       versions as far back as 2.4 recorded application launches via <a
                        href="http://code.google.com/p/jgoogleanalytics/">JGoogleAnalytics</a>
                        .<br> Usage logs for Jalview record the fact that the
                        application was started, and details about the OS, installed Jalview
index 9cbae38..361d39a 100644 (file)
@@ -1,6 +1,6 @@
 ---
 version: 2.11.2.7
-date: 2023-06-29
+date: 2023-06-30
 channel: "release"
 ---
 
index a5e5a79..f884134 100644 (file)
@@ -1,3 +1,5 @@
-Jalview 2.11.2.7 is a rapid patch patch release. 
+Jalview 2.11.2.7 is a minor patch release - it includes patches affecting efficiency when importing structures and a small revision to the import processing of structures with negative residue numbering. 
+
+With this release, Jalview usage statistics are now collected by a jalview.org hosted instance of the open source privacy-preserving analytics stack, Plausible.io. 
 
 
index 3d7f1cd..ab2de77 100644 (file)
@@ -1,3 +1,23 @@
+/*
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
+ * 
+ * This file is part of Jalview.
+ * 
+ * Jalview is free software: you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License 
+ * as published by the Free Software Foundation, either version 3
+ * of the License, or (at your option) any later version.
+ *  
+ * Jalview is distributed in the hope that it will be useful, but 
+ * WITHOUT ANY WARRANTY; without even the implied warranty 
+ * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
+ * PURPOSE.  See the GNU General Public License for more details.
+ * 
+ * You should have received a copy of the GNU General Public License
+ * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
+ * The Jalview Authors are detailed in the 'AUTHORS' file.
+ */
 package jalview.analytics;
 
 import java.io.BufferedReader;
index c6eb6de..1646d89 100644 (file)
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2b1)
- * Copyright (C) 2014 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  *