Skip to content

Commit

Permalink
Prepare v0.2.0-BETA release (#127)
Browse files Browse the repository at this point in the history
Signed-off-by: Toomas Uudisaru <[email protected]>
  • Loading branch information
uudisaru authored Dec 28, 2017
1 parent ce737ca commit cf740db
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
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.1.0)
project(qdigidoc4 VERSION 0.2.0)

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

DigiDoc4 Client is an application for managing Estonian eIDs and for viewing, creating and validating digital signature- and crypto-containers. DigiDoc4 Client is a reinterpretation of two existing applications:
- DigiDoc3 Client which is used for digital signing and encryption;
- ID Card utility which is used for managing Estonian eIDs.

The functionality of the application mirrors existing applications; major changes provided by the new client are refreshed UI and the improvements in the workflow/UX of the application.
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
qdigidoc4 (0.1.0.3) stable; urgency=low
qdigidoc4 (0.2.0.3) stable; urgency=low

* Initial release

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Build-Depends:
libqt5svg5-dev,
qttools5-dev,
qttools5-dev-tools
Standards-Version: 0.1.0
Standards-Version: 0.2.0
Homepage: https://github.com/open-eid/DigiDoc4-Client

Package: qdigidoc4
Expand Down

0 comments on commit cf740db

Please sign in to comment.