From 1aaaba60de2cf691a3a0db75f4a29ebf0c4ffb66 Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 10 Mar 2026 10:59:02 +0800 Subject: [PATCH] v9.6.60.1 --- programming/cplusplus/release-notes/cpp-9.md | 6 ++++++ programming/cplusplus/release-notes/index.md | 2 ++ programming/dotnet/release-notes/dotnet-9.md | 6 ++++++ programming/dotnet/release-notes/index.md | 2 ++ programming/java/release-notes/index.md | 2 ++ programming/java/release-notes/java-9.md | 6 ++++++ programming/python/release-notes/index.md | 2 ++ programming/python/release-notes/python-9.md | 6 ++++++ 8 files changed, 32 insertions(+) diff --git a/programming/cplusplus/release-notes/cpp-9.md b/programming/cplusplus/release-notes/cpp-9.md index 01e30fc..80635d5 100644 --- a/programming/cplusplus/release-notes/cpp-9.md +++ b/programming/cplusplus/release-notes/cpp-9.md @@ -8,6 +8,12 @@ needGenerateH3Content: false # Release Notes for C++ Edition - 9.x +## 9.6.60.1 (03/10/2026) + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + ## 9.6.60 (12/23/2025) ### Security Updates diff --git a/programming/cplusplus/release-notes/index.md b/programming/cplusplus/release-notes/index.md index c29be47..5276616 100644 --- a/programming/cplusplus/release-notes/index.md +++ b/programming/cplusplus/release-notes/index.md @@ -22,6 +22,8 @@ needAutoGenerateSidebar: false - [10.0.20 (10/26/2023)]({{ site.dbr_cpp_release_notes }}cpp-10.html#10020-10262023) - [10.0.10 (08/08/2023)]({{ site.dbr_cpp_release_notes }}cpp-10.html#10010-08082023) - [10.0.0 (07/04/2023)]({{ site.dbr_cpp_release_notes }}cpp-10.html#1000-07042023) +- [9.6.60.1 (03/10/2026)]({{ site.dbr_cpp_release_notes }}cpp-9.html#96601-03102026) +- [9.6.60 (12/23/2025)]({{ site.dbr_cpp_release_notes }}cpp-9.html#9660-12232025) - [9.6.40 (03/14/2024)]({{ site.dbr_cpp_release_notes }}cpp-9.html#9640-03142024) - [9.6.30 (08/29/2023)]({{ site.dbr_cpp_release_notes }}cpp-9.html#9630-08292023) - [9.6.20 (03/16/2023)]({{ site.dbr_cpp_release_notes }}cpp-9.html#9620-03162023) diff --git a/programming/dotnet/release-notes/dotnet-9.md b/programming/dotnet/release-notes/dotnet-9.md index 803f758..4e6c4da 100644 --- a/programming/dotnet/release-notes/dotnet-9.md +++ b/programming/dotnet/release-notes/dotnet-9.md @@ -8,6 +8,12 @@ needGenerateH3Content: false # Release Notes for .NET Edition - 9.x +## 9.6.61 (03/10/2026) + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + ## 9.6.60 (12/23/2025) ### Security Updates diff --git a/programming/dotnet/release-notes/index.md b/programming/dotnet/release-notes/index.md index 77ce4e5..5bd8bbf 100644 --- a/programming/dotnet/release-notes/index.md +++ b/programming/dotnet/release-notes/index.md @@ -18,6 +18,8 @@ needAutoGenerateSidebar: false - [10.2.12 (06/19/2024)]({{ site.dbr_dotnet_release_notes }}dotnet-10.html#10212-06192024) - [10.2.11 (06/12/2024)]({{ site.dbr_dotnet_release_notes }}dotnet-10.html#10211-06122024) - [10.2.10 (05/30/2024)]({{ site.dbr_dotnet_release_notes }}dotnet-10.html#10210-05302024) +- [9.6.61 (03/10/2026)]({{ site.dbr_dotnet_release_notes }}dotnet-9.html#9661-03102026) +- [9.6.60 (12/23/2025)]({{ site.dbr_dotnet_release_notes }}dotnet-9.html#9660-12232025) - [9.6.40 (03/14/2024)]({{ site.dbr_dotnet_release_notes }}dotnet-9.html#9640-03142024) - [9.6.30 (08/29/2023)]({{ site.dbr_dotnet_release_notes }}dotnet-9.html#9630-08292023) - [9.6.20 (03/16/2023)]({{ site.dbr_dotnet_release_notes }}dotnet-9.html#9620-03162023) diff --git a/programming/java/release-notes/index.md b/programming/java/release-notes/index.md index cc803a5..993c19e 100644 --- a/programming/java/release-notes/index.md +++ b/programming/java/release-notes/index.md @@ -14,6 +14,8 @@ needAutoGenerateSidebar: false - [11.2.1000 (10/14/2025)]({{ site.dbr_java_release_notes }}java-11.html#1121000-10142025) - [11.0.6100 (08/19/2025)]({{ site.dbr_java_release_notes }}java-11.html#1106100-08192025) - [11.0.6000 (08/06/2025)]({{ site.dbr_java_release_notes }}java-11.html#1106000-08062025) +- [9.6.60.1 (03/10/2026)]({{ site.dbr_java_release_notes }}java-9.html#96601-03102026) +- [9.6.60 (12/23/2025)]({{ site.dbr_java_release_notes }}java-9.html#9660-12232025) - [9.6.40 (03/14/2024)]({{ site.dbr_java_release_notes }}java-9.html#9640-03142024) - [9.6.30 (08/29/2023)]({{ site.dbr_java_release_notes }}java-9.html#9630-08292023) - [9.6.20 (03/16/2023)]({{ site.dbr_java_release_notes }}java-9.html#9620-03162023) diff --git a/programming/java/release-notes/java-9.md b/programming/java/release-notes/java-9.md index f64a0a6..600018b 100644 --- a/programming/java/release-notes/java-9.md +++ b/programming/java/release-notes/java-9.md @@ -8,6 +8,12 @@ needGenerateH3Content: false # Release Notes for Java Edition - 9.x +## 9.6.60.1 (03/10/2026) + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + ## 9.6.60 (12/23/2025) ### Security Updates diff --git a/programming/python/release-notes/index.md b/programming/python/release-notes/index.md index 49ce047..f539b9b 100644 --- a/programming/python/release-notes/index.md +++ b/programming/python/release-notes/index.md @@ -18,6 +18,8 @@ needAutoGenerateSidebar: false - [10.5.2100 (12/05/2024)]({{ site.dbr_python_release_notes }}python-10.html#1052100-12052024) - [10.4.2100 (11/07/2024)]({{ site.dbr_python_release_notes }}python-10.html#1042100-11072024) - [10.4.2000 (10/10/2024)]({{ site.dbr_python_release_notes }}python-10.html#1042000-10102024) +- [9.6.60.1 (03/10/2026)]({{ site.dbr_python_release_notes }}python-9.html#96601-03102026) +- [9.6.60 (12/23/2025)]({{ site.dbr_python_release_notes }}python-9.html#9660-12232025) - [9.6.40 (03/14/2024)]({{ site.dbr_python_release_notes }}python-9.html#9640-03142024) - [9.6.30 (08/29/2023)]({{ site.dbr_python_release_notes }}python-9.html#9630-08292023) - [9.6.20 (03/16/2023)]({{ site.dbr_python_release_notes }}python-9.html#9620-03162023) diff --git a/programming/python/release-notes/python-9.md b/programming/python/release-notes/python-9.md index dbff9ea..903818d 100644 --- a/programming/python/release-notes/python-9.md +++ b/programming/python/release-notes/python-9.md @@ -8,6 +8,12 @@ needGenerateH3Content: false # Release Notes for Python Edition - 9.x +## 9.6.60.1 (03/10/2026) + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + ## 9.6.60 (12/23/2025) ### Security Updates