Bump version

This commit is contained in:
Andrey1970AppleLife 2024-03-12 09:55:02 +03:00
parent 9b5fb72da3
commit 2cbe647045
8 changed files with 29 additions and 21 deletions

View File

@ -1 +1 @@
0e82f8fa84b37e9a8e24c31e8f824427
896e53e7e20bab69a5f0c0aaed33c45b

Binary file not shown.

View File

@ -94,7 +94,7 @@
\vspace{0.2in}
Reference Manual (0.9.9)
Reference Manual (1.0.0)
\vspace{0.2in}

Binary file not shown.

View File

@ -1,7 +1,7 @@
\documentclass[]{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL PreviousConfiguration.tex Thu Feb 8 09:16:34 2024
%DIF ADD ../Configuration.tex Tue Feb 27 22:48:30 2024
%DIF DEL PreviousConfiguration.tex Tue Mar 12 09:53:49 2024
%DIF ADD ../Configuration.tex Tue Mar 12 09:53:49 2024
\usepackage{lmodern}
\usepackage{amssymb,amsmath}
@ -154,7 +154,7 @@
\vspace{0.2in}
Reference Manual (0.9\DIFdelbegin \DIFdel{.8}\DIFdelend \DIFaddbegin \DIFadd{.9}\DIFaddend )
Reference Manual (\DIFdelbegin \DIFdel{0.9.9}\DIFdelend \DIFaddbegin \DIFadd{1.0.0}\DIFaddend )
\vspace{0.2in}
@ -166,7 +166,7 @@
\rmfamily
Copyright \textcopyright \DIFdelbegin \DIFdel{2018-2023 }\DIFdelend \DIFaddbegin \DIFadd{2018-2024 }\DIFaddend vit9696
Copyright \textcopyright 2018-2024 vit9696
\end{center}
\end{titlepage}
@ -7453,26 +7453,22 @@ entry is no longer present, the entry for the new OS will still be automatically
If not, it should be manually selected (at this point, \texttt{CTRL+Enter} is a good idea as any final remaining installion restarts
will be to this entry).
\emph{Note \DIFaddbegin \DIFadd{1}\DIFaddend }: When using emulated NVRAM but not installing from within an existing installed macOS (i.e. when installing from
\emph{Note 1}: When using emulated NVRAM but not installing from within an existing installed macOS (i.e. when installing from
within macOS Recovery, or from an installation USB), please refer to this
\href{https://applelife.ru/posts/916248}{forum post} (in Russian)
for additional options.
\DIFaddbegin
\emph{\DIFadd{Note 2}}\DIFadd{: After upgrading from an ealier macOS version to macOS Sonoma, the }\texttt{\DIFadd{Launchd.command}} \DIFadd{script should be
\emph{Note 2}: After upgrading from an ealier macOS version to macOS Sonoma, the \texttt{Launchd.command} script should be
reinstalled, as a different strategy is required in order for NVRAM to be saved successfully.
}
\emph{\DIFadd{Note 3}}\DIFadd{: In macOS Sonoma the following additional constraints apply to the ESP paritition on which
OpenCore is installed, in order for the }\texttt{\DIFadd{Launchd.command}} \DIFadd{script to work successfully:
}
\emph{Note 3}: In macOS Sonoma the following additional constraints apply to the ESP paritition on which
OpenCore is installed, in order for the \texttt{Launchd.command} script to work successfully:
\begin{itemize}
\tightlist
\item \DIFadd{It must not be set to automount.
}\item \DIFadd{It must be unmounted again before shutdown or restart if it was manually mounted.
}\end{itemize}
\DIFaddend
\item It must not be set to automount.
\item It must be unmounted again before shutdown or restart if it was manually mounted.
\end{itemize}
\subsection{Properties}\label{uefiprops}

View File

@ -94,7 +94,7 @@
\vspace{0.2in}
Reference Manual (0.9.8)
Reference Manual (0.9.9)
\vspace{0.2in}
@ -106,7 +106,7 @@
\rmfamily
Copyright \textcopyright 2018-2023 vit9696
Copyright \textcopyright 2018-2024 vit9696
\end{center}
\end{titlepage}
@ -7393,11 +7393,23 @@ entry is no longer present, the entry for the new OS will still be automatically
If not, it should be manually selected (at this point, \texttt{CTRL+Enter} is a good idea as any final remaining installion restarts
will be to this entry).
\emph{Note}: When using emulated NVRAM but not installing from within an existing installed macOS (i.e. when installing from
\emph{Note 1}: When using emulated NVRAM but not installing from within an existing installed macOS (i.e. when installing from
within macOS Recovery, or from an installation USB), please refer to this
\href{https://applelife.ru/posts/916248}{forum post} (in Russian)
for additional options.
\emph{Note 2}: After upgrading from an ealier macOS version to macOS Sonoma, the \texttt{Launchd.command} script should be
reinstalled, as a different strategy is required in order for NVRAM to be saved successfully.
\emph{Note 3}: In macOS Sonoma the following additional constraints apply to the ESP paritition on which
OpenCore is installed, in order for the \texttt{Launchd.command} script to work successfully:
\begin{itemize}
\tightlist
\item It must not be set to automount.
\item It must be unmounted again before shutdown or restart if it was manually mounted.
\end{itemize}
\subsection{Properties}\label{uefiprops}
\begin{enumerate}

Binary file not shown.

View File

@ -30,7 +30,7 @@
OpenCore version reported to log and NVRAM.
OPEN_CORE_VERSION must follow X.Y.Z format, where X.Y.Z are single digits.
**/
#define OPEN_CORE_VERSION "0.9.9"
#define OPEN_CORE_VERSION "1.0.0"
/**
OpenCore build type reported to log and NVRAM.