Skip to content

Commit

Permalink
Update version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangmm committed Oct 26, 2014
1 parent 668386b commit f7c26db
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exist.dir=../../exist/eXist

project.name=monex
project.version=0.4
project.version=0.5
2 changes: 1 addition & 1 deletion console.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h3 class="box-title">Note</h3>
</div><!-- /.box-header -->
<div class="box-body">
<p>To use this feature you need a version of eXist build after April 10th, 2014. Older versions may work in part.</p>
<p>If you upgraded this app from an older version, please restart eXist once to refresh the library
<p>If you <strong>upgraded this app from an older version</strong>, please restart eXist once to refresh the library
on the web server.</p>
<p>Use the console:log functions in your XQuery to send messages to the remote console. For example:</p>
<pre>import module namespace console="http://exist-db.org/xquery/console";
Expand Down
4 changes: 2 additions & 2 deletions 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.4.jar</jar>
</package>
<jar>exist-monex-0.5.jar</jar>
</package>
4 changes: 2 additions & 2 deletions expath-pkg.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/monex" abbrev="monex" version="0.4" spec="1.0">
<package xmlns="http://expath.org/ns/pkg" name="http://exist-db.org/apps/monex" abbrev="monex" version="0.5" spec="1.0">
<title>Monitoring and Profiling for eXist</title>
<dependency package="http://exist-db.org/apps/shared"/>
</package>
</package>
6 changes: 6 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
<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>
Expand Down

0 comments on commit f7c26db

Please sign in to comment.