-
Notifications
You must be signed in to change notification settings - Fork 6.1k
update and add January non-sec update release #44741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 9 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
1709a8a
update and add january non-sec update release
TaraOverfield a693f8f
Update January 2025 cumulative update preview
TaraOverfield 7ccb982
Update docs/framework/release-notes/2025/01-28-january-cumulative-upd…
TaraOverfield 7db6a18
Add AppContextSwitchOverride to release notes
TaraOverfield 029b885
fix code
mairaw 200668e
Updates from editor
TaraOverfield 51380a0
Add newline at end of release notes file
TaraOverfield 529bcf0
Add newline at end of release notes file
TaraOverfield c247ee2
Fix lint error
mairaw 781461a
Update docs/framework/release-notes/2025/01-28-january-cumulative-upd…
BillWagner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
49 changes: 49 additions & 0 deletions
49
docs/framework/release-notes/2025/01-28-january-cumulative-update-preview.md
This file contains hidden or 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,49 @@ | ||
| --- | ||
| title: January 2025 cumulative update preview | ||
| description: Learn about the improvements in the .NET Framework January 2025 cumulative update preview. | ||
| ms.date: 01/28/2025 | ||
| --- | ||
| # January 2025 cumulative update preview | ||
|
|
||
| _Released January 28, 2025_ | ||
|
|
||
| ## Summary of what's new in this release | ||
|
|
||
| - [Security improvements](#security-improvements) | ||
| - [Quality and reliability improvements](#quality-and-reliability-improvements) | ||
|
|
||
| ### Security improvements | ||
|
|
||
| There are no new security improvements in this release. This update is cumulative and contains all previously released security improvements. | ||
|
|
||
| ### Quality and reliability improvements | ||
|
|
||
| #### CLR | ||
|
|
||
| Addresses an issue with printing large number of pages due to an OutOfMemory exception. To apply this improvement, you must set the following AppContextSwitch. (*Applies to: .NET Framework 4.8, 4.8.1*) | ||
|
|
||
| ``` | ||
| <runtime> | ||
TaraOverfield marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| <AppContextSwitchOverrides value="Switch.System.Windows.Controls.ReleaseDiscardableFontReasources=true"/> | ||
| </runtime> | ||
| ``` | ||
|
|
||
| ## Known issues in this release | ||
|
|
||
| This release contains no known issues. | ||
|
|
||
| ## Summary tables | ||
|
|
||
| The following table outlines the updates in this release. | ||
|
|
||
| | Product version | Cumulative update preview | | ||
| | --- | --- | | ||
| | **Windows 11, version 24H2** | | | ||
| | .NET Framework 3.5, 4.8.1 | [5050577](https://support.microsoft.com/kb/5050577) | | ||
| | **Windows 11, version 22H2 and Windows 11, version 23H2** | | | ||
| | .NET Framework 3.5, 4.8.1 | [5050578](https://support.microsoft.com/kb/5050578) | | ||
| | **Windows 10, version 22H2** | **[5050593](https://support.microsoft.com/kb/5050593)** | | ||
| | .NET Framework 3.5, 4.8 | [5050579](https://support.microsoft.com/kb/5050579) | | ||
| | .NET Framework 3.5, 4.8.1 | [5050576](https://support.microsoft.com/kb/5050576) | | ||
|
|
||
| The operating system row lists a KB that's used for update offering purposes. When the operating system KB is offered, the applicability logic determines the specific .NET Framework update(s) that will be installed. Updates for individual .NET Framework versions will be installed based on the version of .NET Framework that is already present on the device. Because of this, the operating system KB is not expected to be listed as installed updates on the device. The expected update to be installed are the .NET Framework-specific version updates listed in the previous table. | ||
|
Check failure on line 49 in docs/framework/release-notes/2025/01-28-january-cumulative-update-preview.md
|
||
BillWagner marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.