Skip to content

Commit

Permalink
Prepare v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Oct 23, 2019
1 parent 8d43935 commit 3e8124c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#

project.name=public-repo
project.version=1.0.2
project.version=1.0.3
6 changes: 6 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
<finish>post-install.xql</finish>
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="repo" user="repo" group="repo" mode="rw-rw-r--"/>
<changelog>
<change version="1.0.3">
<ul xmlns="http://www.w3.org/1999/xhtml">
<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>
<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>
</ul>
</change>
<change version="1.0.2">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Dependency on semver.xq library actually imposed a new requirement on eXist 4.7.0+</li>
Expand Down

0 comments on commit 3e8124c

Please sign in to comment.