Skip to content

Commit 6121bbd

Browse files
committed
update to 2.1.7
1 parent f32703a commit 6121bbd

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LICENSE INFORMATION
33
The Programs listed below are licensed under the following License Information terms and conditions in addition to the Program license terms previously agreed to by Client and IBM. If Client does not have previously agreed to license terms in effect for the Program, the International License Agreement for Non-Warranted Programs (i125-5589-06) applies.
44

55
Program Name (Program Number):
6-
IBM Db2 for z/OS Developer Extension, 2.1.6 (plug-in)
6+
IBM Db2 for z/OS Developer Extension, 2.1.7 (plug-in)
77

88
The following standard terms apply to Licensee's use of the Program.
99

NOTICES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NOTICES AND INFORMATION
22

3-
IBM Db2 for z/OS Developer Extension, 2.1.6
3+
IBM Db2 for z/OS Developer Extension, 2.1.7
44

55
The IBM license agreement and any applicable information on the web
66
download page for IBM products refers Licensee to this file for details
@@ -25,7 +25,7 @@ and all liability for errors and omissions or for any damages accruing
2525
from the use of this NOTICES file or its contents, including without
2626
limitation URLs or references to any third party websites.
2727

28-
Notices and Information for IBM Db2 for z/OS Developer Extension, 2.1.6
28+
Notices and Information for IBM Db2 for z/OS Developer Extension, 2.1.7
2929

3030
Apache 2.0 License
3131

@@ -214,4 +214,4 @@ End of Python Software Foundation License 2.0
214214

215215
L/N: L-BJDK-GLBH8D
216216
D/N: L-BJDK-GLBH8D
217-
P/N: L-BJDK-GLBH8D
217+
P/N: L-BJDK-GLBH8D

product-licenses/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ LICENSE INFORMATION
33
The Programs listed below are licensed under the following License Information terms and conditions in addition to the Program license terms previously agreed to by Client and IBM. If Client does not have previously agreed to license terms in effect for the Program, the International License Agreement for Non-Warranted Programs (i125-5589-06) applies.
44

55
Program Name (Program Number):
6-
IBM Db2 for z/OS Developer Extension, 2.1.6 (plug-in)
6+
IBM Db2 for z/OS Developer Extension, 2.1.7 (plug-in)
77

88
The following standard terms apply to Licensee's use of the Program.
99

product-licenses/NOTICES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
NOTICES AND INFORMATION
22

3-
IBM Db2 for z/OS Developer Extension, 2.1.6
3+
IBM Db2 for z/OS Developer Extension, 2.1.7
44

55
The IBM license agreement and any applicable information on the web
66
download page for IBM products refers Licensee to this file for details
@@ -25,7 +25,7 @@ and all liability for errors and omissions or for any damages accruing
2525
from the use of this NOTICES file or its contents, including without
2626
limitation URLs or references to any third party websites.
2727

28-
Notices and Information for IBM Db2 for z/OS Developer Extension, 2.1.6
28+
Notices and Information for IBM Db2 for z/OS Developer Extension, 2.1.7
2929

3030
Apache 2.0 License
3131

@@ -214,4 +214,4 @@ End of Python Software Foundation License 2.0
214214

215215
L/N: L-BJDK-GLBH8D
216216
D/N: L-BJDK-GLBH8D
217-
P/N: L-BJDK-GLBH8D
217+
P/N: L-BJDK-GLBH8D

signature/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Code signature validation
22

3-
This zip file contains IBM® Db2® for z/OS® Developer Extension 2.1.6 and code signing signatures to verify the binary of Db2 Developer Extension.
3+
This zip file contains IBM® Db2® for z/OS® Developer Extension 2.1.7 and code signing signatures to verify the binary of Db2 Developer Extension.
44

55
## How to verify the code signing signatures
66

7-
The db2forzosdeveloperextension-2.1.6.zip file contains .vsix, .sig and .pem files, which are used to verify the binary files.
7+
The db2forzosdeveloperextension-2.1.7.zip file contains .vsix, .sig and .pem files, which are used to verify the binary files.
88

99
After you extract the files from the zip file, you can verify the code signing signatures for the .vsix file by completing the following instructions.
1010

@@ -30,11 +30,11 @@ After you extract the files from the zip file, you can verify the code signing 
3030
~~~~
3131
Response verify OK
3232
~~~~
33-
3. Verify the downloaded binary file of Db2 Developer Extension 2.1.6.
33+
3. Verify the downloaded binary file of Db2 Developer Extension 2.1.7.
3434
3535
To verify the file by using the signature and public key files, issue the following command:
3636
~~~~
37-
$ openssl dgst -sha256 -verify public.pem -signature db2forzosdeveloperextension-2.1.6.vsix.cosign.sig db2forzosdeveloperextension-2.1.6.vsix
37+
$ openssl dgst -sha256 -verify public.pem -signature db2forzosdeveloperextension-2.1.7.vsix.cosign.sig db2forzosdeveloperextension-2.1.7.vsix
3838
~~~~
3939
If the binary verification is successful, the output is:
4040
~~~~
24 MB
Binary file not shown.

0 commit comments

Comments
 (0)