Skip to content

Commit

Permalink
Release 3.14.2207
Browse files Browse the repository at this point in the history
  • Loading branch information
vii5ard committed Jun 13, 2017
1 parent b47f007 commit 2e9ff19
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13.2043
3.14.2207
4 changes: 3 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Version 3.14

2017-06-13 release(3.14.2207)
* IMPROVEMENT: Unified verifivation error codes. All error code values with single digit are padded with '0' (general error codes have been changed from GEN-* to GEN-0*).
* IMPROVEMENT: Refactored TCP client host information lookup by using getaddrinfo instead of gethostbyname.
* IMPROVEMENT: Support for integration tests test package.
* IMPROVEMENT: Refactored aggregation hash chain chain index continuation verification.
Version 3.14
* IMPROVEMENT: Added mandatory comments to deprecation macro.
* IMPROVEMENT: Returning KSI_UNSUPPORTED_PDU_VERSION in case configured PDU version is not supported for given request.
* IMPROVEMENT: Verification of user-provided input hash level.
Expand Down
14 changes: 14 additions & 0 deletions packaging/deb/libksi/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
libksi (3.14.2207) RELEASED; urgency=low

* IMPROVEMENT: Unified verifivation error codes. All error code values with single digit are padded with '0' (general error codes have been changed from GEN-* to GEN-0*).
* IMPROVEMENT: Refactored TCP client host information lookup by using getaddrinfo instead of gethostbyname.
* IMPROVEMENT: Support for integration tests test package.
* IMPROVEMENT: Refactored aggregation hash chain chain index continuation verification.
* IMPROVEMENT: Added mandatory comments to deprecation macro.
* IMPROVEMENT: Returning KSI_UNSUPPORTED_PDU_VERSION in case configured PDU version is not supported for given request.
* IMPROVEMENT: Verification of user-provided input hash level.
* IMPROVEMENT: Updated signature internal verification sequence.
* BUGFIX: Correct extender HMAC setting.
* BUGFIX: Added interface for KSI_Header KSI context getter.
* IMPROVEMENT: Added KSI_DataHash memory reuse.

libksi (3.13.2043) RELEASED; urgency=low

* IMPROVEMENT: Functionality to request configurations from extender /
Expand Down

0 comments on commit 2e9ff19

Please sign in to comment.