Skip to content

Commit c1af733

Browse files
v9.6.60
1 parent c620cdf commit c1af733

28 files changed

+69
-33
lines changed

_data/product_version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ useGroupedVersion: true
33
version_info_list_desktop:
44
- value: 9.x
55
child:
6+
- 9.6.60
67
- 9.6.40
78
- 9.6.30
89
- 9.6.20

programming/c/release-notes/c-9.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ permalink: /programming/c/release-notes/c-9.html
99

1010
# Release Notes for C Edition - 9.x
1111

12+
## 9.6.60 (12/23/2025)
13+
14+
### Security Updates
15+
16+
- Updated third-party libraries to incorporate the latest security fixes.
17+
1218
## 9.6.40 (03/14/2024)
1319

1420
### Improved

programming/c/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permalink: /programming/c/release-notes/index.html
1010

1111
# Release Notes - C Edition
1212

13+
- [9.6.60 (12/23/2025)](c-9.md#9660-12232025)
1314
- [9.6.40 (03/14/2024)](c-9.md#9640-03142024)
1415
- [9.6.30 (08/29/2023)](c-9.md#9630-08292023)
1516
- [9.6.20 (03/16/2023)](c-9.md#9620-03162023)

programming/c/user-guide-v9.6.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you haven't downloaded the SDK yet, download the `C/C++ Package` now from <a
3737
## Build Your First Application
3838

3939
Let's start by creating a console application which demonstrates how to use the minimum code to read barcodes from an image file.
40-
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.6.10/samples/C/GeneralSettings/GeneralSettings.c" target="_blank">download the entire source code here</a>.
40+
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.x/samples/C/GeneralSettings/GeneralSettings.c" target="_blank">download the entire source code here</a>.
4141
4242
### Create a New Project
4343

@@ -214,7 +214,7 @@ Please change all `[INSTALLATION FOLDER]` in above code snippet to your unpackin
214214
./DBRCSample
215215
```
216216

217-
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.6.10/samples/C/GeneralSettings/GeneralSettings.c" target="_blank">download the entire source code here</a>.
217+
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.x/samples/C/GeneralSettings/GeneralSettings.c" target="_blank">download the entire source code here</a>.
218218

219219
## Next Steps
220220

programming/c/user-guide-v9.6.20.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If you haven't downloaded the SDK yet, download the `C/C++ Package` now from <a
3737
## Build Your First Application
3838

3939
Let's start by creating a console application which demonstrates how to use the minimum code to read barcodes from an image file.
40-
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.6.10/samples/C/GeneralSettings/GeneralSettings.c" target="_blank">download the entire source code here</a>.
40+
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.x/samples/C/GeneralSettings/GeneralSettings.c" target="_blank">download the entire source code here</a>.
4141
4242
### Create a New Project
4343

@@ -214,7 +214,7 @@ Please change all `[INSTALLATION FOLDER]` in above code snippet to your unpackin
214214
./DBRCSample
215215
```
216216

217-
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.6.10/samples/C/GeneralSettings/GeneralSettings.c" target="_blank">download the entire source code here</a>.
217+
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.x/samples/C/GeneralSettings/GeneralSettings.c" target="_blank">download the entire source code here</a>.
218218

219219
## Next Steps
220220

programming/cplusplus/index-v9.6.20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permalink: /programming/cplusplus/index-v9.6.20.html
1818

1919
## Samples and Demo
2020

21-
- <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.6.10/samples/C%2B%2B" target="_blank">C++ Samples</a>
21+
- <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.x/samples/C%2B%2B" target="_blank">C++ Samples</a>
2222
- <a href="https://demo.dynamsoft.com/barcode-reader/" target="_blank">Online Demo</a>
2323

2424
## API Reference

programming/cplusplus/release-notes/cpp-9.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ permalink: /programming/cplusplus/release-notes/cpp-9.html
99

1010
# Release Notes for C++ Edition - 9.x
1111

12+
## 9.6.60 (12/23/2025)
13+
14+
### Security Updates
15+
16+
- Updated third-party libraries to incorporate the latest security fixes.
17+
1218
## 9.6.40 (03/14/2024)
1319

1420
### Improved

programming/cplusplus/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ needAutoGenerateSidebar: false
88

99
# Release Notes - C++ Edition
1010

11+
- [9.6.60 (12/23/2025)]({{ site.dbr_cpp_release_notes }}cpp-9.html#9660-12232025)
1112
- [9.6.40 (03/14/2024)]({{ site.dbr_cpp_release_notes }}cpp-9.html#9640-03142024)
1213
- [9.6.30 (08/29/2023)]({{ site.dbr_cpp_release_notes }}cpp-9.html#9630-08292023)
1314
- [9.6.20 (03/16/2023)]({{ site.dbr_cpp_release_notes }}cpp-9.html#9620-03162023)

programming/cplusplus/user-guide-v9.6.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you haven't downloaded the SDK yet, download the `C/C++ Package` now from <a
4141
## Build Your First Application
4242

4343
Let's start by creating a console application which demonstrates how to use the minimum code to read barcodes from an image file.
44-
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.6.10/samples/C%2B%2B/GeneralSettings/GeneralSettings.cpp" target="_blank">download the entire source code here</a>.
44+
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.x/samples/C%2B%2B/GeneralSettings/GeneralSettings.cpp" target="_blank">download the entire source code here</a>.
4545
4646
### Create a New Project
4747

@@ -221,7 +221,7 @@ Please change all `[INSTALLATION FOLDER]` in above code snippet to your unpackin
221221
./DBRCPPSample
222222
```
223223

224-
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.6.10/samples/C%2B%2B/GeneralSettings/GeneralSettings.cpp" target="_blank">download the entire source code here</a>.
224+
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.x/samples/C%2B%2B/GeneralSettings/GeneralSettings.cpp" target="_blank">download the entire source code here</a>.
225225

226226
## Next Steps
227227

programming/cplusplus/user-guide-v9.6.20.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ If you haven't downloaded the SDK yet, download the `C/C++ Package` now from <a
4141
## Build Your First Application
4242

4343
Let's start by creating a console application which demonstrates how to use the minimum code to read barcodes from an image file.
44-
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.6.10/samples/C%2B%2B/GeneralSettings/GeneralSettings.cpp" target="_blank">download the entire source code here</a>.
44+
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.x/samples/C%2B%2B/GeneralSettings/GeneralSettings.cpp" target="_blank">download the entire source code here</a>.
4545
4646
### Create a New Project
4747

@@ -221,7 +221,7 @@ Please change all `[INSTALLATION FOLDER]` in above code snippet to your unpackin
221221
./DBRCPPSample
222222
```
223223

224-
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.6.10/samples/C%2B%2B/GeneralSettings/GeneralSettings.cpp" target="_blank">download the entire source code here</a>.
224+
> You can <a href="https://github.com/Dynamsoft/barcode-reader-c-cpp-samples/tree/v9.x/samples/C%2B%2B/GeneralSettings/GeneralSettings.cpp" target="_blank">download the entire source code here</a>.
225225

226226
## Next Steps
227227

0 commit comments

Comments
 (0)