1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-03-28 14:56:28 +01:00
cdt/NewAndNoteworthy/CDT-12.0.md
Jonah Graham dfdc174b6d Update and refactor Dockerfiles to newer Ubuntu
The docker images all have new, simpler names and use Ubuntu 20.04
(instead of 18.04) as their base.

A few new tools have been added, specifically what is needed for:

- Linux on RISC-V - see #980
- Winodows on ARM - see #969

Fixes #976
2024-12-28 10:48:30 -05:00

1.6 KiB

Release Notes and New & Noteworthy page

This is the New & Noteworthy page for CDT 12.0 which is part of Eclipse 2025-03 Simultaneous Release


Release Notes

Minimum version of GLIBC required

The minimum version of GLIBC required is now 2.31. This version can be found in Ubuntu 20.04 and later, RHEL 9.0 and later and other distros as well. CDT's native components will likely work with older versions of glibc too, assuming they provide the required APIs for Eclipse CDT.

Managed Build

Other objects for GNU archive files

The managed build system now provides an option to specify other object files to be included when building GNU archive files:

The new option applies to static library projects using a Cross GCC, Cygwin GCC, Linux GCC or MinGW GCC toolchain.

API Changes, current and planned

Breaking API changes

Please see CHANGELOG-API for details on the breaking API changes in this release as well as future planned API changes.

Noteworthy Issues and Pull Requests

See Noteworthy issues and PRs for this release in the issue/PR tracker.

Improved launch configuration for CMake and other Core Build System projects

The CMake and CBS Makefile project launch configurations for local applications have an improved Main tab and new Arguments, Environment, Debugger, Source, and Common tabs.

Bugs Fixed in this Release

See GitHub milestones