Skip to content

Commit

Permalink
New release 3.12.2010.
Browse files Browse the repository at this point in the history
  • Loading branch information
vii5ard committed Mar 2, 2017
1 parent 7e3bb15 commit 4266538
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.2000
3.12.2010
2 changes: 2 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Version 3.12

2017-03-02 release(3.12.2010)
* BUGFIX: Removed internal http pipeline feature.
* BUGFIX: The example of KSI_DataHash_create in tutorial/t1_signing.md was missing an argument.

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ AC_CANONICAL_TARGET
# increment age ('c:r:a' becomes 'c:r:a+1').
# 4. If any interfaces have been removed or changed since the last public
# release, then set age to 0 ('c:r:a' becomes 'c:r:0').
LTVER="6:0:0"
LTVER="6:1:0"
AC_SUBST(LTVER)

AM_INIT_AUTOMAKE([subdir-objects foreign -Wall -Werror tar-ustar])
Expand Down
5 changes: 5 additions & 0 deletions packaging/deb/libksi/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
libksi (3.12.2010) RELEASED; urgency=low

* BUGFIX: Removed internal http pipeline feature.
* BUGFIX: The example of KSI_DataHash_create in tutorial/t1_signing.md was missing an argument.

libksi (3.12.2000) RELEASED; urgency=low

* IMPROVEMENT: Support for adding doxygen generated html files into rpm and debian package.
Expand Down

0 comments on commit 4266538

Please sign in to comment.