Skip to content

Commit 3deb386

Browse files
authored
Merge pull request #70 from line-o/release/2.1.0
Prepare release of v2.1.0
2 parents 2958fd4 + 13be05c commit 3deb386

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
#
55

66
project.name=public-repo
7-
project.version=2.0.0
7+
project.version=2.1.0

expath-pkg.xml.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/public-repo" abbrev="@project.name@" version="@project.version@" spec="1.0">
33
<title>eXist-db Public Application Repository</title>
4-
<dependency processor="http://exist-db.org" semver-min="5.0.0"/>
4+
<dependency processor="http://exist-db.org" semver-min="5.3.0"/>
55
<dependency package="http://exist-db.org/xquery/semver-xq" semver-min="2.2.1"/>
66
<dependency package="http://exist-db.org/apps/shared" semver-min="0.9.1"/>
77
<dependency package="http://exist-db.org/html-templating" semver-min="1.0.2"/>

repo.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@
1212
<finish>post-install.xq</finish>
1313
<permissions password="repo" user="repo" group="repo" mode="rwxr-xr-x"/>
1414
<changelog>
15+
<change version="2.1.0">
16+
<ul xmlns="http://www.w3.org/1999/xhtml">
17+
<li>New: Minimum required version of eXist is 5.3.0. - <a href="https://github.com/eXist-db/public-repo/pull/67">#67</a></li>
18+
<li>New: Allow publishing packages by any member of the repo group. - <a href="https://github.com/eXist-db/public-repo/pull/67">#67</a></li>
19+
<li>New: Simplify templates, add base URL to each page. - <a href="https://github.com/eXist-db/public-repo/pull/66">#66</a></li>
20+
<li>New: Drop ".html" from all routes (redirect old-style links). - <a href="https://github.com/eXist-db/public-repo/pull/62">#62</a></li>
21+
<li>New: Templates are rendered by HTML-templating library (>= 1.0.2) - <a href="https://github.com/eXist-db/public-repo/pull/56">#56</a></li>
22+
<li>Fixed: Allow retrieval of packages over HTTPS. - <a href="https://github.com/eXist-db/public-repo/issue/74">#74</a></li>
23+
<li>Fixed: Allow publishing packages via curl again. - <a href="https://github.com/eXist-db/public-repo/pull/69">#69</a></li>
24+
<li>Fixed: Sorting of package versions. - <a href="https://github.com/eXist-db/public-repo/pull/57">#57</a></li>
25+
<li>Fixed: Permissions of log files and metadata. - <a href="https://github.com/eXist-db/public-repo/pull/73">#73</a>, <a href="https://github.com/eXist-db/public-repo/pull/75">#75</a></li>
26+
</ul>
27+
</change>
1528
<change version="2.0.0">
1629
<ul xmlns="http://www.w3.org/1999/xhtml">
1730
<li>IMPORTANT: You must first run the upgrade script in https://github.com/eXist-db/public-repo/blob/master/modules/upgrade-to-v2-storage.xq before installing v2!</li>

0 commit comments

Comments
 (0)