Skip to content

Commit

Permalink
Release v0.4.0-BETA (#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Toomas Uudisaru <[email protected]>
  • Loading branch information
uudisaru authored Feb 19, 2018
1 parent 94aef53 commit 2700943
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ endif()
if(POLICY CMP0071)
cmake_policy(SET CMP0071 OLD)
endif()
project(qdigidoc4 VERSION 0.3.0)
project(qdigidoc4 VERSION 0.4.0)

set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules")
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
12 changes: 12 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
DigiDoc4 version 0.4.0 release notes
--------------------------------------

- eToken (e-Seal) support
- Navigation logic changes; signature container wrapped in crypto-container on crypto page and vice versa
- ASiC-E signing fix
- Network proxy support in DigiDoc4 client
- Multiple text and UI/UX improvements
- Card polling backend changes

[Full Changelog](https://github.com/open-eid/DigiDoc4-Client/compare/v0.3.0-BETA...v0.4.0-BETA)

DigiDoc4 version 0.3.0 release notes
--------------------------------------

Expand Down

0 comments on commit 2700943

Please sign in to comment.