-
Notifications
You must be signed in to change notification settings - Fork 0
/
repo.xml
executable file
·38 lines (37 loc) · 1.25 KB
/
repo.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<meta xmlns="http://exist-db.org/xquery/repo">
<description>Handle catalog management</description>
<author>jmmc-tech-group</author>
<author>jmmc-tech-group</author>
<website/>
<status>alpha</status>
<license>GNU-LGPL</license>
<copyright>true</copyright>
<type>application</type>
<target>catalogs</target>
<prepare>pre-install.xql</prepare>
<finish/>
<note/>
<changelog>
<change xmlns="" version="0.8">
<h3>30 september 2022</h3>
<ul>
<li>Provide delegations associated to pis accounts.</li>
<li>Enhance permissions control (accept more than one pi column).</li>
<li>Support to set null values (using None in our a2p2 python client).</li>
</ul>
</change>
<change xmlns="" version="0.7">
<h3>20 march 2022</h3>
<ul>
<li>SQL extension hardening.</li>
</ul>
</change>
<change xmlns="" version="0.6">
<h3>Better release notes are coming</h3>
<ul>
<li>Store on fly changes in a dedicated history column / POC version.</li>
</ul>
</change>
</changelog>
</meta>