Skip to content

Commit e151392

Browse files
author
Bob Simons
committed
v2.23
Former-commit-id: 77f1ef7a51a22fb2279067e649c9b0b362bfe1de [formerly 4ebd3bdcc4018dc3ba34a9b6cdc9744111cba8c3] [formerly 52dcc387187a18556c633685b3c29812cf09b239 [formerly 82d0fc42d34d7ae4f71cd807dc4bc547a2356244]] Former-commit-id: fce79462e07e306145863e6611c9e6268eea11ec [formerly de8f77c74311333875574c749c8950102bbaf5a7] Former-commit-id: 5dee61b49da8f21129dbc40e6ec4894108804c99 Former-commit-id: 38bfb7cc7593ee3dd98a85f90e1347dda6f1be90
1 parent fff70dc commit e151392

File tree

9 files changed

+81
-62
lines changed

9 files changed

+81
-62
lines changed

WEB-INF/classes/gov/noaa/pfel/coastwatch/TestAll.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1098,8 +1098,8 @@ public static void main(String args[]) throws Throwable {
10981098
WaitThenTryAgainException wttae;
10991099

11001100
StringBuilder errorSB = new StringBuilder();
1101-
boolean interactive = true;
1102-
boolean doSlowTestsToo = true;
1101+
boolean interactive = false;
1102+
boolean doSlowTestsToo = false;
11031103

11041104

11051105
/* for releases, this line should have open/close comment */

download/EDDTableFromEML.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ <h2><a class="selfLink" id="contact" href="#contact" rel="bookmark">Contact</a><
606606

607607
<br>&nbsp;
608608
<hr>
609-
<p>ERDDAP, Version 2.22
609+
<p>ERDDAP, Version 2.23
610610
<br><a rel="bookmark" href="https://coastwatch.pfeg.noaa.gov/erddap/legal.html">Disclaimers</a> |
611611
<a rel="bookmark" href="https://coastwatch.pfeg.noaa.gov/erddap/legal.html#privacyPolicy">Privacy Policy</a>
612612

download/NCCSV.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ <h2><a class="selfLink" id="contact" href="#contact" rel="bookmark">Contact</a><
943943

944944
<br>&nbsp;
945945
<hr>
946-
<p>ERDDAP, Version 2.22
946+
<p>ERDDAP, Version 2.23
947947
<br><a rel="bookmark" href="https://coastwatch.pfeg.noaa.gov/erddap/legal.html">Disclaimers</a> |
948948
<a rel="bookmark" href="https://coastwatch.pfeg.noaa.gov/erddap/legal.html#privacyPolicy">Privacy Policy</a>
949949
</div>

download/NCCSV_1.00.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ <h2><a class="selfLink" id="contact" href="#contact" rel="bookmark">Contact</a><
859859

860860
<br>&nbsp;
861861
<hr>
862-
<p>ERDDAP, Version 2.22
862+
<p>ERDDAP, Version 2.23
863863
<br><a rel="bookmark" href="https://coastwatch.pfeg.noaa.gov/erddap/legal.html">Disclaimers</a> |
864864
<a rel="bookmark" href="https://coastwatch.pfeg.noaa.gov/erddap/legal.html#privacyPolicy">Privacy Policy</a>
865865
</div>

download/NCCSV_1.10.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ <h2><a class="selfLink" id="contact" href="#contact" rel="bookmark">Contact</a><
930930

931931
<br>&nbsp;
932932
<hr>
933-
<p>ERDDAP, Version 2.22
933+
<p>ERDDAP, Version 2.23
934934
<br><a rel="bookmark" href="https://coastwatch.pfeg.noaa.gov/erddap/legal.html">Disclaimers</a> |
935935
<a rel="bookmark" href="https://coastwatch.pfeg.noaa.gov/erddap/legal.html#privacyPolicy">Privacy Policy</a>
936936
</div>

download/changes.html

+7-8
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h2><a class="selfLink" id="changes2.23" href="#changes2.23" rel="bookmark">Chan
7474
in ERDDAP version 2.23 (released 2023-02-27)</h2>
7575
Note that this release was done by Bob Simons, thereby showing that he
7676
is still around and active during the transition to Chris John, his successor.
77-
Stating with this release, all code changes were done by Chis John, unless specified otherwise.
77+
Stating with this release, all code changes are being done by Chis John, unless specified otherwise.
7878
<ul>
7979
<li><strong>New Features and Changes (for users):</strong>
8080
<ul>
@@ -84,16 +84,15 @@ <h2><a class="selfLink" id="changes2.23" href="#changes2.23" rel="bookmark">Chan
8484
<li><strong>Things ERDDAP Administrators Need to Know and Do:</strong>
8585
<ul>
8686
<li>TO DO: SECURITY CHANGE: Google Authentication is now accomplished via the new
87-
Google Identity Services library. Google's support for the old OAuth2 system
88-
will be discontinued 2023-03-15 ("Beware the Ide's of March"?!)
87+
Google Identity Services library which is part of "Sign In with Google".
88+
Google's support for the old "Google Sign In" system will be discontinued 2023-03-31.
8989
So if you use Google Authentication in your ERDDAP installation,
90-
you MUST update to ERDDAP v2.23 before then.
90+
you MUST update to ERDDAP v2.23+ before then.
9191
(Bob is sorry for the short notice. It's Bob's fault.)
9292
<br>&nbsp;
9393

94-
<li>IMPROVED: NCCSV is now v1.2. The change is that the files are now UTF-8-encoded files (was ASCII)
95-
and so can now include any Unicode character
96-
(as is, without encoding as \u<i>hhhh</i>, although that is still allowed).
94+
<li>IMPROVED: NCCSV is now v1.2. The change is that the files are now UTF-8-encoded files (they were ASCII)
95+
and so can now include any Unicode character as is, without encoding as \u<i>hhhh</i>, although that is still allowed.
9796
<br>When writing NCCSV files, ERDDAP now writes v1.2 files.
9897
<br>ERDDAP will still read NCCSV files that follow the v1.0 and v1.1 specification.
9998
<br>Thanks to Pauline-Chauvet, n-a-t-e, and thogar-computer for suggesting this
@@ -7043,7 +7042,7 @@ <h2><a class="selfLink" id="contact" href="#contact" rel="bookmark">Contact</a><
70437042

70447043
<br>&nbsp;
70457044
<hr>
7046-
<p>ERDDAP, Version 2.22
7045+
<p>ERDDAP, Version 2.23
70477046
<br><a href="https://coastwatch.pfeg.noaa.gov/erddap/legal.html">Disclaimers</a> |
70487047
<a href="https://coastwatch.pfeg.noaa.gov/erddap/legal.html#privacyPolicy">Privacy Policy</a>
70497048

download/grids.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ <h3><a class="selfLink" id="RemoteReplicationOfDatasets_Solutions" href="#Remote
12481248

12491249
<br>&nbsp;
12501250
<hr>
1251-
<p>ERDDAP, Version 2.22
1251+
<p>ERDDAP, Version 2.23
12521252
<br><a rel="help" href="https://coastwatch.pfeg.noaa.gov/erddap/legal.html">Disclaimers</a> |
12531253
<a rel="help" href="https://coastwatch.pfeg.noaa.gov/erddap/legal.html#privacyPolicy">Privacy Policy</a>
12541254

0 commit comments

Comments
 (0)