Skip to content

Commit e177046

Browse files
committed
[doc] RN update
1 parent ee8e938 commit e177046

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

README/ReleaseNotes/v634/index.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,10 +709,36 @@ Published on April 8, 2025
709709
710710
### Items addressed in this release
711711
712-
This branch includes minor bugfixes as well as the changes necessary to build and run on macOS Sequoia 15.4 and XCode 16.3.
712+
This patch release includes minor bugfixes as well as the changes necessary to build and run on macOS Sequoia 15.4 and XCode 16.3.
713713
714714
The following item was addressed:
715715
716716
* [[#18195](https://github.com/root-project/root/issues/18195)] - TBufferJSON not serializing std::map
717717
718-
## HEAD of the v6-34-00-patches branch
718+
## Release 6.34.10
719+
720+
Published on June 26, 2025
721+
722+
Last patch release of the 6.34 series, fully superseded by ROOT 6.36.00
723+
724+
### Items addressed in this release
725+
726+
This patch release implements support for CMake 4, Alma 10. It features a mechanism to be robust against future module map changes in XCode.
727+
The following items were addressed:
728+
729+
* [[#18953](https://github.com/root-project/root/issues/18953)] - error opening ZIP archive member (>4GB archive)
730+
* [[#18881](https://github.com/root-project/root/issues/18881)] - Overlaps found with 6.32 no longer found in 6.34+
731+
* [[#18863](https://github.com/root-project/root/issues/18863)] - ThreadSanitizer reports data race between TTree::Branch and TCling::Evaluate
732+
* [[#18811](https://github.com/root-project/root/issues/18811)] - assertion failure in clang::TemplateParameterList::getParam
733+
* [[#18792](https://github.com/root-project/root/issues/18792)] - Thread problem in TEnum::GetEnum
734+
* [[#18623](https://github.com/root-project/root/issues/18623)] - DaviX errors from ROOT.File.Cp
735+
* [[#18556](https://github.com/root-project/root/issues/18556)] - Class methods not available to python in cases of transient data members of private nested class type
736+
* [[#18536](https://github.com/root-project/root/issues/18536)] - TClass::GetClass hoards memory when called for numerical types
737+
* [[#18520](https://github.com/root-project/root/issues/18520)] - Missing lock deep inside TClassEdit::ResolveTypedef
738+
* [[#18519](https://github.com/root-project/root/issues/18519)] - Concurrency issue with TClassEdit::ResolveTypedef and TClass::GetListOfMethods
739+
* [[#18441](https://github.com/root-project/root/issues/18441)] - import ROOT fails after a template instantiation is invoked from cppyy
740+
* [[#18365](https://github.com/root-project/root/issues/18365)] - SetBranchAddress does not work with np.int16 and uint16 in PyROOT
741+
* [[#18312](https://github.com/root-project/root/issues/18312)] - Problem with cmake 4.0.0
742+
* [[#18301](https://github.com/root-project/root/issues/18301)] - Performance issue seen by CMS for ROOT's use of tbb::task_arena
743+
* [[#18236](https://github.com/root-project/root/issues/18236)] - Missing lock deep inside TClassEdit::GetNormalizedName
744+
* [[#18085](https://github.com/root-project/root/issues/18085)] - Missing bool type in creating RDataFrame

0 commit comments

Comments
 (0)