Skip to content

Commit ad9663c

Browse files
committed
Update release notes.
1 parent 46b9509 commit ad9663c

2 files changed

Lines changed: 32 additions & 1 deletion

File tree

NEWS

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
--- 2.4.0 2023/11/22
2+
Changes towards updated v2.4.0 specifications:
3+
ConvSpec 001-007:
4+
All bytes converted to Instance properties/classes
5+
ConvSpec 3XX:
6+
Move creation of bf:colorContent (MARC 340) from Work to Instance
7+
Move creation of bf:soundContent (MARC 344) from Work to Instance
8+
ConvSpec 240, X30:
9+
Creation of bflc:nonSortNum from non-filing indicators
10+
ConvSpec 720, 740-758:
11+
Addition of bflc:SecondaryInstance to MARC records with 758 $1 fields
12+
ConvSpec Process 0-8:
13+
Process 2 deprecated and instructions for creating Hubs moved to ConvSpec 240, X30
14+
Process 3 modified to create Instances instead of Items from 856 fields and
15+
bf:electronicLocator structure changed from rdf:value to rdf:resource
16+
New Preprocess 0
17+
18+
119
--- 2.3.0 2023/01/20
220
Changes towards updated v2.3.0 specifications:
321
ConvSpec-050-088:

release-notes.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# marc2bibframe2 release notes
22

3+
## v2.4.0
4+
5+
Conversion updates based on specifications v2.4. See the Library of Congress’s [BIBFRAME site](https://www.loc.gov/bibframe/) for more details. Specifications are included in the distribution in the [spec](spec/) directory. Changes of note:
6+
7+
* Placement of title non-filing indicator values in new bflc property "nonSortNum."
8+
* All bytes from the MARC 007 field are now mapped to the BIBFRAME Instance.
9+
* MARC 856 fields will create BIBFRAME Instances instead of BIBFRAME Items.
10+
* Splitting of a single MARC record with multiple 007, 300 and 856 fields into multiple records - one for each iteration of the resource – which creates multiple Instances linked to a Work. The split occurs as a preprocessing step documented in the new "Preprocess 0" spec.
11+
* The Instances created via the splitting process are given the rdf:type "bflc:SecondaryInstance."
12+
13+
See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.3.0 in the specifications are marked in red.
14+
15+
316
## v2.3.0
417

518
Conversion updates based on specifications v2.3. See the Library of Congress’s [BIBFRAME site](https://www.loc.gov/bibframe/) for more details. Specifications are included in the distribution in the [spec](spec/) directory. Changes of note:
@@ -10,7 +23,7 @@ Conversion updates based on specifications v2.3. See the Library of Congress’s
1023
* 561, 563, and 581 to Instance unless $5, in which case continues to go to Item.
1124
* Incorporate new 'use by agency' statuses for Classification resources from 050, 055, 060, 070.
1225

13-
See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.1.0 in the specifications are marked in red.
26+
See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.2.0 in the specifications are marked in red.
1427

1528
## v2.2.1
1629

0 commit comments

Comments
 (0)