Skip to content

Commit

Permalink
Change version to 1.0.0-rc1 (frozen); rebuild PDF.
Browse files Browse the repository at this point in the history
https://lists.riscv.org/g/tech-committee-chairs/message/474 links to an
email showing that we're approved for freeze, but that email is not
publically available.
  • Loading branch information
rtwfroody committed Jan 12, 2024
1 parent 359bedc commit 96ab93b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CC=$(RISCV)/bin/riscv64-unknown-elf-gcc

DRAFT=riscv-debug-draft
STABLE=riscv-debug-stable
FROZEN=riscv-debug-frozen
RELEASE=riscv-debug-release
NOTES=riscv-debug-workgroup-notes

Expand Down Expand Up @@ -32,12 +33,14 @@ INCLUDES_TEX += future.tex

FIGURES = fig/*

all: stable $(NOTES).pdf
all: frozen $(NOTES).pdf

draft: $(DRAFT).pdf

stable: $(STABLE).pdf

frozen: $(FROZEN).pdf

release: $(RELEASE).pdf

%.pdf: %.tex $(REGISTERS_TEX) $(FIGURES) $(INCLUDES_TEX) vc.tex changelog.tex
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
RISC-V Debug Specification
==========================

The current master branch is v1.0.0-stable.
The current master branch is v1.0.0-frozen.

You may be looking for one of the following pre-built PDFs:
* [Latest stable](https://github.com/riscv/riscv-debug-spec/blob/master/riscv-debug-stable.pdf)
* [Latest frozen](https://github.com/riscv/riscv-debug-spec/blob/master/riscv-debug-frozen.pdf)
* [Latest release](https://github.com/riscv/riscv-debug-spec/blob/release/riscv-debug-release.pdf)

Build Instructions
Expand Down
Binary file renamed riscv-debug-stable.pdf → riscv-debug-frozen.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions riscv-debug-frozen.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
\newif\ifrelease
\releasefalse
\newcommand{\releasename}{Frozen}
\newcommand{\versionnum}{1.0.0-rc1}
\input{riscv-debug-spec.tex}
6 changes: 3 additions & 3 deletions riscv-debug-spec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@

\input{vc.tex}

\newcommand{\versionnum}{1.0\ifrelease\else-\releasename\fi}

\begin{document}

\title{RISC-V Debug Specification\\
Expand All @@ -92,7 +90,7 @@
}
\author{Editors: \\
Paul Donahue \textless [email protected]\textgreater, Ventana Micro Systems \\
Tim Newsome \textless tim@sifive.com\textgreater, SiFive, Inc.}
Tim Newsome \textless tim@casualhacker.net\textgreater}
\date{\GITAuthorDate}
\maketitle

Expand Down Expand Up @@ -132,11 +130,13 @@

\ifrelease
\else
\ifdefstring{\releasename}{Frozen}{}{
\chapter{Change Log}

\begin{versionhistory}
\input{changelog.tex}
\end{versionhistory}
}
\fi

\end{document}

0 comments on commit 96ab93b

Please sign in to comment.