Skip to content
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

Prepare repo for 11.7.0 development #813

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions NewAndNoteworthy/CDT-11.7.md
jonahgraham marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Release Notes and New & Noteworthy page

This is the New & Noteworthy page for CDT 11.7 which is part of Eclipse 2024-09 Simultaneous Release

---

# Release Notes


# API Changes, current and planned

## Breaking API changes

Please see [CHANGELOG-API](CHANGELOG-API.md) 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](https://github.com/eclipse-cdt/cdt/issues?q=is%3Aclosed+label%3Anoteworthy+milestone%3A11.7.0) for this release in the issue/PR tracker.

# Bugs Fixed in this Release

See [GitHub milestones](https://github.com/eclipse-cdt/cdt/milestone/11?closed=1)
1 change: 1 addition & 0 deletions NewAndNoteworthy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

What's new and noteworthy in:

- [CDT 11.7/2024-09](CDT-11.7.md)
- [CDT 11.6/2024-06](CDT-11.6.md)
- [CDT 11.5/2024-03](CDT-11.5.md)
- [CDT 11.4/2023-12](CDT-11.4.md)
Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.autotools-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.autotools"
label="%featureName"
version="11.6.0.qualifier"
version="11.7.0.qualifier"
provider-name="%provider"
plugin="org.eclipse.cdt.autotools.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.cdt.autotools.docs;singleton:=true
Bundle-Version: 11.6.0.qualifier
Bundle-Version: 11.7.0.qualifier
Bundle-Vendor: %provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help,
Expand Down
4 changes: 2 additions & 2 deletions build/org.eclipse.cdt.autotools.docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.autotools.docs</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.core.autotools-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.core.autotools"
label="%featureName"
version="11.6.0.qualifier"
version="11.7.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.core.autotools.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.gnu.build-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.gnu.build"
label="%featureName"
version="11.6.0.qualifier"
version="11.7.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.build.gcc.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.meson-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.meson"
label="%featureName"
version="11.6.0.qualifier"
version="11.7.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.meson.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.meson.docs/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.cdt.meson.docs;singleton:=true
Bundle-Version: 11.6.0.qualifier
Bundle-Version: 11.7.0.qualifier
Bundle-Vendor: %provider
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help,
Expand Down
4 changes: 2 additions & 2 deletions build/org.eclipse.cdt.meson.docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.meson.docs</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion build/org.eclipse.cdt.meson.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion build/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.cdt.build-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cmake/aggregator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cmake-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
</parent>

<artifactId>cmake-aggregator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cmake/org.eclipse.cdt.cmake-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.cmake"
label="%featureName"
version="11.6.0.qualifier"
version="11.7.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.cmake.ui"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion cmake/org.eclipse.cdt.cmake.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions cmake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
</parent>

<groupId>org.eclipse.cdt</groupId>
<artifactId>cmake-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion codan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.cdt.codan-parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName.linux.aarch64
Bundle-SymbolicName: org.eclipse.cdt.core.linux.aarch64;singleton:=true
Bundle-Version: 11.6.0.qualifier
Bundle-Version: 11.7.0.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions core/org.eclipse.cdt.core.linux.aarch64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.linux.aarch64</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-SymbolicName: org.eclipse.cdt.core.linux.ppc64le;singleton:=true
Bundle-ManifestVersion: 2
Bundle-Localization: plugin
Bundle-Name: %fragmentName.linux.ppc64le
Bundle-Version: 11.6.0.qualifier
Bundle-Version: 11.7.0.qualifier
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Bundle-Vendor: %providerName
Eclipse-PlatformFilter: (&(osgi.os=linux)(osgi.arch=ppc64le))
4 changes: 2 additions & 2 deletions core/org.eclipse.cdt.core.linux.ppc64le/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.linux.ppc64le</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName.linux.x86_64
Bundle-SymbolicName: org.eclipse.cdt.core.linux.x86_64;singleton:=true
Bundle-Version: 11.6.0.qualifier
Bundle-Version: 11.7.0.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions core/org.eclipse.cdt.core.linux.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.linux.x86_64</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core.linux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core.macosx/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName.macosx
Bundle-SymbolicName: org.eclipse.cdt.core.macosx; singleton:=true
Bundle-Version: 11.6.0.qualifier
Bundle-Version: 11.7.0.qualifier
Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Bundle-Localization: plugin
Expand Down
4 changes: 2 additions & 2 deletions core/org.eclipse.cdt.core.macosx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.macosx</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core.native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName.win32.x86_64
Bundle-SymbolicName: org.eclipse.cdt.core.win32.x86_64;singleton:=true
Bundle-Version: 11.6.0.qualifier
Bundle-Version: 11.7.0.qualifier
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Eclipse-PlatformFilter: (&(osgi.os=win32)(osgi.arch=x86_64))
Bundle-Vendor: %providerName
Expand Down
4 changes: 2 additions & 2 deletions core/org.eclipse.cdt.core.win32.x86_64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.win32.x86_64</artifactId>
<packaging>eclipse-plugin</packaging>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core.win32/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
</parent>

<artifactId>org.eclipse.cdt-parent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cross/org.eclipse.cdt.build.crossgcc-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.build.crossgcc"
label="%featureName"
version="11.6.0.qualifier"
version="11.7.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.build.crossgcc"
license-feature="org.eclipse.license"
Expand Down
2 changes: 1 addition & 1 deletion cross/org.eclipse.cdt.build.crossgcc-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cross/org.eclipse.cdt.launch.remote-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.launch.remote"
label="%featureName"
version="11.6.0.qualifier"
version="11.7.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion cross/org.eclipse.cdt.launch.remote-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>11.6.0-SNAPSHOT</version>
<version>11.7.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cross/org.eclipse.cdt.launch.serial-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<feature
id="org.eclipse.cdt.launch.serial.feature"
label="%featureName"
version="11.6.0.qualifier"
version="11.7.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.cdt.launch.serial.ui"
license-feature="org.eclipse.license"
Expand Down
Loading
Loading