diff --git a/Makefile b/Makefile index 5f65295..86511d2 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ # the Doc Template for RISC-V Extensions. DATE ?= $(shell date +%Y-%m-%d) -VERSION ?= v1.0.0-rc4 -REVMARK ?= Draft +VERSION ?= v1.0.0-rc5 +REVMARK ?= Frozen DOCKER_RUN := docker run --rm -v ${PWD}:/build -w /build \ riscvintl/riscv-docs-base-container-image:latest diff --git a/src/changelog.adoc b/src/changelog.adoc index 1b1a71f..7f881aa 100644 --- a/src/changelog.adoc +++ b/src/changelog.adoc @@ -1,5 +1,8 @@ == Changelog +- *Version 1.0.0-rc5* + * Updated document state to Frozen. + - *Version 1.0.0-rc4* * Added source ID overlap restriction details. * Addressed other ARC feedback for RC3 version. diff --git a/src/rimt-spec.adoc b/src/rimt-spec.adoc index 7fadca4..89480b1 100644 --- a/src/rimt-spec.adoc +++ b/src/rimt-spec.adoc @@ -3,9 +3,9 @@ :docgroup: Platform Runtime Services Task Group :description: RISC-V IO Mapping Table (RIMT) :company: RISC-V.org -:revdate: 10/2024 +:revdate: 01/2025 :revnumber: 1.0 -:revremark: This document is under development. Expect potential changes. Visit http://riscv.org/spec-state for further details. +:revremark: This document is in Frozen state. Change is extremely unlikely. :revinfo: :url-riscv: http://riscv.org :doctype: book @@ -41,11 +41,11 @@ endif::[] :xrefstyle: short [WARNING] -.This document is in the link:http://riscv.org/spec-state[Development state] +.This document is in the https://lf-riscv.atlassian.net/wiki/display/HOME/Specification+States[Frozen state] ==== -Expect potential changes. This draft specification is likely to evolve before -it is accepted as a standard. Implementations based on this draft -may not conform to the future standard. +Change is extremely unlikely. A high threshold will be used, and a change will only occur because of +some truly critical issue being identified during the public review cycle. Any other desired or +needed changes can be the subject of a follow-on new extension. ==== [preface]