Skip to content

Commit 260d8af

Browse files
committed
add changenotes
1 parent 4491575 commit 260d8af

File tree

2 files changed

+42
-37
lines changed

2 files changed

+42
-37
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<project.build.source>1.8</project.build.source>
4949
<project.build.target>1.8</project.build.target>
5050

51-
<exist.version>4.0.0</exist.version>
51+
<exist.version>4.1.0</exist.version>
5252

5353
<package-name>http://exist-db.org/apps/doc</package-name>
5454
</properties>

xar-assembly.xml

Lines changed: 41 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -18,51 +18,56 @@
1818
<prepare>pre-install.xql</prepare>
1919
<note>Note for users of eXist 2.x: When upgrading, please make sure you also updated the shared-resources package to > 0.4.0.</note>
2020
<changelog>
21+
<change version="4.0.1">
22+
<ul xmlns="http://www.w3.org/1999/xhtml">
23+
<li>adapt search to db5</li>
24+
<li>Update advanced installation - better intro to YAJSW config</li>
25+
<li>XQuery article updates</li>
26+
<li>betterFORM information</li>
27+
<li>Security, Backup and Scheduler update</li>
28+
<li>broken-links page.html cause crash and locked D</li>
29+
<li>broken-links Jetty links are outdate</li>
30+
<li>add Jetty portal folder info to deplyomen</li>
31+
<li>enhancement /apps/doc/deployment.xml missing instructions about removing the portal folder</li>
32+
<li>dependency updates </li>
33+
<li>Updated the diagnostics page</li>
34+
<li>Updates of xforms, webdav and versioning + minor edit</li>
35+
<li>broken-links [configuration.xml] missing how-to data from wiki</li>
36+
<li>add link to style guid</li>
37+
<li>change to proper map syntax</li>
38+
<li>Fix reference expansions</li>
39+
<li>Review Beginner's Guide to XR</li>
40+
<li>Fix further reference expansion for package name</li>
41+
<li>[security.xml] update mentions of old user manage</li>
42+
<li>deprecated [debugger.xml] Unclear instruction</li>
43+
<li>deprecated [configuration.xml] Services sectio</li>
44+
<li>fix empty-sequence in exampl</li>
45+
<li>[oxygen.xml] Update oXygen docs with directions for the eXist connection wizar</li>
46+
<li>[templating.xml] examples uses html5 syntax </li>
47+
</ul>
48+
</change>
2149
<change version="4.0.0">
2250
<ul xmlns="http://www.w3.org/1999/xhtml">
2351
<li>[lucene.xml, indexing.xml] add info about the ICUFoldingFilter and UCA collation</li>
24-
<li>documentation now uses docbook 5.0 </li>
52+
<li>documentation now uses docbook 5.</li>
2553
<li>fix use of empty-sequence in example</li>
2654
<li>A major rework is in progress based on edits by Erik Siegel</li>
2755
</ul>
2856
</change>
2957
<change version="3.0.0">
3058
<ul xmlns="http://www.w3.org/1999/xhtml">
31-
<li>
32-
add info on hardening production systems
33-
</li>
34-
<li>
35-
Address issues regarding the configuration.xml article
36-
</li>
37-
<li>
38-
bug Fix the linking to apps by abbrev package name
39-
</li>
40-
<li>
41-
[util.xml] broken link to Function Documentation Library
42-
</li>
43-
<li>
44-
doc variable no longer works from the default page template
45-
</li>
46-
<li>
47-
Roundup of work on old issues
48-
</li>
49-
<li>
50-
Fixed filename of the eXist-db installation jar
51-
</li>
52-
<li>
53-
enhancement update contents of data/repo.xml explaining how setting permissions works
54-
</li>
55-
<li>
56-
[troubleshooting.xml] Update documentation on jetty ports and port conflicts
57-
</li>
58-
<li>
59-
Remove XACML documentation
60-
</li>
61-
<li>
62-
Remove ftlegacy.xml documentation on legacy ft-index
63-
</li>
64-
<li>
65-
recode site:expand-links()?
59+
<li>add info on hardening production system</li>
60+
<li>Address issues regarding the configuration.xml articl</li>
61+
<li>bug Fix the linking to apps by abbrev package nam</li>
62+
<li>[util.xml] broken link to Function Documentation Librar</li>
63+
<li>doc variable no longer works from the default page templat</li>
64+
<li>Roundup of work on old issue</li>
65+
<li>Fixed filename of the eXist-db installation ja</li>
66+
<li>enhancement update contents of data/repo.xml explaining how setting permissions work</li>
67+
<li>[troubleshooting.xml] Update documentation on jetty ports and port conflict</li>
68+
<li>Remove XACML documentatio</li>
69+
<li>Remove ftlegacy.xml documentation on legacy ft-inde</li>
70+
<li>recode site:expand-links()?
6671
</li>
6772
</ul>
6873
</change>

0 commit comments

Comments
 (0)