Skip to content

Commit

Permalink
Version bumped to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jariq committed Apr 3, 2016
1 parent 8af3268 commit 4b5a2d0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
PKCS11-LOGGER 2.2.0 (2016-04-03)
- License changed to the Apache License, Version 2.0

PKCS11-LOGGER 2.1.0 (2015-11-25)
- Increased performance when logging into the file
- Fixed reading of environment variables on Windows
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@ Logger behavior can be controlled with the following [environment variables](htt
Signed precompiled binaries as well as source code releases can be downloaded from [releases page](https://github.com/Pkcs11Interop/pkcs11-logger/releases):

* **Windows**
32-bit version: [pkcs11-logger-x86.dll](https://github.com/Pkcs11Interop/pkcs11-logger/releases/download/v2.1.0/pkcs11-logger-x86.dll)
64-bit version: [pkcs11-logger-x64.dll](https://github.com/Pkcs11Interop/pkcs11-logger/releases/download/v2.1.0/pkcs11-logger-x64.dll)
32-bit version: [pkcs11-logger-x86.dll](https://github.com/Pkcs11Interop/pkcs11-logger/releases/download/v2.2.0/pkcs11-logger-x86.dll)
64-bit version: [pkcs11-logger-x64.dll](https://github.com/Pkcs11Interop/pkcs11-logger/releases/download/v2.2.0/pkcs11-logger-x64.dll)
<sub>Requires [Visual C++ Redistributable for Visual Studio 2015](http://www.microsoft.com/en-us/download/details.aspx?id=48145) to be installed on the target system.</sub>

* **Ubuntu 14.04**
32-bit version: [pkcs11-logger-x86.so](https://github.com/Pkcs11Interop/pkcs11-logger/releases/download/v2.1.0/pkcs11-logger-x86.so)
64-bit version: [pkcs11-logger-x64.so](https://github.com/Pkcs11Interop/pkcs11-logger/releases/download/v2.1.0/pkcs11-logger-x64.so)
32-bit version: [pkcs11-logger-x86.so](https://github.com/Pkcs11Interop/pkcs11-logger/releases/download/v2.2.0/pkcs11-logger-x86.so)
64-bit version: [pkcs11-logger-x64.so](https://github.com/Pkcs11Interop/pkcs11-logger/releases/download/v2.2.0/pkcs11-logger-x64.so)

* **Mac OS X 10.11**
32-bit version: [pkcs11-logger-x86.dylib](https://github.com/Pkcs11Interop/pkcs11-logger/releases/download/v2.1.0/pkcs11-logger-x86.dylib)
64-bit version: [pkcs11-logger-x64.dylib](https://github.com/Pkcs11Interop/pkcs11-logger/releases/download/v2.1.0/pkcs11-logger-x64.dylib)
32-bit version: [pkcs11-logger-x86.dylib](https://github.com/Pkcs11Interop/pkcs11-logger/releases/download/v2.2.0/pkcs11-logger-x86.dylib)
64-bit version: [pkcs11-logger-x64.dylib](https://github.com/Pkcs11Interop/pkcs11-logger/releases/download/v2.2.0/pkcs11-logger-x64.dylib)

Archives with source code are signed with [GnuPG key of Jaroslav Imrich](https://www.jimrich.sk/crypto/).
Windows libraries are signed with [code-signing certificate of Jaroslav Imrich](https://www.jimrich.sk/crypto/).
Expand Down
2 changes: 1 addition & 1 deletion src/pkcs11-logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ PKCS11_LOGGER_GLOBALS;
// Library name
#define PKCS11_LOGGER_NAME "PKCS11-LOGGER"
// Library version
#define PKCS11_LOGGER_VERSION "2.1.0"
#define PKCS11_LOGGER_VERSION "2.2.0"
// Library description
#define PKCS11_LOGGER_DESCRIPTION "PKCS#11 logging proxy module"

Expand Down
4 changes: 2 additions & 2 deletions test/Pkcs11LoggerTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0")]
[assembly: AssemblyFileVersion("2.0.0")]
[assembly: AssemblyVersion("2.2.0")]
[assembly: AssemblyFileVersion("2.2.0")]

0 comments on commit 4b5a2d0

Please sign in to comment.