Skip to content

Commit 3e8124c

Browse files
committed
Prepare v1.0.3
1 parent 8d43935 commit 3e8124c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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=1.0.2
7+
project.version=1.0.3

repo.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
<finish>post-install.xql</finish>
1313
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="repo" user="repo" group="repo" mode="rw-rw-r--"/>
1414
<changelog>
15+
<change version="1.0.3">
16+
<ul xmlns="http://www.w3.org/1999/xhtml">
17+
<li>Fixed: Avoid HTTPS-to-HTTP downgrade when eXist is behind a proxy - <a href="https://github.com/eXist-db/public-repo/pull/48">#48</a></li>
18+
<li>Note: The correct and supported path to the public-repo's "find" endpoint is public-repo/find, not public-repo/modules/find.xql. The latter will work, but the fix is specifically to the former.</li>
19+
</ul>
20+
</change>
1521
<change version="1.0.2">
1622
<ul xmlns="http://www.w3.org/1999/xhtml">
1723
<li>Fixed: Dependency on semver.xq library actually imposed a new requirement on eXist 4.7.0+</li>

0 commit comments

Comments
 (0)