Skip to content

Commit d97507b

Browse files
metsmaklemensn
authored andcommitted
Update unittests (open-eid#567)
IB-7881 Signed-off-by: Raul Metsma <[email protected]>
1 parent 5658efc commit d97507b

File tree

5 files changed

+638
-31
lines changed

5 files changed

+638
-31
lines changed

RELEASE-NOTES.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Libdigidocpp library [3.17.0](https://github.com/open-eid/libdigidocpp/releases/tag/v3.17.0) release notes
2+
--------------------------------------
3+
- Update libraries and platform support (#549, #554, #558, #553)
4+
- Improve signature and container compatibility (#543, #545, #559, #561, #552)
5+
- Other fixes and optimizations (#542, #550, #557, #544, #551, #555)
6+
7+
[Full Changelog](https://github.com/open-eid/libdigidocpp/compare/v3.16.0...v3.17.0)
8+
19
Libdigidocpp library [3.16.0](https://github.com/open-eid/libdigidocpp/releases/tag/v3.16.0) release notes
210
--------------------------------------
311
- Update libraries and platform support (#530, #477, #534, #535)

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ foreach($platform in @("x86", "x64")) {
7272
"-DXSD_ROOT=$xsd" `
7373
"-DSIGNCERT=$sign" `
7474
"-DCROSSSIGNCERT=$crosssign" `
75-
$cmakeext "&&" $cmake --build $buildpath --target check install
75+
$cmakeext "&&" $cmake --build $buildpath --target check "&&" $cmake --build $buildpath --target install
7676
}
7777
}
7878

debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Depends:
4444
${misc:Depends},
4545
${shlibs:Depends}
4646
Recommends:
47-
opensc
47+
opensc-pkcs11
4848
Conflicts:
4949
libdigidoc2 (<<3.0)
5050
Description: DigiDoc digital signature library

examples/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
mavenCentral()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:8.1.1'
8+
classpath 'com.android.tools.build:gradle:8.1.2'
99
}
1010
}
1111

0 commit comments

Comments
 (0)