Skip to content

Commit 238a7e1

Browse files
committed
NEWS: two entries for some recent dependency changes; and a heads up for win 7 users
1 parent 2732f7e commit 238a7e1

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

web/news.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,38 @@ summary: Important events happening.
55

66
This page lists important changes or issues affecting MSYS2 users. We also post them to [Twitter](https://twitter.com/msys2org) and [Mastodon](https://fosstodon.org/@msys2org), including some not-so-important things :)
77

8+
### 2024-02-21 - Note to the remaining Windows 7 / 8.0 users
9+
10+
Note to Windows 7 / 8.0 users: While we stopped supporting these systems over a year
11+
ago, many things in MSYS2 continued to work as before. With the upcoming update
12+
to Cygwin 3.5, this will change and MSYS2 will no longer start on these systems.
13+
We're trying to come up with a migration path, but it's not clear yet if and how
14+
this will work. We'll post here when we know more.
15+
16+
### 2024-02-19 - Removal of non C/C++ packages from the mingw-w64-toolchain group
17+
18+
Unlike the LLVM variant, the GCC variant of the
19+
[mingw-w64-toolchain](https://packages.msys2.org/basegroups/mingw-w64-toolchain)
20+
package group also contained non C/C++ toolchains, such as
21+
fortran/ada/objc/libgccjit due to the nature of them being built from the same
22+
source. Since this was never the intention of the group and was causing a lot of
23+
unnecessary downloads and bandwidth usage, we decided to clean this up now.
24+
25+
If this broke things for you, make sure you explicitly install [Fortran/Ada/ObjC
26+
packages](https://packages.msys2.org/base/mingw-w64-gcc) if you depend on them.
27+
28+
### 2024-02-01 - mingw-w64-gettext converted to split package
29+
30+
[mingw-w64-gettext](https://packages.msys2.org/base/mingw-w64-gettext) has been
31+
split into "gettext-tools" and "gettext-runtime" subpackages. While this is a
32+
backwards compatible change, this means that the gettext tools, like msgmerge
33+
and msgfmt, are less likely to be installed as transitive dependencies via other
34+
packages, and may now be missing for you if you were implicitly depending on
35+
them.
36+
37+
If this broke things for you, make sure you explicitly install the [gettext
38+
tools](https://packages.msys2.org/base/mingw-w64-gettext) if you depend on them.
39+
840
### 2023-12-13 - Starting to drop some 32-bit Packages
941

1042
Three years ago we dropped 32-bit Windows support for running MSYS2 itself, now

0 commit comments

Comments
 (0)