Skip to content

Commit d13f9d3

Browse files
metsmakristelmerilain
authored andcommitted
Update copyright year
IB-8870 Signed-off-by: Raul Metsma <raul@metsma.ee>
1 parent e232b19 commit d13f9d3

5 files changed

Lines changed: 19 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
container: fedora:${{ matrix.container }}
113113
strategy:
114114
matrix:
115-
container: [42, 43, rawhide]
115+
container: [42, 43, 44, rawhide]
116116
steps:
117117
- name: Install Deps
118118
run: |
@@ -137,7 +137,7 @@ jobs:
137137
strategy:
138138
matrix:
139139
dist: [ubuntu]
140-
ver: ['22.04', '24.04', '25.10']
140+
ver: ['22.04', '24.04', '25.10', '26.04']
141141
arch: [amd64, arm64]
142142
java: [17]
143143
include: [

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* libboost-test-dev - Optional, for unittests
2525
* swig - Optional, for C#, Java and python bindings
2626
* libpython3-dev, python3-setuptools - Optional, for python bindings
27-
* openjdk-17-jdk-headless - Optional, for Java bindings
27+
* openjdk-21-jdk-headless - Optional, for Java bindings
2828

2929
2. Fetch the source
3030

@@ -87,7 +87,7 @@
8787
### Windows
8888

8989
1. Install dependencies and necessary tools from
90-
* [Visual Studio Community 2019/2022](https://www.visualstudio.com/downloads/)
90+
* [Visual Studio Community 2022](https://www.visualstudio.com/downloads/)
9191
* [CMake](http://www.cmake.org)
9292
* [vcpkg](https://vcpkg.io/)
9393
* [Swig](http://swig.org/download.html) - Optional, for C#, Python and Java bindings
@@ -116,7 +116,7 @@
116116

117117
Optional CMake parameters:
118118

119-
-DSWIG_EXECUTABLE=C:/swigwin-4.2.1/swig.exe
119+
-DSWIG_EXECUTABLE=C:/swigwin-4.4.1/swig.exe
120120
-DDOXYGEN_EXECUTABLE=C:/Program files/doxygen/bin/doxygen.exe
121121

122122
After running the cmake build, digidoc_csharp.dll along with the C# source files will be created, more info at
@@ -132,7 +132,7 @@
132132

133133
Optional build.ps1 parameters:
134134

135-
-swig C:/swigwin-4.2.1/swig.exe
135+
-swig C:/swigwin-4.4.1/swig.exe
136136
-doxygen "C:/Program files/doxygen/bin/doxygen.exe"
137137
-boost
138138

RELEASE-NOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Libdigidocpp library [4.4.0](https://github.com/open-eid/libdigidocpp/releases/tag/v4.4.0) release notes
2+
--------------------------------------
3+
- Update libraries and platform support
4+
(#702, #705, #713, #721)
5+
- Improve signature and container compatibility
6+
(#698, #708, #701, #650, #711)
7+
- Other fixes and optimizations
8+
(#691, #700, #704, #706, #707, #718, #719)
9+
10+
[Full Changelog](https://github.com/open-eid/libdigidocpp/compare/v4.3.0...v4.4.0)
11+
112
Libdigidocpp library [4.3.0](https://github.com/open-eid/libdigidocpp/releases/tag/v4.3.0) release notes
213
--------------------------------------
314
- Update libraries and platform support

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Upstream-Contact: info@ria.ee
33
Source: https://github.com/open-eid/libdigidocpp
44

55
Files: *
6-
Copyright: 2012-2024 Estonian Information System's Authority
6+
Copyright: 2012-2026 Estonian Information System's Authority
77
License: LGPL-2.1
88
This library is free software; you can redistribute it and/or
99
modify it under the terms of the GNU Lesser General Public

src/libdigidocpp.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BEGIN
2525
VALUE "FileDescription", TARGET_NAME
2626
VALUE "FileVersion", VERSION_STR
2727
VALUE "InternalName", TARGET_NAME
28-
VALUE "LegalCopyright", "(C) 2009-2024 Estonian Information System Authority"
28+
VALUE "LegalCopyright", "(C) 2009-2026 Estonian Information System Authority"
2929
#ifdef APP
3030
VALUE "OriginalFilename", TARGET_NAME ".exe"
3131
#else

0 commit comments

Comments
 (0)