diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e46a83b58..f44d8fde5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
with:
submodules: recursive
- name: Download artifact
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v20
with:
workflow: build.yml
branch: master
@@ -61,7 +61,7 @@ jobs:
cmake --build build --target macdeployqt
cmake --build build --target zip
- name: Archive artifacts
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: macOS
path: build/qdigidoc4*.zip
@@ -71,7 +71,7 @@ jobs:
container: ubuntu:${{ matrix.container }}
strategy:
matrix:
- container: ['22.04', '24.04', '25.10']
+ container: ['22.04', '24.04', '25.10', '26.04']
arch: ['amd64', 'arm64']
env:
DEBIAN_FRONTEND: noninteractive
@@ -79,7 +79,7 @@ jobs:
DEBEMAIL: github-actions@github.com
steps:
- name: Download artifact
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v20
with:
workflow: build.yml
branch: master
@@ -107,7 +107,7 @@ jobs:
- name: Lintian
run: lintian *.deb;
- name: Archive artifacts
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: ubuntu_${{ matrix.container }}_${{ matrix.arch }}
path: qdigidoc4*.*
@@ -117,10 +117,10 @@ jobs:
container: fedora:${{ matrix.container }}
strategy:
matrix:
- container: [42, 43]
+ container: [42, 43, 44]
steps:
- name: Download artifact
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v20
with:
workflow: build.yml
branch: master
@@ -135,7 +135,7 @@ jobs:
cmake -DCMAKE_INSTALL_PREFIX=/usr -B build -S .
cmake --build build --target all package
- name: Archive artifacts
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: fedora_${{ matrix.container }}
path: build/qdigidoc4*.rpm
@@ -151,7 +151,7 @@ jobs:
steps:
- *Checkout
- name: Download artifact
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v20
with:
workflow: build.yml
branch: master
@@ -191,7 +191,7 @@ jobs:
cmake --build build --target msishellext
cmake --build build --target appx
- name: Archive artifacts
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
with:
name: msi_${{ matrix.vcver }}_${{ matrix.platform }}
path: |
@@ -207,7 +207,7 @@ jobs:
steps:
- *Checkout
- name: Download artifact
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v20
with:
workflow: build.yml
branch: master
@@ -246,7 +246,7 @@ jobs:
steps:
- *Checkout
- name: Download artifact
- uses: dawidd6/action-download-artifact@v11
+ uses: dawidd6/action-download-artifact@v20
with:
workflow: build.yml
branch: master
diff --git a/README.md b/README.md
index bd8785729..028b1bc3e 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,7 @@
3. Configure
cmake -B build -S . \
- -DCMAKE_PREFIX_PATH=~/cmake_builds/Qt-6.6.3-OpenSSL
+ -DCMAKE_PREFIX_PATH=~/cmake_builds/Qt-6.10.2-OpenSSL
-DOPENSSL_ROOT_DIR=~/cmake_build/OpenSSL \
-DLDAP_ROOT=~/cmake_build/OpenLDAP \
-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
@@ -81,7 +81,7 @@
### Windows
1. Install dependencies from
- * [Visual Studio Community 2019](https://www.visualstudio.com/downloads/)
+ * [Visual Studio Community 2022](https://www.visualstudio.com/downloads/)
* [http://www.cmake.org](http://www.cmake.org)
* [http://qt-project.org](http://qt-project.org)
* [libdigidocpp-*.msi](https://github.com/open-eid/libdigidocpp/releases)
@@ -93,7 +93,7 @@
3. Configure
- cmake -G"NMAKE Makefiles" -DCMAKE_PREFIX_PATH=C:\Qt\6.6.3\msvc2019_x64 -DLibDigiDocpp_ROOT="C:\Program Files (x86)\libdigidocpp" -B build -S .
+ cmake -G"NMAKE Makefiles" -DCMAKE_PREFIX_PATH=C:\Qt\6.10.2\msvc2022_x64 -DLibDigiDocpp_ROOT="C:\Program Files (x86)\libdigidocpp" -B build -S .
4. Build
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index 0651c6e12..0018f5a61 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -1,3 +1,9 @@
+DigiDoc4 version [4.9.0](https://github.com/open-eid/DigiDoc4-Client/releases/tag/v4.9.0) release notes
+--------------------------------------
+- Code, Text and translation improvements and updates
+
+[Full Changelog](https://github.com/open-eid/DigiDoc4-Client/compare/v4.8.0...v4.9.0)
+
DigiDoc4 version [4.8.0](https://github.com/open-eid/DigiDoc4-Client/releases/tag/v4.8.0) release notes
--------------------------------------
- Code, Text and translation improvements and updates
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
index 2f4722a77..6134800f4 100644
--- a/client/CMakeLists.txt
+++ b/client/CMakeLists.txt
@@ -117,7 +117,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
AUTORCC ON
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/mac/Info.plist.cmake
MACOSX_BUNDLE_BUNDLE_NAME ${PROJECT_NAME}
- MACOSX_BUNDLE_COPYRIGHT "(C) 2010-2025 Estonian Information System Authority"
+ MACOSX_BUNDLE_COPYRIGHT "(C) 2010-2026 Estonian Information System Authority"
MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION}
MACOSX_BUNDLE_BUNDLE_VERSION ${BUILD_NUMBER}
MACOSX_BUNDLE_ICON_FILE Icon.icns
diff --git a/client/ee.ria.qdigidoc4.metainfo.xml b/client/ee.ria.qdigidoc4.metainfo.xml
index 1105f7b27..3b1f2b11f 100644
--- a/client/ee.ria.qdigidoc4.metainfo.xml
+++ b/client/ee.ria.qdigidoc4.metainfo.xml
@@ -52,6 +52,20 @@
qdigidoc4
+
+
+
+ - Code, Text and translation improvements and updates
+
+
+
+
+
+
+ - Code, Text and translation improvements and updates
+
+
+
diff --git a/client/qdigidoc4.rc b/client/qdigidoc4.rc
index f41950cdf..b9103ee71 100644
--- a/client/qdigidoc4.rc
+++ b/client/qdigidoc4.rc
@@ -21,7 +21,7 @@ BEGIN
VALUE "FileDescription", "DigiDoc4"
VALUE "FileVersion", VERSION_STR
VALUE "InternalName", "qdigidoc4"
- VALUE "LegalCopyright", "Copyright (C) 2017-2025 Estonian Information System Authority"
+ VALUE "LegalCopyright", "Copyright (C) 2017-2026 Estonian Information System Authority"
VALUE "OriginalFilename", "qdigidoc4.exe"
VALUE "ProductName", "DigiDoc4"
VALUE "ProductVersion", VERSION_STR
@@ -32,7 +32,7 @@ BEGIN
VALUE "FileDescription", "DigiDoc4"
VALUE "FileVersion", VERSION_STR
VALUE "InternalName", "qdigidoc4"
- VALUE "LegalCopyright", "Copyright (C) 2017-2025 Riigi Infosüsteemi Amet"
+ VALUE "LegalCopyright", "Copyright (C) 2017-2026 Riigi Infosüsteemi Amet"
VALUE "OriginalFilename", "qdigidoc4.exe"
VALUE "ProductName", "DigiDoc4"
VALUE "ProductVersion", VERSION_STR