Skip to content

Commit 2630759

Browse files
update and add january non-sec update release (#44741)
1 parent 5c00825 commit 2630759

File tree

4 files changed

+55
-3
lines changed

4 files changed

+55
-3
lines changed

docs/framework/release-notes/2025/01-14-january-cumulative-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This security update addresses a remote code execution vulnerability detailed in
2222

2323
#### CLR
2424

25-
Address crashes that can occur due to certain interactions between multi-module assembly native image usage and OS code integrity enforcement policy updates. (*Applies to: .NET Framework 4.8, 4.8.1.*)
25+
Address crashes that can occur due to certain interactions between multi-module assembly native image usage and OS code integrity enforcement policy updates. (*Applies to: .NET Framework 4.8, 4.8.1*)
2626

2727
## Known issues in this release
2828

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: January 2025 cumulative update preview
3+
description: Learn about the improvements in the .NET Framework January 2025 cumulative update preview.
4+
ms.date: 01/28/2025
5+
---
6+
# January 2025 cumulative update preview
7+
8+
_Released January 28, 2025_
9+
10+
## Summary of what's new in this release
11+
12+
- [Security improvements](#security-improvements)
13+
- [Quality and reliability improvements](#quality-and-reliability-improvements)
14+
15+
### Security improvements
16+
17+
There are no new security improvements in this release. This update is cumulative and contains all previously released security improvements.
18+
19+
### Quality and reliability improvements
20+
21+
#### CLR
22+
23+
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*)
24+
25+
```
26+
<runtime>
27+
<AppContextSwitchOverrides value="Switch.System.Windows.Controls.ReleaseDiscardableFontReasources=true"/>
28+
</runtime>
29+
```
30+
31+
## Known issues in this release
32+
33+
This release contains no known issues.
34+
35+
## Summary tables
36+
37+
The following table outlines the updates in this release.
38+
39+
| Product version | Cumulative update preview |
40+
| --- | --- |
41+
| **Windows 11, version 24H2** | |
42+
| .NET Framework 3.5, 4.8.1 | [5050577](https://support.microsoft.com/kb/5050577) |
43+
| **Windows 11, version 22H2 and Windows 11, version 23H2** | |
44+
| .NET Framework 3.5, 4.8.1 | [5050578](https://support.microsoft.com/kb/5050578) |
45+
| **Windows 10, version 22H2** | **[5050593](https://support.microsoft.com/kb/5050593)** |
46+
| .NET Framework 3.5, 4.8 | [5050579](https://support.microsoft.com/kb/5050579) |
47+
| .NET Framework 3.5, 4.8.1 | [5050576](https://support.microsoft.com/kb/5050576) |
48+
49+
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) installed. Updates for individual .NET Framework versions are 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 updates installed are the .NET Framework-specific version updates listed in the previous table.

docs/framework/release-notes/release-notes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: .NET Framework release information
33
description: Improvements in the .NET Framework servicing cumulative updates.
4-
ms.date: 01/14/2025
4+
ms.date: 01/28/2025
55
---
66
# .NET Framework release notes
77

@@ -11,7 +11,8 @@ The .NET Framework updates include cumulative security and reliability improveme
1111

1212
.NET Framework cumulative update releases are discussed in detail in the following individual release notes:
1313

14-
* January 14, 2025 - [cumulative update](./2025/01-14-january-cumulative-update.md) **New Release**
14+
* January 28, 2025 - [cumulative update preview](./2025/01-28-january-cumulative-update-preview.md) **New Release**
15+
* January 14, 2025 - [cumulative update](./2025/01-14-january-cumulative-update.md)
1516
* November 21, 2024 - [cumulative update preview](./2024/11-21-november-preview-cumulative-update.md)
1617
* November 12, 2024 - [security and quality rollup](./2024/11-12-november-security-and-quality-rollup.md)
1718
* Octber 22, 2024 - [cumulative update preview](./2024/10-22-october-preview-cumulative-update.md)

docs/framework/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,8 @@ items:
707707
href: release-notes/2024/11-21-november-preview-cumulative-update.md
708708
- name: January 2025 cumulative update
709709
href: release-notes/2025/01-14-january-cumulative-update.md
710+
- name: January 2025 cumulative update preview
711+
href: release-notes/2025/01-28-january-cumulative-update-preview.md
710712
- name: What's new
711713
href: whats-new/index.md
712714
- name: What's new in accessibility

0 commit comments

Comments
 (0)