-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathNEWS
93 lines (67 loc) · 3.38 KB
/
NEWS
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
85
86
87
88
89
90
91
92
93
--- 2.2.0 2022/11/XX
This release reflects specification changes related to marc2bibframe v2.2.0.
Changes include:
* Support for bflc:marcKey property.
* Support for ID.LOC.GOV lookup support using Saxonica or MarkLogic XSLT processors.
* Partial support for Names, Subjects, and GenreForm lookups with xsltprocessor.
* Bug fix for 386 subfields.
* Support for bflc:nonSortNum property.
* Fix bug with Work-level typing and 007 output.
--- 2.1.0 2022/10/18
This release reflects specification changes related to marc2bibframe v2.1.0.
Changes include:
* Do not convert descriptionConvention values 'aacr' or 'isbd.'
* Add support for converting bf:binding to 340$l.
* Make 040 subfield order: $abecd
* Force 'dlc' to 'DLC' for 040.
* Accommodate new source/Source pattern for LCGFT to ensure proper 655 ind2 subfield code.
* Add support for outputting 348.
* Ensure BF language notes go to 546.
* Update BF Series processing for appropriate 490 or Series 8XX fields.
* Correct bug with 340 subfielding.
* Output 242$y.
--- 2.0.0 2022/08/23
This release reflects specification changes related to marc2bibframe v2.0.0.
Changes include:
* Use new Work types to set Leader/06 and Leader/07 bytes.
* Use new 334 field for Issuance.
* Create 490 and 8XX fields from Hubs.
* Create 264 fields from bflc:simplePlace, bflc:simpleAgent and bflc:simplePlace literals.
* Create 720 fields when bf:agent has type Uncontrolled.
* Address issues a number of issues with too few 008 values (resulting in too-short 008s), incorrect 008 dates, and empty fields.
* Output 340 $l.
* Simplify 334 context processing.
* More flexible xpath selection to accommodate various RDF/XML shapes.
--- 1.1.1 2022/08/03
This is a patch release to address a variety of bugs.
Changes include:
* Not emitting MARC fields/subfields if content/information missing as seen with classification, ISBNs, ISSNS, and missing/expected rdf:value literals.
* Place RWO URIs in $1, not $0.
* Numerous fixes to 008, including correcting values (pos 34 for books) and spacing issues.
* Amend support for expressionOf/Hub construct.
* More flexible xpath selection to accommodate various RDF/XML shapes.
--- 1.1.0 2022/06/24
This release reflects specification changes related to marc2bibframe v1.7.1.
Changes include:
* Retaining punctuation in various fields (210, 222, 264, 245, etc.)
* Use new 344 for CaptureStorage and not 500.
* Add copyright symbol if Print, Arhival, Manuscript, Tactile, or Electronic.
* Test if Capture place relates to a G Class entry, use 033, else use 518.
* Bug fix with DLC repeating in 040.
* Numerous generation updates for 2XX, 3XX, 6XX, 7XX, etc. fields.
--- 1.1.0-M2BF-1.6 2022/04/05
Interim release reflecting specification changes related to marc2bibframe v1.6.x
Many changes and fixes, including:
* Fix recursion bug in tChopPunct template related to un-matched enclosing punctuation.
* Update 007 conversion. Add extended fill characters.
* Updated conversion based on updated specifications for many control and data fields.
* New named templates available for use in rules, including:
* tUriCode
* tToken2Subfields
* tGetMARCAuth
* New feature to allow for pulling in MARC authority records from the Library of Congress
or other sources, and using that data to augment data fields generated from
BIBFRAME entities.
See the README.md file and doc/rules.md for more details.
--- 1.0.0 2020/04/30
First packaged release.