Skip to content

Commit 66e32ab

Browse files
committed
New version
1 parent 391617c commit 66e32ab

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ by
1111

1212
------------
1313

14+
## Version 4.1.0
15+
16+
* UPDATE: Add citation.cff
17+
* UPDATE: Add new logo
18+
* UPDATE: Rename title to ediarum.DB
19+
* BUGFIX: Fix permissions settings for new collections in copy function
20+
* UPDATE: Rename id namespace to id prefix
21+
1422
## Version 4.0.2
1523

1624
* UPDATE: Update to eXist-db 5.3

CITATION.cff

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@ authors:
66
- given-names: Fischer
77
family-names: Gordon
88
orcid: 'https://orcid.org/0009-0003-3822-7673'
9+
- given-names: Jan
10+
family-name: Wierzoch
11+
orcid: 'https://orcid.org/0000-0002-6388-4064'
12+
- given-names: Stefan
13+
family-name: Dumont
14+
orcid: 'https://orcid.org/0000-0002-6923-0950'
915
- given-names: Lou
1016
family-name: Klappenbach
1117
orcid: 'https://orcid.org/0000-0001-6587-3353'
1218
cff-version: 1.2.0
13-
date-released: "2023-05-26"
19+
date-released: "2023-06-09"
1420
license: "GPL-3.0"
1521
message: "If you use this software, please cite it using these metadata."
1622
repository-code: "https://github.com/ediarum/ediarum.DB"
1723
title: ediarum.DB
1824
type: software
19-
version: 4.0.3
25+
version: 4.1.0

build.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#Wed, 19 Jan 2022 14:40:34 +0100
1+
#Fri, 09 Jun 2023 10:13:11 +0200
22
build.major.number=4
3-
build.minor.number=0
4-
build.patch.number=2
5-
build.build.number=506
3+
build.minor.number=1
4+
build.patch.number=0
5+
build.build.number=527
66

77
exist.dir=/eXist-db-5-2-0
88
ant.contrib.jar=./lib/ant-contrib/lib/ant-contrib.jar
Binary file not shown.

0 commit comments

Comments
 (0)