Skip to content

Commit f890246

Browse files
committed
Update Release Notes
1 parent 954c106 commit f890246

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

README/ReleaseNotes/v628/index.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -995,15 +995,27 @@ List of issues solved:
995995
* [[#10178](https://github.com/root-project/root/issues/10178)] - [cling] crash / compilation exception after undo
996996
* [[#11746](https://github.com/root-project/root/issues/11746)] - TH2::Fill(const char *namex, const char *namey, Double_t w) doesn't update fTsumwxy
997997

998-
## HEAD of the v6-28-00-patches branch
998+
## Release 6.28/14
999+
1000+
Published on February 12, 2026
1001+
1002+
### Bugs and Issues fixed in this release
9991003

1000-
The next patch release removes the `RooPower` and `RooExpPoly` classes from this release branch.
1004+
This release comes with some minor fixes, for example for TMVA. Moreover, it addresses the following problems:
1005+
1006+
* [[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)]
1007+
* [[#15118](https://github.com/root-project/root/issues/15118)] - jsoninterface does not build if provided with RapidYAML
1008+
* [[#15621](https://github.com/root-project/root/issues/15621)] - Buffer overflow in TBranch::Init
1009+
* [[#15686](https://github.com/root-project/root/issues/15686)] - JITted code changes the execution order of computation graph nodes
1010+
* [[#15511](https://github.com/root-project/root/issues/15511)] - Possible memory corruption in cling
1011+
* [[#15511](https://github.com/root-project/root/issues/14964)] - ROOT-HEAD fails with "cling interactive line includer >>>: fatal error: module file '[snip]/Vc.pcm' not found: module file not found
1012+
1013+
This patch release removes the `RooPower` and `RooExpPoly` classes from this release branch.
10011014
It is an unfortunate but unavoidable change: different classes with the same name were used in the CMS collaboration since at least the Higgs discovery.
10021015
This name collision caused massive problems in backwards compatibility and was blocking CMS from picking up ROOT 6.28+ for statistical analysis.
10031016
These classes were only introduced with ROOT 6.28.00 and were not widely advertised, so you should not be affected by this removal.
10041017
If you were using one of these classes, please copy the sources from a previous ROOT tag in your analysis as a temporary solution, and report this unsupported usecase by opening a GitHub issue.
1005-
Based on the feedback to this patch release, the `RooPower` and `RooExpPoly` classes will either be removed or renamed in the upcoming ROOT 6.32.
1006-
1007-
These changes will be part of a future 6.28/14.
1018+
Based on the feedback to this patch release, the `RooPower` and `RooExpPoly` classes will either be removed or renamed in ROOT 6.32.
10081019

1020+
## HEAD of the v6-28-00-patches branch
10091021
- None so far.

0 commit comments

Comments
 (0)