Skip to content

Commit

Permalink
Prepare v0.9.13
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Apr 12, 2018
1 parent 7c65a2a commit cda158f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
4 changes: 1 addition & 3 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
# edit that.
#

ivy.version=2.4.0

project.name=monex
project.version=0.9.12
project.version=0.9.13

# Path to $EXIST_HOME
exist.dir=../../exist/Devel/
Expand Down
2 changes: 1 addition & 1 deletion exist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<namespace>http://exist-db.org/xquery/console</namespace>
<class>org.exist.console.xquery.ConsoleModule</class>
</java>
<jar>exist-monex-0.9.12.jar</jar>
<jar>exist-monex-0.9.13.jar</jar>
</package>
19 changes: 13 additions & 6 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@
<finish>post-install.xql</finish>
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="monex" user="monex" group="monex" mode="rw-rw-r--"/>
<changelog>
<change version="0.5">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New function console:dump prints all variables in the local variable stack, which are visible at the point the statement appears in the code.</li>
<li>Info popup in remote console causes browser display issues.</li>
</ul>
</change>
<change version="0.4">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Send alerts only to receivers watching the affected instance</li>
<li>Store last ping status in db; send alerts only if status changed</li>
</ul>
</change>
<change version="0.5">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New function console:dump prints all variables in the local variable stack, which are visible at the point the statement appears in the code.</li>
<li>Info popup in remote console causes browser display issues.</li>
</ul>
</change>
<change version="0.9.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fix eXist dependency to work with 3.0RC2 and final</li>
Expand Down Expand Up @@ -74,5 +74,12 @@
<li>Move jetty jars to eXist-db to prevent version conflicts</li>
</ul>
</change>
<change version="0.9.13">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Improved compatibility with Tomcat 7 - <a href="https://github.com/eXist-db/monex/issues/9">#9</a></li>
<li>Improved resolution of dependencies during build and build documentation - <a href="https://github.com/eXist-db/monex/pull/16">#16</a></li>
<li>Removed old version warnings <a href="https://github.com/eXist-db/monex/issues/51">#51</a></li>
</ul>
</change>
</changelog>
</meta>

0 comments on commit cda158f

Please sign in to comment.