-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathchanges.xml
More file actions
27 lines (27 loc) · 1.18 KB
/
changes.xml
File metadata and controls
27 lines (27 loc) · 1.18 KB
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
<?xml version="1.0" encoding="UTF-8" ?>
<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/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
<properties>
<title>Changelog</title>
</properties>
<body>
<release version="1.3.0" date="2018-10-07" description="Major update">
<action dev="kayahr" type="add" date="2018-10-21">
Add configuration flag to enable USBDK usage on Windows.
</action>
<action dev="kayahr" type="update" date="2018-10-07">
Updated dependencies. See changelog of the usb4java project for details.
</action>
</release>
<release version="1.2.0" date="2014-02-16" description="Major update">
<action dev="kayahr" type="update" date="2014-02-16">
Moved javax.usb implementation to org.usb4java.javax namespace
and separate usb4java-javax project. See changelog of the
usb4java project for older changes.
</action>
</release>
</body>
</document>