Skip to content

Commit eade48c

Browse files
authored
Merge pull request IQSS#10432 from IQSS/10422-62-release-notes
6.2 release notes
2 parents a2f4518 + 58d8164 commit eade48c

37 files changed

+467
-197
lines changed

doc/release-notes/10101-qa-guide.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/release-notes/10117-api-metrics-add-user-accounts-number.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/release-notes/10155-datasets-can-download-at-least-one-file.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/release-notes/10202-extend-getVersionFiles-api-to-include-total-file-count.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

doc/release-notes/10216-metadatablocks.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/release-notes/10238-container-demo.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/release-notes/10240-file-citation.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/release-notes/10254-fix-harvested-redirects.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/release-notes/10280-get-file-api-extension.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

doc/release-notes/10286-return-owner-added-to-get-apis.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/release-notes/10297-metadata-api-fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/release-notes/10318-uningest-and-reingest.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/release-notes/10338-expose-and-sort-publish-status-facet.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/release-notes/10342-assign-roles-without-privilege-escalation.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/release-notes/10360-binder-redirect.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/release-notes/10381-index-after-publish.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/release-notes/10382-optional-croissant-exporter.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/release-notes/10397-geospatial-tooltip-fix.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

doc/release-notes/10424-new-api-for-mdc.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

doc/release-notes/3437-new-index-api-added.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/release-notes/3623-multipid.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

doc/release-notes/3702-return-to-author.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/release-notes/5645-geospatial-props-nslong-fix.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

doc/release-notes/6.1-release-notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ Upgrading requires a maintenance window and downtime. Please plan ahead, create
247247

248248
These instructions assume that you've already upgraded through all the 5.x releases and are now running Dataverse 6.0.
249249

250-
0\. These instructions assume that you are upgrading from 6.0. If you are running an earlier version, the only safe way to upgrade is to progress through the upgrades to all the releases in between before attempting the upgrade to 5.14.
250+
0\. These instructions assume that you are upgrading from 6.0. If you are running an earlier version, the only safe way to upgrade is to progress through the upgrades to all the releases in between before attempting the upgrade to 6.1.
251251

252252
If you are running Payara as a non-root user (and you should be!), **remember not to execute the commands below as root**. Use `sudo` to change to that user first. For example, `sudo -i -u dataverse` if `dataverse` is your dedicated application user.
253253

@@ -288,6 +288,7 @@ As noted above, deployment of the war file might take several minutes due a data
288288

289289
6a\. Update Citation Metadata Block (to make Alternative Title repeatable)
290290

291+
- `wget https://github.com/IQSS/dataverse/releases/download/v6.1/citation.tsv`
291292
- `curl http://localhost:8080/api/admin/datasetfield/load -H "Content-type: text/tab-separated-values" -X POST --upload-file scripts/api/data/metadatablocks/citation.tsv`
292293

293294
7\. Upate Solr schema.xml to allow multiple Alternative Titles to be used. See specific instructions below for those installations without custom metadata blocks (7a) and those with custom metadata blocks (7b).

0 commit comments

Comments
 (0)