From 22f993007a0db2ecc67f1118d29fc5cb7aeb0a7c Mon Sep 17 00:00:00 2001 From: Simeon Warner Date: Thu, 7 Nov 2024 12:11:50 -0500 Subject: [PATCH] Address @neilsjeffries comments --- 1.1/spec/change-log.md | 4 ++-- 1.1/spec/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/1.1/spec/change-log.md b/1.1/spec/change-log.md index 92aea02..cb3151e 100644 --- a/1.1/spec/change-log.md +++ b/1.1/spec/change-log.md @@ -123,7 +123,7 @@ The E070 error description in `validation-codes.md` is corrected to refer to `ex #### Reword filesystem case sensitivity comments -Version 1.1.0 had an unenforceable MUST regarding filesystem case preservation. The [Filesystem Features](https://ocfl.io/1.1/spec/#filesystem-features) section was change to instead point out that implementation over filesystems that either do not preserve case or are not case sensitive require great care, including making appropriate choices for file paths and filenames. (Issue [#528](https://github.com/OCFL/spec/issues/528)) +Version 1.1.0 had an unenforceable MUST regarding filesystem case preservation. The [Filesystem Features](https://ocfl.io/1.1/spec/#filesystem-features) section was changed to instead point out that implementation over filesystems that either do not preserve case or are not case sensitive require great care, including making appropriate choices for file paths and filenames. (Issue [#528](https://github.com/OCFL/spec/issues/528)) #### Add range of specification sections covering Object Structure @@ -135,7 +135,7 @@ The [fixity](https://ocfl.io/1.1/implementation-notes/#fixity) section of the Im #### Update links to Pairtree and NAMASTE specifications -Links to both the Pairtree and NAMASTE specifications have been updates in the [Specification references](https://ocfl.io/1.1/spec/#references) and the [Implementation Notes references](https://ocfl.io/1.1/implementation-notes/#references). (Issues [#627](https://github.com/OCFL/spec/issues/627) and [#629](https://github.com/OCFL/spec/issues/629#issuecomment-1623865455)) +Links to both the Pairtree and NAMASTE specifications have been updated in the [Specification references](https://ocfl.io/1.1/spec/#references) and the [Implementation Notes references](https://ocfl.io/1.1/implementation-notes/#references). (Issues [#627](https://github.com/OCFL/spec/issues/627) and [#629](https://github.com/OCFL/spec/issues/629#issuecomment-1623865455)) ### Corrections to validation codes diff --git a/1.1/spec/index.md b/1.1/spec/index.md index 14aa02d..f5b3cb8 100644 --- a/1.1/spec/index.md +++ b/1.1/spec/index.md @@ -1395,4 +1395,4 @@ Proposed Standard. URL: | Version | Date | Description | | --- | --- | --- | | [v1.1.0](https://ocfl.io/1.1.0/spec/) | 7 October 2022 | First v1.1, [release notes](https://ocfl.io/news/#version-11-of-the-oxford-common-file-layout-ocfl-released), [change log](https://ocfl.io/1.1.0/spec/change-log.html) | -| [v1.1.1](https://ocfl.io/1.1.1/spec/) | 8 November 2024 | Clarifications, [release notes](https://ocfl.io/news/#version-111-of-the-oxford-common-file-layout-ocfl-released), [change log](https://ocfl.io/1.1/spec/change-log.html) | +| [v1.1.1](https://ocfl.io/1.1.1/spec/) | 8 November 2024 | Clarifications, [release notes](https://ocfl.io/news/#version-111-of-the-oxford-common-file-layout-ocfl-released), [change log](https://ocfl.io/1.1.1/spec/change-log.html) |