Skip to content

Commit

Permalink
Release v3.15.2306
Browse files Browse the repository at this point in the history
  • Loading branch information
vii5ard committed Sep 12, 2017
1 parent 8e137f6 commit 7f537f6
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ABI_VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
7:1:0
8:0:1

# Before making a release, the LTVER string should be modified. The
# string is of the form c:r:a. Follow these instructions sequentially:
Expand Down
11 changes: 6 additions & 5 deletions RELEASE.howto
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ This file describes the steps to create a release of the sdk.
1. Merge changes from develop/release branch to master.
2. Run tests and check for memory leaks.
3. Updete package version with ./mkversion.sh
4. Update ABI version in ./configure.ac according to the given algorithm in comments.
4. Update ABI version in ABI_VERSION according to the given algorithm in comments.
5. Update/sync ./changelog
6. Update/sync ./packaging/deb/libksi/DEBIAN/changelog
7. Commit VERSION and other changed files
8. git push origin master
9. Generate the documentation.
10. Copy the doc/html folder to MAJOR_VER.MINOR_VER/ directory.
11. Update index.md and generate index.html from it.
8. Create tag for release
9. Push changes (master and tag).
10. Generate the documentation.
11. Copy the doc/html folder to MAJOR_VER.MINOR_VER/ directory.
12. Update index.md and generate index.html from it.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.14.2207
3.15.2306
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 3.15

2017-09-12 release(3.15.2306)
* BUGFIX: Fixed creating HmacHasher failure with unimplemented hash algorithm.
* BUGFIX: Unable to create KSI_DataHash from digest if algorithm is not implemented.
* IMPROVEMENT: Simplified integration test configuration (see integrationtest.conf.sample)
Expand All @@ -12,6 +15,7 @@
* IMPROVEMENT: Implemented verification of PKI certificate validity during aggregation time.
* IMPROVEMENT: Rpm packaging spec file moved from "redhat" to "packaging/redhat".
* IMPROVEMENT: Set default PDU version to 2.

Version 3.14

2017-06-13 release(3.14.2207)
Expand Down
17 changes: 17 additions & 0 deletions packaging/deb/libksi/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
libksi (3.15.2306) RELEASED; urgency=low

* BUGFIX: Fixed creating HmacHasher failure with unimplemented hash algorithm.
* BUGFIX: Unable to create KSI_DataHash from digest if algorithm is not implemented.
* IMPROVEMENT: Simplified integration test configuration (see integrationtest.conf.sample)
* BUGFIX: Fixed KSIEP over TCP failing.
* BUGFIX: Fixed clang static analyze findings.
* BUGFIX: GNU makefile target 'dist' does not include any unnecessary files to the resulting tarball.
* IMPROVEMENT: Debian packaging refactored and fixed.
* IMPROVEMENT: ABI version moved from configure.ac to ABI_VERSION file.
* IMPROVEMENT: Added KSI_SignatureBuilder_createSignatureWithAggregationChain function.
* IMPROVEMENT: Removed calendar-based verification from the default verification policy.
* IMPROVEMENT: New verification rule for verifing document hash algorithm.
* IMPROVEMENT: Implemented verification of PKI certificate validity during aggregation time.
* IMPROVEMENT: Rpm packaging spec file moved from "redhat" to "packaging/redhat".
* IMPROVEMENT: Set default PDU version to 2.

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*).
Expand Down

0 comments on commit 7f537f6

Please sign in to comment.