Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 8c278f6

Browse files
barnsonrobmen
authored andcommitted
WiX Toolset v4.0.6 and v5.0.1 available
1 parent 7c46d36 commit 8c278f6

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

src/Docusaurus/docs/releasenotes.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,14 @@ sidebar_position: 30
44

55
# Release notes
66

7-
## WiX v5.0.1 {#v5}
7+
## WiX v5.0.2 {#v5}
88

9-
WiX v5.0.1 was released on 16-July-2024 and is the first bug-fix release for WiX v5. We fixed bugs for FireGiant customers and published the release for the whole WiX community to enjoy. [Check out the full list of bugs fixed in WiX v5.0.1.](https://github.com/wixtoolset/issues/milestone/28?closed=1)
9+
WiX v5.0.2 was released on 4-October-2024 and is the second bug-fix release for WiX v5. We fixed bugs for FireGiant customers and published the release for the whole WiX community to enjoy:
10+
11+
- [`ProductVersion` should support insignificant zeros.](https://github.com/wixtoolset/wix/pull/541)
12+
- [Building a patch that adds files and uses patch filtering fails.](https://github.com/wixtoolset/wix/pull/571)
13+
- [Using `File/@PatchGroup` for `PatchCreation` patches fails.](https://github.com/wixtoolset/wix/pull/566)
14+
- [Building binary Wixlibs take up significant memory](https://github.com/wixtoolset/wix/pull/572)
1015

1116

1217
### New in WiX v5
@@ -29,6 +34,7 @@ WiX v5 marks the first of our annual releases. We intentionally made WiX v5 high
2934

3035
### Previous WiX v5 releases
3136

37+
- WiX v5.0.1 was released on 16-July-2024 and is the first bug-fix release for WiX v5. [Check out the full list of bugs fixed in WiX v5.0.1.](https://github.com/wixtoolset/issues/milestone/28?closed=1)
3238
- WiX v5.0.0 was released on 5-April-2024, the 20th anniversary of the first open-source release of WiX. It contains [fixes for a small number of bugs](https://github.com/wixtoolset/issues/milestone/26?closed=1).
3339
- WiX v5.0.0-rc.2 was released on 22-March-2024. It contains [fixes for a small number of bugs](https://github.com/wixtoolset/issues/milestone/24?closed=1) and for security vulnerabilities that FireGiant also fixed in WiX v3.14.1 and WiX v4.0.5. For details, see [the FireGiant blog post](https://www.firegiant.com/blog/2024/3/22/wix-security-releases-available-redux/), [the first security advisory](https://github.com/wixtoolset/issues/security/advisories/GHSA-jx4p-m4wm-vvjg), and [the second security advisory](https://github.com/wixtoolset/issues/security/advisories/GHSA-rf39-3f98-xr7r).
3440
- WiX v5.0.0-rc.1 was released on 8-March-2024.
@@ -54,9 +60,9 @@ Here are the people who contributed to WiX v5:
5460
- [@mwileczka](https://github.com/wixtoolset/Harvesters/commits?author=mwileczka)
5561

5662

57-
## WiX v4.0.5 {#v4}
63+
## WiX v4.0.6 {#v4}
5864

59-
WiX v4.0.5, released on Friday, 22-Mar-2024, contains fixes for two security vulnerabilities. All versions of WiX are affected by this vulnerability. We recommending upgrading to this version as soon as possible. For details, see [the FireGiant blog post](https://www.firegiant.com/blog/2024/3/22/wix-security-releases-available-redux/), [the first security advisory](https://github.com/wixtoolset/issues/security/advisories/GHSA-jx4p-m4wm-vvjg), and [the second security advisory](https://github.com/wixtoolset/issues/security/advisories/GHSA-rf39-3f98-xr7r).
65+
WiX v4.0.6 was released on 4-October-2024 and contains bug fixes from WiX v5.0.1 and v5.0.2.
6066

6167

6268
### Platforms
@@ -110,6 +116,10 @@ WiX v4.0.5, released on Friday, 22-Mar-2024, contains fixes for two security vul
110116

111117
## Previous WiX v4 releases
112118

119+
> WiX v4.0.5 was released on Friday, 22-Mar-2024
120+
121+
WiX v4.0.5 contains fixes for two security vulnerabilities. All versions of WiX are affected by this vulnerability. We recommending upgrading to this version as soon as possible. For details, see [the FireGiant blog post](https://www.firegiant.com/blog/2024/3/22/wix-security-releases-available-redux/), [the first security advisory](https://github.com/wixtoolset/issues/security/advisories/GHSA-jx4p-m4wm-vvjg), and [the second security advisory](https://github.com/wixtoolset/issues/security/advisories/GHSA-rf39-3f98-xr7r).
122+
113123
> WiX v4.0.4 was released Tuesday, 6-Feb-2024
114124
115125
WiX v4.0.4 mitigates a Windows DLL redirection vulnerability in Burn. All versions of WiX are affected by this vulnerability. We recommending upgrading to this (or a later) version as soon as possible.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# WiX Toolset v4.0.6 and v5.0.1 available
2+
3+
[WiX v4.0.6 and v5.0.1][rel] are now available! Read more about it at [the FireGiant blog][fg].
4+
5+
[rel]: /docs/releasenotes/
6+
[fg]: https://www.firegiant.com/blog/2024/10/4/wix-v4.0.6-and-v5.0.2-have-been-released/

0 commit comments

Comments
 (0)