-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTES.txt
61 lines (37 loc) · 1.19 KB
/
NOTES.txt
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
51
52
53
54
55
56
57
58
59
60
61
0.9.11
- Updated banner.
- Moved to Java7.
- Use ${java.home} from Maven to locate JNI headers.
- Embedded dlls into mfsampledsp jar.
0.9.10
- Ensure that MFAudioIO is properly initialized.
0.9.9
- Ensure that we can still read the whole file after seeking.
0.9.8
- Ensure that we can still read the whole file after seeking.
- Fixed file length issue in TestMFFileInputStream.
0.9.7
- Ensure that stream is still open when seeking.
0.9.6
- Fixed library loading issues when the classpath contains a + char.
0.9.5
- Changed order of AudioFormat lookup. Now MF_METADATA_PROVIDER_SERVICE before MF_PROPERTY_HANDLER_SERVICE.
- Removed custom Javadoc stylesheet.
- Link against Java 8 API docs.
- Updated Maven plugins.
- Added GitHub ribbon.
0.9.4
- Fixed filename encoding issues with UNC paths.
0.9.3
- Fixed locking. Files were not closed properly.
0.9.2
- Moved to MF_PROPERTY_HANDLER_SERVICE as primary method of obtaining meta data.
0.9.1
- Fixed MF/COM initialization issue.
- Switched to LGPL 2.1.
- Moved to Maven 3.0.5.
- Changed architecture classifiers from 32 to i386 and 64 to x86_64.
- Added support for seek.
- Switched from Visual Studio 10 to Win 7.1 SDK.
0.9.0
- First release