From 3700037fc67345f3274dce686853e5ed6873d63a Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Wed, 11 Feb 2026 13:08:27 +0100 Subject: [PATCH 1/4] Add release 6.30.10 --- _releases/release-63010.md | 65 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 _releases/release-63010.md diff --git a/_releases/release-63010.md b/_releases/release-63010.md new file mode 100644 index 00000000..3d96cf05 --- /dev/null +++ b/_releases/release-63010.md @@ -0,0 +1,65 @@ +--- +layout: releases +version: 6.30.10 +release_date: 2026-02-11 +state: + +toc: true +toc_sticky: true +sidebar: + nav: "releases" +--- + + +## Release Notes + +The release notes for this release can be found [here](https://root.cern/doc/v630/release-notes.html#release-6.30.10). +Among the other minor fixes and improvements, this release addresses [CVE-2026-24811](https://nvd.nist.gov/vuln/detail/CVE-2026-24811) and +[CVE-2026-24812](https://nvd.nist.gov/vuln/detail/CVE-2026-24812). + +## Binary distributions + +Instead of manually downloading this binary, please explore first whether your [package manager](../../install/#install-via-a-package-manager){:target="\_blank"} already provides this version. +This way, you will automatically keep up-to-date with the latest stable versions with no manual maintenance on your side. + +| Platform | Files | Size | +|-----------|-------|-----| +| Almalinux 8.10 | [root_v6.30.10.Linux-almalinux8.10-x86_64-gcc8.5.tar.gz](https://root.cern/download/root_v6.30.10.Linux-almalinux8.10-x86_64-gcc8.5.tar.gz) | 265M | +| Almalinux 9.7 | [root_v6.30.10.Linux-almalinux9.7-x86_64-gcc11.5.tar.gz](https://root.cern/download/root_v6.30.10.Linux-almalinux9.7-x86_64-gcc11.5.tar.gz) | 283M | +| Almalinux 10.1 | [root_v6.30.10.Linux-almalinux10.1-x86_64-gcc14.3.tar.gz](https://root.cern/download/root_v6.30.10.Linux-almalinux10.1-x86_64-gcc14.3.tar.gz) | 290M | +| Ubuntu 22.04 | [root_v6.30.10.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz](https://root.cern/download/root_v6.30.10.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz) | 281M | +| Ubuntu 24.04 | [root_v6.30.10.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz](https://root.cern/download/root_v6.30.10.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz) | 280M | + +## Source distribution + +| Platform | Files | Size | +|-----------|-------|-----| +| source | [root_v6.30.10.source.tar.gz](https://root.cern/download/root_v6.30.10.source.tar.gz) | 176M | + + +## Installations in CVMFS + +Standalone installations with minimal external dependencies are available at: +~~~ +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.10/x86_64-almalinux10.1-gcc143-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.10/x86_64-almalinux8.10-gcc85-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.10/x86_64-almalinux9.7-gcc115-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.10/x86_64-ubuntu22.04-gcc114-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.30.10/x86_64-ubuntu24.04-gcc133-opt +~~~ + + +## Git + +The entire ROOT source can be obtained from our public Git repository: + +~~~ +git clone https://github.com/root-project/root.git +~~~ +The release specific tag can be obtained using: +~~~ +cd root +git checkout -b v6-30-10 v6-30-10 +~~~ + +See [instructions to build from source](../../install/#build-from-source){:target="\_blank"}. From 4c5bc02f3d594495f1745bf87345ef3e26e5b7a1 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Wed, 11 Feb 2026 14:22:54 +0100 Subject: [PATCH 2/4] Add release 6.32.22 --- _releases/release-63222.md | 74 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 _releases/release-63222.md diff --git a/_releases/release-63222.md b/_releases/release-63222.md new file mode 100644 index 00000000..218fa608 --- /dev/null +++ b/_releases/release-63222.md @@ -0,0 +1,74 @@ +--- +layout: releases +version: 6.32.22 +release_date: 2026-02-11 +state: + +toc: true +toc_sticky: true +sidebar: + nav: "releases" +--- + + +## Release Notes + +The release notes for this release can be found [here](https://root.cern/doc/v632/release-notes.html#release-6.32.22). +Among the other minor fixes and improvements, this release addresses [CVE-2026-24811](https://nvd.nist.gov/vuln/detail/CVE-2026-24811) and +[CVE-2026-24812](https://nvd.nist.gov/vuln/detail/CVE-2026-24812). + +## Binary distributions + +Instead of manually downloading this binary, please explore first whether your [package manager](../../install/#install-via-a-package-manager){:target="\_blank"} already provides this version. +This way, you will automatically keep up-to-date with the latest stable versions with no manual maintenance on your side. + +| Platform | Files | Size | +|-----------|-------|-----| +| Almalinux 8.10 | [root_v6.32.22.Linux-almalinux8.10-x86_64-gcc8.5.tar.gz](https://root.cern/download/root_v6.32.22.Linux-almalinux8.10-x86_64-gcc8.5.tar.gz) | 281M | +| Almalinux 9.7 | [root_v6.32.22.Linux-almalinux9.7-x86_64-gcc11.5.tar.gz](https://root.cern/download/root_v6.32.22.Linux-almalinux9.7-x86_64-gcc11.5.tar.gz) | 300M | +| Almalinux 10.1 | [root_v6.32.22.Linux-almalinux10.1-x86_64-gcc14.3.tar.gz](https://root.cern/download/root_v6.32.22.Linux-almalinux10.1-x86_64-gcc14.3.tar.gz) | 308M | +| Ubuntu 22.04 | [root_v6.32.22.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz](https://root.cern/download/root_v6.32.22.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz) | 288M | +| Ubuntu 24.04 | [root_v6.32.22.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz](https://root.cern/download/root_v6.32.22.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz) | 286M | +| macOS 14.8 x86_64 Xcode 16 | [root_v6.32.22.macos-14.8-x86_64-clang160.pkg](https://root.cern/download/root_v6.32.22.macos-14.8-x86_64-clang160.pkg) | 448M | +| macOS 14.8 x86_64 Xcode 16 | [root_v6.32.22.macos-14.8-x86_64-clang160.tar.gz](https://root.cern/download/root_v6.32.22.macos-14.8-x86_64-clang160.tar.gz) | 294M | +| macOS 15.7 arm64 Xcode 17 | [root_v6.32.22.macos-15.7-arm64-clang170.pkg](https://root.cern/download/root_v6.32.22.macos-15.7-arm64-clang170.pkg) | 432M | +| macOS 15.7 arm64 Xcode 17 | [root_v6.32.22.macos-15.7-arm64-clang170.tar.gz](https://root.cern/download/root_v6.32.22.macos-15.7-arm64-clang170.tar.gz) | 287M | +| macOS 26.2 arm64 Xcode 17 | [root_v6.32.22.macos-26.2-arm64-clang170.pkg](https://root.cern/download/root_v6.32.22.macos-26.2-arm64-clang170.pkg) | 426M | +| macOS 26.2 arm64 Xcode 17 | [root_v6.32.22.macos-26.2-arm64-clang170.tar.gz](https://root.cern/download/root_v6.32.22.macos-26.2-arm64-clang170.tar.gz) | 282M | + +## Source distribution + +| Platform | Files | Size | +|-----------|-------|-----| +| source | [root_v6.32.22.source.tar.gz](https://root.cern/download/root_v6.32.22.source.tar.gz) | 186M | + + +## Installations in CVMFS + +Standalone installations with minimal external dependencies are available at: +~~~ +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.32.22/arm64-mac262-clang170-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.32.22/x86_64-almalinux10.1-gcc143-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.32.22/x86_64-almalinux8.10-gcc85-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.32.22/x86_64-almalinux9.7-gcc115-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.32.22/x86_64-mac148-clang160-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.32.22/x86_64-ubuntu22.04-gcc114-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.32.22/x86_64-ubuntu24.04-gcc133-opt +~~~ + + +## Git + +The entire ROOT source can be obtained from our public Git repository: + +~~~ +git clone https://github.com/root-project/root.git +~~~ +The release specific tag can be obtained using: +~~~ +cd root +git checkout -b v6-32-22 v6-32-22 +~~~ + +See [instructions to build from source](../../install/#build-from-source){:target="\_blank"}. + From 3b52b9ffb112b5614f923ff8c5f1cf78f49bafff Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Wed, 11 Feb 2026 14:27:46 +0100 Subject: [PATCH 3/4] Add release 6.28/14 --- _releases/release-62814.md | 65 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 _releases/release-62814.md diff --git a/_releases/release-62814.md b/_releases/release-62814.md new file mode 100644 index 00000000..2ac8f396 --- /dev/null +++ b/_releases/release-62814.md @@ -0,0 +1,65 @@ +--- +layout: releases +version: 6.28.14 +release_date: 2026-02-11 +state: + +toc: true +toc_sticky: true +sidebar: + nav: "releases" +--- + + +## Release Notes + +The release notes for this release can be found [here](https://root.cern/doc/v628/release-notes.html#release-6.28.14). +Among the other minor fixes and improvements, this release addresses [CVE-2026-24811](https://nvd.nist.gov/vuln/detail/CVE-2026-24811) and +[CVE-2026-24812](https://nvd.nist.gov/vuln/detail/CVE-2026-24812). + +## Binary distributions + +Instead of manually downloading this binary, please explore first whether your [package manager](../../install/#install-via-a-package-manager){:target="\_blank"} already provides this version. +This way, you will automatically keep up-to-date with the latest stable versions with no manual maintenance on your side. + +| Platform | Files | Size | +|-----------|-------|-----| +| Almalinux 8.10 | [root_v6.28.14.Linux-AlmaLinux8.10-x86_64-gcc8.5.tar.gz](https://root.cern/download/root_v6.28.14.Linux-AlmaLinux8.10-x86_64-gcc8.5.tar.gz) | 260M | +| Almalinux 9.7 | [root_v6.28.14.Linux-AlmaLinux9.7-x86_64-gcc11.5.tar.gz](https://root.cern/download/root_v6.28.14.Linux-AlmaLinux9.7-x86_64-gcc11.5.tar.gz) | 277M | +| Almalinux 10.1 | [root_v6.28.14.Linux-AlmaLinux10.1-x86_64-gcc14.3.tar.gz](https://root.cern/download/root_v6.28.14.Linux-AlmaLinux10.1-x86_64-gcc14.3.tar.gz) | 284M | +| Ubuntu 22 | [root_v6.28.14.Linux-ubuntu22-x86_64-gcc11.4.tar.gz](https://root.cern/download/root_v6.28.14.Linux-ubuntu22-x86_64-gcc11.4.tar.gz) | 276M | +| Ubuntu 24 | [root_v6.28.14.Linux-ubuntu24-x86_64-gcc13.3.tar.gz](https://root.cern/download/root_v6.28.14.Linux-ubuntu24-x86_64-gcc13.3.tar.gz) | 274M | + +## Source distribution + +| Platform | Files | Size | +|-----------|-------|-----| +| source | [root_v6.28.14.source.tar.gz](https://root.cern/download/root_v6.28.14.source.tar.gz) | 177M | + + +## Installations in CVMFS + +Standalone installations with minimal external dependencies are available at: +~~~ +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.28.14/almalinux10.1x86_64-gcc143-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.28.14/almalinux8.10x86_64-gcc85-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.28.14/almalinux9.7x86_64-gcc115-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.28.14/x86_64-ubuntu22-gcc114-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.28.14/x86_64-ubuntu24-gcc133-opt +~~~ + + +## Git + +The entire ROOT source can be obtained from our public Git repository: + +~~~ +git clone https://github.com/root-project/root.git +~~~ +The release specific tag can be obtained using: +~~~ +cd root +git checkout -b v6-28-14 v6-28-14 +~~~ + +See [instructions to build from source](../../install/#build-from-source){:target="\_blank"}. From f51a4c1653d53361fe0586ef973ecf19dd8eb118 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Wed, 11 Feb 2026 14:32:06 +0100 Subject: [PATCH 4/4] Add release 6.26/18 --- _releases/release-62618.md | 63 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 _releases/release-62618.md diff --git a/_releases/release-62618.md b/_releases/release-62618.md new file mode 100644 index 00000000..636b6e9e --- /dev/null +++ b/_releases/release-62618.md @@ -0,0 +1,63 @@ +--- +layout: releases +version: 6.26.18 +release_date: 2026-02-11 +state: + +toc: true +toc_sticky: true +sidebar: + nav: "releases" +--- + + +## Release Notes + +The release notes for this release can be found [here](https://root.cern/doc/v626/release-notes.html#release-6.26.18). +Among the other minor fixes and improvements, this release addresses [CVE-2026-24811](https://nvd.nist.gov/vuln/detail/CVE-2026-24811) and +[CVE-2026-24812](https://nvd.nist.gov/vuln/detail/CVE-2026-24812). + +## Binary distributions + +Instead of manually downloading this binary, please explore first whether your [package manager](../../install/#install-via-a-package-manager){:target="\_blank"} already provides this version. +This way, you will automatically keep up-to-date with the latest stable versions with no manual maintenance on your side. + +| Platform | Files | Size | +|-----------|-------|-----| +| Almalinux 8.10 | [root_v6.26.18.Linux-AlmaLinux8.10-x86_64-gcc8.5.tar.gz](https://root.cern/download/root_v6.26.18.Linux-AlmaLinux8.10-x86_64-gcc8.5.tar.gz) | 235M | +| Almalinux 9.7 | [root_v6.26.18.Linux-AlmaLinux9.7-x86_64-gcc11.5.tar.gz](https://root.cern/download/root_v6.26.18.Linux-AlmaLinux9.7-x86_64-gcc11.5.tar.gz) | 250M | +| Ubuntu 22 | [root_v6.26.18.Linux-ubuntu22-x86_64-gcc11.4.tar.gz](https://root.cern/download/root_v6.26.18.Linux-ubuntu22-x86_64-gcc11.4.tar.gz) | 250M | + +## Source distribution + +| Platform | Files | Size | +|-----------|-------|-----| +| source | [root_v6.26.18.source.tar.gz](https://root.cern/download/root_v6.26.18.source.tar.gz) | 186M | + + +## Installations in CVMFS + +Standalone installations with minimal external dependencies are available at: +~~~ +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.26.18/almalinux8.10x86_64-gcc85-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.26.18/almalinux9.7x86_64-gcc115-opt +/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.26.18/x86_64-ubuntu22-gcc114-opt +~~~ + + +## Git + +The entire ROOT source can be obtained from our public Git repository: + +~~~ +git clone https://github.com/root-project/root.git +~~~ +The release specific tag can be obtained using: +~~~ +cd root +git checkout -b v6-26-18 v6-26-18 +~~~ + +See [instructions to build from source](../../install/#build-from-source){:target="\_blank"}. + +