Skip to content

Commit

Permalink
Release v3.18.2836
Browse files Browse the repository at this point in the history
  • Loading branch information
vii5ard committed Aug 27, 2018
1 parent 7fa7c99 commit 2a73e2b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 22 deletions.
2 changes: 1 addition & 1 deletion ABI_VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
10:0:0
11:0:0

# 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
13 changes: 6 additions & 7 deletions RELEASE.howto
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ This file describes the steps to create a release of the sdk.
3. Updete package version with ./mkversion.sh
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. 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.
6. Commit VERSION and other changed files
7. Create tag for release
8. Push changes (master and tag).
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.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.17.2693
3.18.2836
18 changes: 5 additions & 13 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,25 +1,17 @@
Version 3.18

* IMPROVEMENT: KSI_DataHash and KSI_DataHasher accept NULL as KSI context.
* IMPROVEMENT: Updated example code in README.md.
* IMPROVEMENT: Added KSI_TlvElement_removeElement function.
* IMPROVEMENT: Changed the curl HTTP debug messages for return codes and internal error messages.
* FEATURE: High Availability add-on to the non-blocking network interface.
* FEATURE: Added max tree height to tree builder.
* BUGFIX: Corrected possible crash in list removeElement when configured without object free method.
* BUGFIX: Fixed typo in hash algorithm names.
* BUGFIX: Fixed internal logging mechanism.

Version 3.17

2018-08-27 release(3.18.2836)
* FEATURE: High Availability add-on to the non-blocking network interface.
* FEATURE: Added max tree level to tree builder.
* IMPROVEMENT: KSI_DataHash and KSI_DataHasher accept NULL as KSI context.
* IMPROVEMENT: Added KSI_TlvElement_removeElement function.
* IMPROVEMENT: Changed the curl HTTP debug messages for return codes and internal error messages.
* IMPROVEMENT: KSI_DataHash and KSI_DataHasher accept NULL as KSI context.
* IMPROVEMENT: Updated example code in README.md.
* IMPROVEMENT: Added KSI_TlvElement_removeElement function.
* IMPROVEMENT: Added calendar hash chain consistency verification.
* BUGFIX: Corrected possible crash in list removeElement when configured without object free method.
* BUGFIX: Fixed typo in hash algorithm names.
* BUGFIX: Fixed internal logging mechanism.

Version 3.17

Expand Down

0 comments on commit 2a73e2b

Please sign in to comment.