-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchanges.xml
34 lines (34 loc) · 2.27 KB
/
changes.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>Changes for MXParser</title>
<author>Joerg Schaible</author>
</properties>
<body>
<release version="1.2.3-SNAPSHOT" date="yyyy-MM-dd" description="Maintenance version">
<action dev="joehni" type="add">Add KEYS file with public keys to verify signed artifacts.</action>
</release>
<release version="1.2.2" date="2021-08-19" description="Maintenance version">
<action dev="joehni" type="fix">Handle XML declaration according specification of XmlPullParser.</action>
<action dev="joehni" type="fix">Fix handling of Processing Instruction.</action>
</release>
<release version="1.2.1" date="2021-03-12" description="Fix for JDK 1.4 compatibility">
<action dev="joehni" type="fix">Make MXParser really Java 1.4 compatible again.</action>
</release>
<release version="1.2.0" date="2021-01-08" description="Initial version after fork">
<action dev="joehni" type="update">Make MXParser Java 1.4 compatible again.</action>
<action dev="joehni" type="fix">Fix parser position calculation.</action>
<action dev="joehni" type="fix">Fix CDATA parser after processing double closing square brackets.</action>
<action dev="joehni" type="update">Support XMl in processing instructions.</action>
<action dev="joehni" type="fix">Fix endless loops.</action>
<action dev="joehni" type="add">Add automatic module name.</action>
<action dev="joehni" type="update">Deploy site to GitHub Pages.</action>
<action dev="joehni" type="add">Add unit tests from Plexus.</action>
<action dev="joehni" type="update">Incorporate changes of Plexus fork of MXParser.</action>
<action dev="joehni" type="add">Add Maven project.</action>
<action dev="joehni" type="update">Register parser as XmlPullParser service.</action>
<action dev="joehni" type="add">Fork MXParser of Xpp3.</action>
</release>
</body>
</document>