From 8b71146d8d281346776fec0e369bd14d0fdd3d5a Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 18 Mar 2026 14:07:37 +0800 Subject: [PATCH 1/2] v3.4.2000 --- programming/cplusplus/release-notes/cpp-3.md | 10 ++++++++++ programming/cplusplus/release-notes/index.md | 1 + programming/cplusplus/user-guide/document-scanner.md | 2 +- programming/cplusplus/user-guide/mrz-scanner.md | 2 +- programming/dotnet/release-notes/dotnet-3.md | 10 ++++++++++ programming/dotnet/release-notes/index.md | 1 + programming/java/release-notes/index.md | 1 + programming/java/release-notes/java-3.md | 10 ++++++++++ programming/python/release-notes/index.md | 1 + programming/python/release-notes/python-3.md | 10 ++++++++++ 10 files changed, 46 insertions(+), 2 deletions(-) diff --git a/programming/cplusplus/release-notes/cpp-3.md b/programming/cplusplus/release-notes/cpp-3.md index f375195..6b25e54 100644 --- a/programming/cplusplus/release-notes/cpp-3.md +++ b/programming/cplusplus/release-notes/cpp-3.md @@ -8,6 +8,16 @@ needGenerateH3Content: false # Release Notes for C++ Edition - 3.x +## 3.4.2000 (03/18/2026) + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + +### Bug Fixes + +- Fixed an issue where the system might attempt to load corrupted model resource files in rare cases. + ## 3.4.1000 (02/05/2026) ### Highlights diff --git a/programming/cplusplus/release-notes/index.md b/programming/cplusplus/release-notes/index.md index 0638a17..5707982 100644 --- a/programming/cplusplus/release-notes/index.md +++ b/programming/cplusplus/release-notes/index.md @@ -9,6 +9,7 @@ noTitleIndex: true # Release Notes - Dynamsoft Capture Vision CPP +- [3.4.2000 (03/18/2026)]({{ site.dcvb_cpp_release_notes }}cpp-3.html#342000-03182026) - [3.4.1000 (02/05/2026)]({{ site.dcvb_cpp_release_notes }}cpp-3.html#341000-02052026) - [3.2.5000 (12/16/2025)]({{ site.dcvb_cpp_release_notes }}cpp-3.html#325000-12162025) - [3.2.1000 (10/14/2025)]({{ site.dcvb_cpp_release_notes }}cpp-3.html#321000-10142025) diff --git a/programming/cplusplus/user-guide/document-scanner.md b/programming/cplusplus/user-guide/document-scanner.md index cbb75cf..079a74c 100644 --- a/programming/cplusplus/user-guide/document-scanner.md +++ b/programming/cplusplus/user-guide/document-scanner.md @@ -33,7 +33,7 @@ To find out whether your environment is supported, please read the [System Requi ## Installation -If you haven't downloaded the SDK yet, download the `C/C++ Package` now and unpack the package into a directory of your choice. +If you haven't downloaded the SDK yet, download the `C/C++ Package` now and unpack the package into a directory of your choice. > [!IMPORTANT] > For this tutorial, we unpack it to a pseudo directory `[INSTALLATION FOLDER]`, change it to your unpacking path for the following content. diff --git a/programming/cplusplus/user-guide/mrz-scanner.md b/programming/cplusplus/user-guide/mrz-scanner.md index f37e7e0..049e92f 100644 --- a/programming/cplusplus/user-guide/mrz-scanner.md +++ b/programming/cplusplus/user-guide/mrz-scanner.md @@ -39,7 +39,7 @@ To find out whether your environment is supported, please read the [System Requi ## Installation -If you haven't downloaded the SDK yet, download the `C/C++ Package` now and unpack the package into a directory of your choice. +If you haven't downloaded the SDK yet, download the `C/C++ Package` now and unpack the package into a directory of your choice. > [!IMPORTANT] > For this tutorial, we unpack it to a pseudo directory `[INSTALLATION FOLDER]`, change it to your unpacking path for the following content. diff --git a/programming/dotnet/release-notes/dotnet-3.md b/programming/dotnet/release-notes/dotnet-3.md index 6592c59..8e782f9 100644 --- a/programming/dotnet/release-notes/dotnet-3.md +++ b/programming/dotnet/release-notes/dotnet-3.md @@ -8,6 +8,16 @@ needGenerateH3Content: false # Release Notes for .NET Edition - 3.x +## 3.4.2000 (03/18/2026) + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + +### Bug Fixes + +- Fixed an issue where the system might attempt to load corrupted model resource files in rare cases. + ## 3.4.1000 (02/05/2026) ### Highlights diff --git a/programming/dotnet/release-notes/index.md b/programming/dotnet/release-notes/index.md index 336bd31..25822ac 100644 --- a/programming/dotnet/release-notes/index.md +++ b/programming/dotnet/release-notes/index.md @@ -9,6 +9,7 @@ noTitleIndex: true # Module Release Notes - Dynamsoft Capture Vision .NET Edition +- [3.4.2000 (03/18/2026)]({{ site.dcvb_dotnet_release_notes }}dotnet-3.html#342000-03182026) - [3.4.1000 (02/05/2026)]({{ site.dcvb_dotnet_release_notes }}dotnet-3.html#341000-02052026) - [3.2.5000 (12/16/2025)]({{ site.dcvb_dotnet_release_notes }}dotnet-3.html#325000-12162025) - [3.2.1000 (10/14/2025)]({{ site.dcvb_dotnet_release_notes }}dotnet-3.html#321000-10142025) diff --git a/programming/java/release-notes/index.md b/programming/java/release-notes/index.md index 001cacf..805ec48 100644 --- a/programming/java/release-notes/index.md +++ b/programming/java/release-notes/index.md @@ -9,6 +9,7 @@ noTitleIndex: true # Module Release Notes - Dynamsoft Capture Vision Java Edition +- [3.4.2000 (03/18/2026)]({{ site.dcvb_java_release_notes }}java-3.html#342000-03182026) - [3.4.1000 (02/05/2026)]({{ site.dcvb_java_release_notes }}java-3.html#341000-02052026) - [3.2.5000 (12/16/2025)]({{ site.dcvb_java_release_notes }}java-3.html#325000-12162025) - [3.2.1100 (10/28/2025)]({{ site.dcvb_java_release_notes }}java-3.html#321100-10282025) diff --git a/programming/java/release-notes/java-3.md b/programming/java/release-notes/java-3.md index 7d4052e..2d007ba 100644 --- a/programming/java/release-notes/java-3.md +++ b/programming/java/release-notes/java-3.md @@ -8,6 +8,16 @@ needGenerateH3Content: false # Release Notes for Java Edition - 3.x +## 3.4.2000 (03/18/2026) + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + +### Bug Fixes + +- Fixed an issue where the system might attempt to load corrupted model resource files in rare cases. + ## 3.4.1000 (02/05/2026) ### Highlights diff --git a/programming/python/release-notes/index.md b/programming/python/release-notes/index.md index 50cc6ee..cd96307 100644 --- a/programming/python/release-notes/index.md +++ b/programming/python/release-notes/index.md @@ -9,6 +9,7 @@ noTitleIndex: true # Module Release Notes - Dynamsoft Capture Vision Python Edition +- [3.4.2000 (03/18/2026)]({{ site.dcvb_python_release_notes }}python-3.html#342000-03182026) - [3.4.1000 (02/05/2026)]({{ site.dcvb_python_release_notes }}python-3.html#341000-02052026) - [3.2.5000 (12/16/2025)]({{ site.dcvb_python_release_notes }}python-3.html#325000-12162025) - [3.2.1000 (10/14/2025)]({{ site.dcvb_python_release_notes }}python-3.html#321000-10142025) diff --git a/programming/python/release-notes/python-3.md b/programming/python/release-notes/python-3.md index 72745ff..7adaf84 100644 --- a/programming/python/release-notes/python-3.md +++ b/programming/python/release-notes/python-3.md @@ -8,6 +8,16 @@ needGenerateH3Content: false # Release Notes for Python Edition - 3.x +## 3.4.2000 (03/18/2026) + +### Security Updates + +- Updated third-party libraries to incorporate the latest security fixes. + +### Bug Fixes + +- Fixed an issue where the system might attempt to load corrupted model resource files in rare cases. + ## 3.4.1000 (02/05/2026) ### Highlights From 8abd2e08bbfbfdaea8fd599afb05dfcc4eb78a5e Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 18 Mar 2026 15:53:14 +0800 Subject: [PATCH 2/2] minor update on release notes --- programming/cplusplus/release-notes/cpp-3.md | 2 +- programming/dotnet/release-notes/dotnet-3.md | 2 +- programming/java/release-notes/java-3.md | 2 +- programming/python/release-notes/python-3.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/programming/cplusplus/release-notes/cpp-3.md b/programming/cplusplus/release-notes/cpp-3.md index 6b25e54..db9b26a 100644 --- a/programming/cplusplus/release-notes/cpp-3.md +++ b/programming/cplusplus/release-notes/cpp-3.md @@ -16,7 +16,7 @@ needGenerateH3Content: false ### Bug Fixes -- Fixed an issue where the system might attempt to load corrupted model resource files in rare cases. +- Fixed an issue where the SDk might attempt to load corrupted model resource files in rare cases. ## 3.4.1000 (02/05/2026) diff --git a/programming/dotnet/release-notes/dotnet-3.md b/programming/dotnet/release-notes/dotnet-3.md index 8e782f9..a04244d 100644 --- a/programming/dotnet/release-notes/dotnet-3.md +++ b/programming/dotnet/release-notes/dotnet-3.md @@ -16,7 +16,7 @@ needGenerateH3Content: false ### Bug Fixes -- Fixed an issue where the system might attempt to load corrupted model resource files in rare cases. +- Fixed an issue where the SDk might attempt to load corrupted model resource files in rare cases. ## 3.4.1000 (02/05/2026) diff --git a/programming/java/release-notes/java-3.md b/programming/java/release-notes/java-3.md index 2d007ba..a12c999 100644 --- a/programming/java/release-notes/java-3.md +++ b/programming/java/release-notes/java-3.md @@ -16,7 +16,7 @@ needGenerateH3Content: false ### Bug Fixes -- Fixed an issue where the system might attempt to load corrupted model resource files in rare cases. +- Fixed an issue where the SDk might attempt to load corrupted model resource files in rare cases. ## 3.4.1000 (02/05/2026) diff --git a/programming/python/release-notes/python-3.md b/programming/python/release-notes/python-3.md index 7adaf84..6289c4a 100644 --- a/programming/python/release-notes/python-3.md +++ b/programming/python/release-notes/python-3.md @@ -16,7 +16,7 @@ needGenerateH3Content: false ### Bug Fixes -- Fixed an issue where the system might attempt to load corrupted model resource files in rare cases. +- Fixed an issue where the SDk might attempt to load corrupted model resource files in rare cases. ## 3.4.1000 (02/05/2026)