rmc_website/pages/misc/systemupdater/ChangeLogs/CTR-SDK_ChangeLog.html
2023-11-09 00:03:19 -05:00

102 lines
8.8 KiB
HTML
Executable File

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>CTR-SDK Change Log</title>
<link rel="stylesheet" href="/assets/css/systemupdater/nwdoc.css" type="text/css" />
<link rel="stylesheet" href="/assets/css/systemupdater/css/release_note.css" type="text/css" />
</head>
<body class="nwdoc nwhiderightbar" nwai_levelbegin="2" nwai_levelend="2">
<!-- ====================================================================== -->
<h1>CTR-SDK Change Log</h1>
<h2>Contents</h2>
<h3>CTR-SDK 11.6.1 (2018-06-20 - for System Updater 0.27.0)</h3><p><a href="#version_11_6_1_0">Update Details</a></p>
<h4>Bug Fixes</h4>
<ul style="list-style-type:none;">
<li><a href="#note_56-S01">56-S01: (DevEnv) Fixed a bug when building in CTR-SDK 11.6.0 where a warning message was displayed in Master Editor if the SDK and the desc file versions did not match. [SDK]</a></li>
<li><a href="#note_56-S02">56-S02: (HIO) Fixed a bug where nn::hio::HostFile::Seek in PARTNER-CTR would not support a file larger than 2 GB. [SDK]</a></li>
</ul>
<h3>CTR-SDK 11.6.0 (2017-09-19 - for System Updater 0.27.0)</h3><p><a href="#version_11_6_0_0">Update Details</a></p>
<h4>Additions and Changes</h4>
<ul style="list-style-type:none;">
<li><a href="#note_55-S03">55-S03: (BOSS) Improved documentation for the rules for displaying the update indicator for SpotPass. [SDK]</a></li>
<li><a href="#note_55-S04">55-S04: (BOSS) Clarified that the service status of the data store linking task remains as <code>SERVICE_UNKNOWN</code>. [SDK]</a></li>
<li><a href="#note_55-S06">55-S06: (EC) Updated the eShop REST API manual. [SDK]</a></li>
<li><a href="#note_55-S07">55-S07: (EC) Revised the manual to state that dummy credit cards can no longer be used on South Korean region consoles. [SDK]</a></li>
<li><a href="#note_55-S08">55-S08: (FS) Added to the manual that nn::fs::ResultWriteProtected might sometimes not be returned when the SD card is write-protected. [SDK | Sample Demos]</a></li>
</ul>
<h4>Bug Fixes</h4>
<ul style="list-style-type:none;">
<li><a href="#note_55-S01">55-S01: (APPLET) Fixed a bug that generated an error when jumping to Nintendo eShop while a library applet had been preloaded. [SDK]</a></li>
<li><a href="#note_55-S02">55-S02: (BOSS) Fixed a bug that entered an extraneous character at the end of a URL return displayed with BossLotcheckTool. [SDK]</a></li>
<li><a href="#note_55-S05">55-S05: (CX) Fixed a bug that caused a buffer overrun with the nn::cx::CompressHuffman function. [SDK]</a></li>
<li><a href="#note_55-S09">55-S09: (SND) Fixed a bug where the status for nn::snd::CTR::WaveBuffer structures after waking from sleep mode did not update correctly. [SDK]</a></li>
<li><a href="#note_55-S10">55-S10: (TOOL) Fixed a bug that caused insufficient memory with makerom. [SDK]</a></li>
</ul>
<h3>Previous Revision Histories</h3>
<p>For the previous change log, see <a href="CTR-SDK_ChangeLog_old.html">here</a>.</p>
<p>For change logs prior to CTR-SDK 7.2.1, see <a href="ChangeLog_CTR.html">here</a>.</p>
<h2 id="version_11_6_1_0">Changes in CTR-SDK 11.6.1 (2018-06-20 - for System Updater 0.27.0)</h2>
<h3 id="category_56_0">Bug Fixes</h3>
<h3 id="note_56-S01" class="release_note"><span class="bugfix_style">Bug Fix</span> 56-S01: (DevEnv) Fixed a bug when building in CTR-SDK 11.6.0 where a warning message was displayed in Master Editor if the SDK and the desc file versions did not match. [SDK]</h3>
<p class="release_note">Fixed a bug when building in CTR-SDK 11.6.0 where a warning message was displayed in Master Editor if the SDK and the desc file versions did not match.
</p>
<h3 id="note_56-S02" class="release_note"><span class="bugfix_style">Bug Fix</span> (HIO) Fixed a bug where nn::hio::HostFile::Seek in PARTNER-CTR would not support a file larger than 2 GB. [SDK]</h3>
<p class="release_note">Fixed a bug where the <code>nn::hio::HostFile::Seek</code> function, when combined with PARTNER-CTR, could not seek from the beginning of files in areas over 2 GB.
</p>
<h2 id="version_11_6_0_0">Changes in CTR-SDK 11.6.0 (2017-09-19 - for System Updater 0.27.0)</h2>
<h3 id="category_55_0">Additions and Changes</h3>
<h3 id="note_55-S03" class="release_note"><span class="addition_style">Additions and Changes</span> 55-S03: (BOSS) Improved documentation for the rules for displaying the update indicator for SpotPass. [SDK]</h3>
<p class="release_note">Improved documentation for the rules for update indicator display for SpotPass. <br/>For more information, see the documentation for <em>Update Indicator</em> at <code>$CTR_SDK/documents/resources/UpdateIndicator/UpdateIndicator.html</code>.
</p>
<h3 id="note_55-S04" class="release_note"><span class="addition_style">Additions and Changes</span> 55-S04: (BOSS) Clarified that the service status of the data store linking task remains as SERVICE_UNKNOWN. [SDK]</h3>
<p class="release_note">Added to the <code>nn::boss::Task::GetServiceStatus</code> function reference that the service status remains as <code>SERVICE_UNKNOWN</code> with the BOSS with the data store linking task.
</p>
<h3 id="note_55-S06" class="release_note"><span class="addition_style">Additions and Changes</span> 55-S06: (EC) Updated the eShop REST API manual. [SDK]</h3>
<p class="release_note">Updated the eShop REST API manual.
</p>
<h3 id="note_55-S07" class="release_note"><span class="addition_style">Additions and Changes</span> 55-S07: (EC) Revised the manual to state that dummy credit cards can no longer be used on South Korean region consoles. [SDK]</h3>
<p class="release_note">Revised the manual because in the development environment, specification changes no longer allowed adding balances with credit cards when the country was set as Korea.
</p>
<h3 id="note_55-S08" class="release_note"><span class="addition_style">Additions and Changes</span> 55-S08: (FS) Added to the manual that nn::fs::ResultWriteProtected might sometimes not be returned when the SD card is write-protected. [SDK | Sample Demos]</h3>
<p class="release_note">Added to the function reference and the sample demo that when accessing a write-protected SD card, <code>nn::fs::ResultOperationDenied</code> is returned instead of <code>nn::fs::ResultWriteProtected</code>.
</p>
<h3 id="category_55_0">Bug Fixes</h3>
<h3 id="note_55-S01" class="release_note"><span class="bugfix_style">Bug Fix</span> 55-S01: (APPLET) Fixed a bug that generated an error when jumping to Nintendo eShop while a library applet had been preloaded. [SDK]</h3>
<p class="release_note">When jumping to Nintendo eShop when a request to preload a library applet was issued with the <code>nn::swkbd::CTR::PreloadKeyboardApplet</code> or other function, an error would occur. This bug has been fixed.
</p>
<h3 id="note_55-S02" class="release_note"><span class="bugfix_style">Bug Fix</span> 55-S02: (BOSS) Fixed a bug that entered an extraneous character at the end of a URL return displayed with BossLotcheckTool. [SDK]</h3>
<p class="release_note">A bug caused an inappropriate character to be displayed when displaying the BOSS task URL using the BossLotCheckTool. This bug has been fixed.
</p>
<h3 id="note_55-S05" class="release_note"><span class="bugfix_style">Bug Fix</span> 55-S05: (CX) Fixed a bug that caused a buffer overrun with the nn::cx::CompressHuffman function. [SDK]</h3>
<p class="release_note">Depending on the content of the data to be compressed, a bug caused data to be written that exceeded the size of the buffer allocated by <code>nn::cx::CompressHuffman</code>. This bug has been fixed.
</p>
<h3 id="note_55-S09" class="release_note"><span class="bugfix_style">Bug Fix</span> 55-S09: (SND) Fixed a bug where the status for nn::snd::CTR::WaveBuffer structures after waking from sleep mode did not update correctly. [SDK]</h3>
<p class="release_note">A bug prevented the status for <code>nn::snd::CTR::WaveBuffer</code> structures being played from being updated correctly after waking from sleep mode. This bug has been fixed.
</p>
<h3 id="note_55-S10" class="release_note"><span class="bugfix_style">Bug Fix</span> 55-S10: (TOOL) Fixed a bug that caused insufficient memory with makerom. [SDK]</h3>
<p class="release_note">A bug caused crashes due to insufficient memory in environments with multiple CPU cores. This bug was fixed.
</p>
<!-- ====================================================================== -->
</body>
<footer style="text-align:right;">
<div style="position: fixed;bottom: 0;margin-bottom:1%;z-index: 4;">
<a class="fancy" href="/pages/misc/systemupdater/">Back to rmc's SystemUpdater info pages</a>
</div>
</footer>
</html>