Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma committed Apr 6, 2017
1 parent 6dca891 commit 798dc94
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 57 deletions.
114 changes: 61 additions & 53 deletions RELEASE-NOTES.txt → RELEASE-NOTES.md
@@ -1,53 +1,61 @@
Esteid-plugin version 3.12.1 release notes
--------------------------------------
Changes compared to ver 3.11.0

- Improved Esteid-plugin for Internet Explorer
- More generic pkcs11 card manager for IE, moved certificate match check from signer to card manager and support having multiple cards connected when signing with pkcs11.
- Fixed transparent PIN dialog issue
- Fixed wrong private key handle used for signing with LT card
- Added Custom Dialog and using PKCS11 for LT cards to bypass LT middleware PIN cache issues. It uses the selected certificate to determine if it's a LT card
- Use WIX visual studio integration and cleanup

- Improved Esteid-plugin for Mozilla Firefox
- Fixed random Firefox crash in OSX
- Fixed PIN attempts remaining counter not decreasing with Lithuanian and Finnish tokens
- Added Token Support for Latvian and Finnish eID on OSX and Token Support for Lithuanian, Latvian and Finnish eID on Linux. Note: you need to have middleware for the eID that you are using installed (Finland, Estonia, Latvia or Lithuania). No other configuration should be necessary.

List on known issues: https://github.com/open-eid/browser-token-signing/wiki/Known-issues
List of supported tokens: hhttps://github.com/open-eid/browser-token-signing/wiki/Token-Support


Esteid-plugin version 3.11.0 release notes
--------------------------------------
Changes compared to ver 3.9.1

- Improved Esteid-plugin for Internet Explorer
- Added support for international tokens
- Removed openssl dependency
- Added license and icon to the installer
- Added CAPI support beyond SHA-1
- Created installers for x86 and x64 platforms
- Fixed CAPI signing error check
- Fixed certificate selection cancelling
- Fixed signing cancelling
- Fixed access denied error that could occur on some versions of Windows after certificate selection
- Added platform (32bit or 64bit) to IE plugin version number
- Refactoring. Cleaned up a lot of code, deleted unused code

List on known issues: https://github.com/open-eid/browser-token-signing/wiki/Known-issues
List of supported tokens: hhttps://github.com/open-eid/browser-token-signing/wiki/Token-Support


Esteid-plugin version 3.9.1 release notes
--------------------------------------
Changes compared to ver 3.8

- Added 64-bit version of browser signing plug-in for 64-bit Chrome browser in Windows environment.



Esteid-plugin version 3.8 release notes
--------------------------------------

- Started using esteid-pkcs11 and esteid-tokend drivers in OSX (instead of opensc).
browser-token-signing version [3.12.2](https://github.com/open-eid/browser-token-signing/releases/tag/v3.12.2) release notes
--------------------------------------------
- Lithuania token iprovements
- Code and build improvements

[Full Changelog](https://github.com/open-eid/browser-token-signing/compare/v3.12.1...v3.12.2)


Esteid-plugin version 3.12.1 release notes
--------------------------------------
Changes compared to ver 3.11.0

- Improved Esteid-plugin for Internet Explorer
- More generic pkcs11 card manager for IE, moved certificate match check from signer to card manager and support having multiple cards connected when signing with pkcs11.
- Fixed transparent PIN dialog issue
- Fixed wrong private key handle used for signing with LT card
- Added Custom Dialog and using PKCS11 for LT cards to bypass LT middleware PIN cache issues. It uses the selected certificate to determine if it's a LT card
- Use WIX visual studio integration and cleanup

- Improved Esteid-plugin for Mozilla Firefox
- Fixed random Firefox crash in OSX
- Fixed PIN attempts remaining counter not decreasing with Lithuanian and Finnish tokens
- Added Token Support for Latvian and Finnish eID on OSX and Token Support for Lithuanian, Latvian and Finnish eID on Linux. Note: you need to have middleware for the eID that you are using installed (Finland, Estonia, Latvia or Lithuania). No other configuration should be necessary.

List on known issues: https://github.com/open-eid/browser-token-signing/wiki/Known-issues
List of supported tokens: hhttps://github.com/open-eid/browser-token-signing/wiki/Token-Support


Esteid-plugin version 3.11.0 release notes
--------------------------------------
Changes compared to ver 3.9.1

- Improved Esteid-plugin for Internet Explorer
- Added support for international tokens
- Removed openssl dependency
- Added license and icon to the installer
- Added CAPI support beyond SHA-1
- Created installers for x86 and x64 platforms
- Fixed CAPI signing error check
- Fixed certificate selection cancelling
- Fixed signing cancelling
- Fixed access denied error that could occur on some versions of Windows after certificate selection
- Added platform (32bit or 64bit) to IE plugin version number
- Refactoring. Cleaned up a lot of code, deleted unused code

List on known issues: https://github.com/open-eid/browser-token-signing/wiki/Known-issues
List of supported tokens: hhttps://github.com/open-eid/browser-token-signing/wiki/Token-Support


Esteid-plugin version 3.9.1 release notes
--------------------------------------
Changes compared to ver 3.8

- Added 64-bit version of browser signing plug-in for 64-bit Chrome browser in Windows environment.



Esteid-plugin version 3.8 release notes
--------------------------------------

- Started using esteid-pkcs11 and esteid-tokend drivers in OSX (instead of opensc).
4 changes: 2 additions & 2 deletions ie/ie-token-signing-wix.wixproj
Expand Up @@ -5,7 +5,7 @@
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<MAJOR_VERSION Condition=" '$(MAJOR_VERSION)' == '' ">3</MAJOR_VERSION>
<MINOR_VERSION Condition=" '$(MINOR_VERSION)' == '' ">12</MINOR_VERSION>
<RELEASE_VERSION Condition=" '$(RELEASE_VERSION)' == '' ">0</RELEASE_VERSION>
<RELEASE_VERSION Condition=" '$(RELEASE_VERSION)' == '' ">2</RELEASE_VERSION>
<BUILD_NUMBER Condition=" '$(BUILD_NUMBER)' == '' ">0</BUILD_NUMBER>
<ProductVersion>3.10</ProductVersion>
<ProjectGuid>d0a88d6a-6fe4-4374-a324-b801a6f6ec26</ProjectGuid>
Expand Down Expand Up @@ -67,4 +67,4 @@ IF "$(SIGNCERT)" NEQ "" (IF EXIST $(SolutionDir)\x64\Release\esteid-plugin-ie.dl
<Target Name="AfterBuild">
</Target>
-->
</Project>
</Project>
4 changes: 2 additions & 2 deletions ie/ie-token-signing.props
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup Label="UserMacros">
<MAJOR_VERSION>3</MAJOR_VERSION>
<MINOR_VERSION>12</MINOR_VERSION>
<RELEASE_VERSION>1</RELEASE_VERSION>
<RELEASE_VERSION>2</RELEASE_VERSION>
<BUILD_NUMBER>0</BUILD_NUMBER>
</PropertyGroup>
<PropertyGroup />
Expand All @@ -27,4 +27,4 @@
<EnvironmentVariable>true</EnvironmentVariable>
</BuildMacro>
</ItemGroup>
</Project>
</Project>

0 comments on commit 798dc94

Please sign in to comment.