diff --git a/Chap_Revisions.tex b/Chap_Revisions.tex index 234b8ba..ee6cadc 100644 --- a/Chap_Revisions.tex +++ b/Chap_Revisions.tex @@ -1304,7 +1304,7 @@ \subsection{Added Attributes (Provisional)} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%% History: Version 5.0 -\section{Version 5.0: TBD} +\section{Version 5.0: May 2023} The v5.0 update includes the following changes from the v4.1 document: @@ -1456,4 +1456,49 @@ \subsection{Removed Constants} Replaced by \refconst{PMIX_ERR_PARTIAL_SUCCESS}. \end{constantdesc} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%% History: Version 5.1 +\section{Version 5.1: TBD} + +The v5.1 update includes the following changes from the v5.0 document: + +%\begin{compactitemize} +%\end{compactitemize} + +\subsection{Added Functions (Provisional)} + +%\begin{compactitemize} +%\end{compactitemize} + +\subsection{Added Macros (Provisional)} + +%\begin{compactitemize} +%\end{compactitemize} + +\subsection{Added Constants (Provisional)} + +%\begin{compactitemize} +%\end{compactitemize} + +\subsection{Added Attributes} + +\subsection{Added Attributes (Provisional)} + +\subsection{Deprecated constants} + +The following constants were deprecated in v5.1: + +\subsection{Deprecated attributes} + +The following attributes were deprecated in v5.1: + +\subsection{Deprecated macros} + +The following macros were deprecated in v5.1: + +\subsection{Removed Constants} + +The following constants were removed: + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/pmix-standard.tex b/pmix-standard.tex index 2ec2b2f..1e2d867 100644 --- a/pmix-standard.tex +++ b/pmix-standard.tex @@ -58,10 +58,10 @@ % Text to appear in the footer on even-numbered pages: % Release candidates are marked as an Unofficial Draft \ifthenelse{\boolean{is_unofficial_draft}} - {\newcommand{\VER}{5.0dev0 (Draft)} + {\newcommand{\VER}{5.1dev0 (Draft)} \newcommand{\VERDATE}{\emph{Created on \today}} } - {\newcommand{\VER}{5.0} + {\newcommand{\VER}{5.1} \newcommand{\VERDATE}{Month Year} } \newcommand{\footerText}{PMIx Standard -- Version \VER{} -- \VERDATE}