Skip to content

Commit

Permalink
Prepare v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Sep 25, 2017
1 parent e47f2fc commit 3553024
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
project.version=2.4.0
project.version=2.4.1
9 changes: 6 additions & 3 deletions docs/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,26 @@ <h1>Introducing<br/>eXide</h1>
</div>
</div>
<section id="news">
<h1>New in 2.4.0</h1>
<h1>New in 2.4.1</h1>
<div class="feature">
<div class="row-fluid">
<div class="span3 thumb">
<h2>Faster and more accurate query results</h2>
<p>Native serialization methods and indent toggling</p>
<p>Fine-grained resource permission control</p>
</div>
<div class="span9">
<p>eXide has jettisoned its longstanding “pretty-printing” library, and now uses
<p>The File > Manage > Get Info permissions dialog now displays checkboxes to
toggle SetUID, SetGID, and sticky bits.</p>
<p>In 2.4.0, eXide jettisoned its longstanding “pretty-printing” library, now useing
eXist’s built-in serialization methods. This change means improved
whitespace accuracy and speed when viewing your query results, and turns
eXide into a serialization sandbox. By toggling the output methods via the
“Output” dropdown menu, you can serialize query results not just as
Adaptive, JSON, XML, or the old “direct” (rendered) method, but also as
Text, HTML5, XHTML, XHTML5, and MicroXML. The new “Indent” checkbox lets you
toggle whether query results are indented or not.</p>
<p>eXide now also supports eXist 3.3.0’s newly added "Adaptive" serialization
<p>Also with 2.4.0, eXide supports XQuery 3.1’s Adaptive serialization
method, which displays all XDM data types: not just XML elements, but
free-standing attribute nodes, maps, arrays, and functions. (Read more about
<a
Expand Down
5 changes: 5 additions & 0 deletions repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
<finish/>
<permissions xmlns:repo="http://exist-db.org/xquery/repo" password="eXide" user="eXide" group="eXide" mode="0775"/>
<changelog>
<change version="2.4.1">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>Fixed: Restored the SetGID, SetUID, and sticky bit checkboxes in File > Manage permissions dialog</li>
</ul>
</change>
<change version="2.4.0">
<ul xmlns="http://www.w3.org/1999/xhtml">
<li>New: Support all native serialization methods in displaying query results, including eXist 3.3.0's new adaptive serialization</li>
Expand Down

0 comments on commit 3553024

Please sign in to comment.