-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES.TXT
84 lines (63 loc) · 3.28 KB
/
CHANGES.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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Current version: ${project.artifactId}-${project.version}-r${revisionId}
Changes for metadata-translator-1.6.4:
- Several fixes in the CMDI-IMDI transformation
Changes for metadata-translator-1.6.3:
- Several fixes in the CMDI-IMDI and IMDI-CMDI transformations, related to the
sign language profile, info links and language codes
Changes for metadata-translator-1.6.2:
- Fixed an issue where passing a null value for the service URI to the
translator library caused a null pointer exception, while this should be allowed
Changes for metadata-translator-1.6.1:
- Changes in transformation of Session-like CMDI metadata to IMDI
- More robust retrieval of catalogue file in IMDI to CMDI for corpus records
Changes for metadata-translator-1.6.0:
- Many changes and fixes to IMDI<>CMDI conversion stylesheet
- Transformer logging output redirect to application log
Changes for metadata-translator-1.5.2:
- Updated corpus-structure-2 dependency to version 1.1.6
Changes for metadata-translator-1.5.1:
- Optional insertion of client side stylesheet processing instruction for CMDI
- Updates to the 'IMDI to CMDI' and 'lat-session to IMDI' transformations
Changes for metadata-translator-1.5.0:
- Reading of files from the local file system by internally rewriting public
URLs to file paths (mapping configurable via optional context parameters)
- Added a stylesheet (CMDI to IMDI) for the VALID profile
- Fixes to the stylesheets for the LAT profiles
Changes for metadata-translator-1.4.1:
- Updated corpus structure 2 dependency to 1.1.2
- Supporting redirects between HTTP and HTTPS
Changes for metadata-translator-1.4.0:
- Usage of corpus structure 2 handle resolver, by default Handle API implementation
- Extended and additional stylesheets
- Possibility to use detached stylesheets instead by configuring their locations on disk
- Improved input format detection
Changes for metadata-translator-1.3.1:
- HTTP redirect codes returned by the handle server: 301, 302 and 307 are now
also considered a good redirect response (as 303).
- Added service documentation to INSTALL.TXT and README.TXT
Changes for metadata-translator-1.3:
- Added stylesheet for leslla
- Fixed problems generating resource links for resources without an handle
Changes for metadata-translator-1.1.7:
- Updated stylesheet for soundbites
Changes for metadata-translator-1.1.6:
- Added stylesheet for soundbites
Changes for metadata-translator-1.1.5:
- Updated stylesheet for IMDI to CMDI translation
Changes for metadata-translator-1.1.4:
- Added loop detection on input location
- Default log level for own package set to WARN
Changes for metadata-translator-1.1.3:
- Added stylesheets for DiscAn profiles
Changes for metadata-translator-1.1.2:
- Tranformation of handle URI's to simple handle URI's (without scheme) when
recursively creating links to the translation service.
Changes for metadata-translator-1.1.1:
- Added ArchiveHandle attribute to IMDI corpus translations of CMDI collections
Changes for metadata-translator-1.1:
- Reference to original IMDI is added to header of generated CMDI's (#2920)
- Improved detection of handle URIs
- No longer setting global TransformerFactory property
- Added /version resource to service which provides runtime version info
Changes for metadata-translator-1.0:
- This is the first release of the MetadataTranslator.