Skip to content

Commit 1fa6eff

Browse files
committed
Release notes; update specs.
1 parent db285ae commit 1fa6eff

38 files changed

Lines changed: 50 additions & 0 deletions

NEWS

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
--- 2.8.0 2024/11/21
2+
Changes toward updated v2.8.0 specifications:
3+
ConvSpec-006-008
4+
Changed conversion of 008/06=q
5+
Stopped conversion of 008/34=d for books
6+
ConvSpec-010-048
7+
Added conversion of 040 as a note field with notetype "internal" in Admin Metadata
8+
ConvSpec-050-088
9+
Added conversion of 080 field
10+
Changed conversion of 082 field with Ind2=#
11+
ConvSpec-1XX,7XX,8XX
12+
Added conversion of $6
13+
ConvSpec-200-247
14+
Changed conversion of MARC 246/247 $6
15+
ConvSpec-240,X30�
16+
Added conversion of $6
17+
Changed bf:relationship URI from BF property to relationship entity
18+
ConvSpec-5XX
19+
Changed conversion of MARC 504 from I-supplmentaryContent to I-note with notetype "biblio"
20+
ConvSpec-600-662
21+
Added conversion $6
22+
ConvSpec-720,740,etc.
23+
Changed conversion of MARC 740 $6
24+
ConvSpec-760-788
25+
Changed bf:relationship URI from BF property to relationship entity
26+
ConvSpec-NumericSubfields
27+
Added MARC 100, 110, 111, 130, 240, 246, 247, 6XX, 700, 710, 711, 740, 800, 810, 811, 830 to step 6.3
28+
Added more examples to step 6.3
29+
ConvSpec-Process0-9
30+
Updated Process 0.2 for new treatment of 7XX fields with $i and Ind2=2
31+
Updated Process 6.3 to reflect new treatment of series fields with parallel titles
32+
133
--- 2.7.0 2024/08/23
234
Changes toward updated v2.7.0 specifications:
335
ConvSpec-010-048

marc2bibframe2.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
4040
%docdir %{_docdir}/marc2bibframe2
4141

4242
%changelog
43+
* Thu Nov 21 2024 Kevin Ford <kevinford@loc.gov> - 2.8.0-1.indexdata
44+
- Release 2.8.0
45+
4346
* Tues Aug 23 2024 Kevin Ford <kevinford@loc.gov> - 2.7.0-1.indexdata
4447
- Release 2.7.0
4548

release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# marc2bibframe2 release notes
22

3+
## v2.8.0
4+
5+
Conversion updates based on specifications v2.8. 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+
* Conversion of MARC 880 fields for agents, which were previously not converted.
8+
* Conversion of MARC 880 fields for variant titles (MARC 246, 247, 740), which were previously not converted.
9+
* Added conversion of UDC classification numbers in MARC 080 field.
10+
* Bibliographical notes in MARC 504 fields are now converted as notes instead of as supplementary content.
11+
* Adjustmented the creation of relationships to use the vocabulary at https://id.loc.gov/vocabulary/relationship.html instead of BIBFRAME properties.
12+
* Retention of MARC 040 field as a note in Admin Metadata.
13+
* Refined conversion of MARC 7XX fields that have data in $i and Ind2=2 to selectively create resources with a “part” relationship.
14+
15+
See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.7.0 in the specifications are marked in red.
16+
17+
318
## v2.7.0
419

520
Conversion updates based on specifications v2.7. 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:

spec/ConvSpec-006-008-v2.6.xlsx

-32.6 KB
Binary file not shown.

spec/ConvSpec-006-008-v2.8.xlsx

32.6 KB
Binary file not shown.

spec/ConvSpec-010-048-v2.7.xlsx

-24.6 KB
Binary file not shown.

spec/ConvSpec-010-048-v2.8.xlsx

24.5 KB
Binary file not shown.

spec/ConvSpec-050-088-v2.7.xlsx

-16.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)