Skip to content

Commit

Permalink
Release 0.2.0-BETA (#128)
Browse files Browse the repository at this point in the history
Fix Ubuntu build error (lintian appstream-metadata-legacy-format)

Signed-off-by: Toomas Uudisaru <[email protected]>
  • Loading branch information
uudisaru authored Dec 28, 2017
1 parent cf740db commit 56a992e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 41 deletions.
5 changes: 3 additions & 2 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
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:
DigiDoc4 Client is an application for digitally signing and encrypting documents; the software includes functionality to manage (change pin codes, update certificates etc.) the Estonian ID-card.

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.
1 change: 0 additions & 1 deletion client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ else()
set_target_properties( ${PROGNAME} PROPERTIES COMPILE_DEFINITIONS "DATADIR=\"${CMAKE_INSTALL_FULL_DATADIR}\"" )
configure_file( qdigidoc4.1.cmake qdigidoc4.1 )
install( FILES ${CMAKE_CURRENT_BINARY_DIR}/qdigidoc4.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1 )
install( FILES qdigidoc4.appdata.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/appdata )
install( FILES qdigidoc4.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications )
install( FILES qdigidoc4.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/mime/packages )
foreach(RES 16 22 32 48 128)
Expand Down
38 changes: 0 additions & 38 deletions client/qdigidoc4.appdata.xml

This file was deleted.

0 comments on commit 56a992e

Please sign in to comment.