-
Notifications
You must be signed in to change notification settings - Fork 110
Expand file tree
/
Copy pathchanges.xml
More file actions
50 lines (50 loc) · 2.23 KB
/
changes.xml
File metadata and controls
50 lines (50 loc) · 2.23 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<?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>
<author email="k@ailis.de">Klaus Reimer</author>
</properties>
<body>
<release version="0.3.3" date="2011-03-28" description="Minor update">
<action dev="k" type="fix" date="2011-03-28">
Fixed library paths in dylibs so they can be placed in
*.app/Contents/MacOS.
</action>
</release>
<release version="0.3.2" date="2011-03-27" description="Minor update">
<action dev="k" type="add" date="2011-03-27">
Now trying to load the JNI library with the following library names:
usb4java, usb4java32, libusb4java, libusb4java32.
</action>
</release>
<release version="0.3.1" date="2011-03-05" description="Hotfix">
<action dev="k" type="fix" date="2011-03-05">
Fixed missing support for custom buffer offsets and lengths.
</action>
</release>
<release version="0.3.0" date="2011-02-20" description="Minor update">
<action dev="k" type="fix" date="2011-02-20">
Fixed problem with empty control requests on Mac OS X.
</action>
<action dev="k" type="add" date="2011-02-20">
Implemented configuration to control the communication timeout.
</action>
</release>
<release version="0.2.0" date="2011-02-11" description="Minor update">
<action dev="k" type="add" date="2011-02-11">
Implemented configuration to control the scan mode and to improve
scan performance by filtering for specific vendor and product ids.
</action>
</release>
<release version="0.1.1" date="2011-02-08" description="Hotfix">
<action dev="k" type="fix" date="2011-02-08">
libusb reports broken bus root devices when detaching USB devices
and when user has no root permissions on linux. Fixed it by
only trusting root devices which are also in the device list of a bus.
</action>
</release>
</body>
</document>