Skip to content

Commit

Permalink
Bump version to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Jul 5, 2022
1 parent 9e8d279 commit e068d37
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion Docs/Configuration.md5
@@ -1 +1 @@
dc628d0c33b3bd2f9afcf3c03868dfa9
825e208ecd95b20abd7eb2b09f1875ba
Binary file modified Docs/Configuration.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Docs/Configuration.tex
Expand Up @@ -94,7 +94,7 @@

\vspace{0.2in}

Reference Manual (0.8.2)
Reference Manual (0.8.3)

\vspace{0.2in}

Expand Down
Binary file modified Docs/Differences/Differences.pdf
Binary file not shown.
14 changes: 7 additions & 7 deletions Docs/Differences/Differences.tex
@@ -1,7 +1,7 @@
\documentclass[]{article}
%DIF LATEXDIFF DIFFERENCE FILE
%DIF DEL PreviousConfiguration.tex Tue Jun 7 04:41:41 2022
%DIF ADD ../Configuration.tex Wed Jun 22 11:28:42 2022
%DIF DEL PreviousConfiguration.tex Tue Jul 5 15:33:28 2022
%DIF ADD ../Configuration.tex Tue Jul 5 15:33:28 2022

\usepackage{lmodern}
\usepackage{amssymb,amsmath}
Expand Down Expand Up @@ -154,7 +154,7 @@

\vspace{0.2in}

Reference Manual (0.8\DIFdelbegin \DIFdel{.1}\DIFdelend \DIFaddbegin \DIFadd{.2}\DIFaddend )
Reference Manual (0.8\DIFdelbegin \DIFdel{.2}\DIFdelend \DIFaddbegin \DIFadd{.3}\DIFaddend )

\vspace{0.2in}

Expand Down Expand Up @@ -2334,7 +2334,7 @@ \subsection{Emulate Properties}\label{kernelpropsemu}
\texttt{DummyPowerManagement}\\
\textbf{Type}: \texttt{plist\ boolean}\\
\textbf{Failsafe}: \texttt{false}\\
\textbf{Requirement}: 10.4\DIFaddbegin \DIFadd{-12}\DIFaddend \\
\textbf{Requirement}: 10.4-12\\
\textbf{Description}: Disables \texttt{AppleIntelCpuPowerManagement}.

\emph{Note 1}: This option is a preferred alternative to
Expand Down Expand Up @@ -2546,7 +2546,7 @@ \subsection{Quirks Properties}\label{kernelpropsquirks}
\texttt{AppleCpuPmCfgLock}\\
\textbf{Type}: \texttt{plist\ boolean}\\
\textbf{Failsafe}: \texttt{false}\\
\textbf{Requirement}: 10.4\DIFaddbegin \DIFadd{-12}\DIFaddend \\
\textbf{Requirement}: 10.4-12\\
\textbf{Description}: Disables \texttt{PKG\_CST\_CONFIG\_CONTROL} (\texttt{0xE2})
MSR modification in AppleIntelCPUPowerManagement.kext, commonly causing early
kernel panic, when it is locked from writing.
Expand Down Expand Up @@ -2892,7 +2892,7 @@ \subsection{Quirks Properties}\label{kernelpropsquirks}
such that \texttt{apfs.kext} will remain untouched.

\emph{Note 2}: On macOS 12.0 and above, it is no longer possible to specify trim timeout.
However, \DIFdelbegin \DIFdel{it }\DIFdelend \DIFaddbegin \DIFadd{trim }\DIFaddend can be disabled by setting \texttt{0}.
However, trim can be disabled by setting \texttt{0}.

\emph{Note 3}: Trim operations are \emph{only} affected at booting phase when the startup volume is mounted.
Either specifying timeout, or completely disabling trim with \texttt{0}, will not affect normal macOS running.
Expand Down Expand Up @@ -7008,7 +7008,7 @@ \subsubsection{Configuration}
\item \texttt{-{}-restore-nosnoop} - Boolean flag, enabled if present. \medskip

AudioDxe clears the Intel HDA No Snoop Enable (NSNPEN) bit. On some systems, this change must
be reversed on exit in order to avoid breaking sound in Windows \DIFaddbegin \DIFadd{or Linux}\DIFaddend . If so, this flag should
be reversed on exit in order to avoid breaking sound in Windows or Linux. If so, this flag should
be added to AudioDxe driver arguments.
Not enabled by default, since restoring the flag can prevent sound from working in macOS on
some other systems. \medskip
Expand Down
10 changes: 5 additions & 5 deletions Docs/Differences/PreviousConfiguration.tex
Expand Up @@ -94,7 +94,7 @@

\vspace{0.2in}

Reference Manual (0.8.1)
Reference Manual (0.8.2)

\vspace{0.2in}

Expand Down Expand Up @@ -2274,7 +2274,7 @@ \subsection{Emulate Properties}\label{kernelpropsemu}
\texttt{DummyPowerManagement}\\
\textbf{Type}: \texttt{plist\ boolean}\\
\textbf{Failsafe}: \texttt{false}\\
\textbf{Requirement}: 10.4\\
\textbf{Requirement}: 10.4-12\\
\textbf{Description}: Disables \texttt{AppleIntelCpuPowerManagement}.

\emph{Note 1}: This option is a preferred alternative to
Expand Down Expand Up @@ -2486,7 +2486,7 @@ \subsection{Quirks Properties}\label{kernelpropsquirks}
\texttt{AppleCpuPmCfgLock}\\
\textbf{Type}: \texttt{plist\ boolean}\\
\textbf{Failsafe}: \texttt{false}\\
\textbf{Requirement}: 10.4\\
\textbf{Requirement}: 10.4-12\\
\textbf{Description}: Disables \texttt{PKG\_CST\_CONFIG\_CONTROL} (\texttt{0xE2})
MSR modification in AppleIntelCPUPowerManagement.kext, commonly causing early
kernel panic, when it is locked from writing.
Expand Down Expand Up @@ -2832,7 +2832,7 @@ \subsection{Quirks Properties}\label{kernelpropsquirks}
such that \texttt{apfs.kext} will remain untouched.

\emph{Note 2}: On macOS 12.0 and above, it is no longer possible to specify trim timeout.
However, it can be disabled by setting \texttt{0}.
However, trim can be disabled by setting \texttt{0}.

\emph{Note 3}: Trim operations are \emph{only} affected at booting phase when the startup volume is mounted.
Either specifying timeout, or completely disabling trim with \texttt{0}, will not affect normal macOS running.
Expand Down Expand Up @@ -6948,7 +6948,7 @@ \subsubsection{Configuration}
\item \texttt{-{}-restore-nosnoop} - Boolean flag, enabled if present. \medskip

AudioDxe clears the Intel HDA No Snoop Enable (NSNPEN) bit. On some systems, this change must
be reversed on exit in order to avoid breaking sound in Windows. If so, this flag should
be reversed on exit in order to avoid breaking sound in Windows or Linux. If so, this flag should
be added to AudioDxe driver arguments.
Not enabled by default, since restoring the flag can prevent sound from working in macOS on
some other systems. \medskip
Expand Down
Binary file modified Docs/Errata/Errata.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Include/Acidanthera/Library/OcMainLib.h
Expand Up @@ -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.8.2"
#define OPEN_CORE_VERSION "0.8.3"

/**
OpenCore build type reported to log and NVRAM.
Expand Down

0 comments on commit e068d37

Please sign in to comment.