-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change version to 1.0.0-rc1 (frozen); rebuild PDF.
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
Showing
5 changed files
with
14 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,8 +82,6 @@ | |
|
||
\input{vc.tex} | ||
|
||
\newcommand{\versionnum}{1.0\ifrelease\else-\releasename\fi} | ||
|
||
\begin{document} | ||
|
||
\title{RISC-V Debug Specification\\ | ||
|
@@ -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 | ||
|
||
|
@@ -132,11 +130,13 @@ | |
|
||
\ifrelease | ||
\else | ||
\ifdefstring{\releasename}{Frozen}{}{ | ||
\chapter{Change Log} | ||
|
||
\begin{versionhistory} | ||
\input{changelog.tex} | ||
\end{versionhistory} | ||
} | ||
\fi | ||
|
||
\end{document} |