Skip to content

Commit 0d8cfe8

Browse files
committed
Updating documentation and version number for release.
1 parent 6347787 commit 0d8cfe8

4 files changed

Lines changed: 42 additions & 1 deletion

File tree

IDMETA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
NAME=marc2bibframe2
22
CENTOS_DIST="centos7 centos8"
3-
VERSION=2.10.0
3+
VERSION=3.0.0

NEWS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
--- 3.0.0 2025/12/01
2+
Changes for updated v3.0.0 specifications:
3+
ConvSpec-LDR
4+
Changed conversion of Leader byte 17=2 to a new code
5+
ConvSpec-010-048
6+
Removed 024 Ind2 mapping for identifiers that are located in MARC 028 field
7+
Updated conversion of 024 $2 to use URIs from the standard identifier sounce codes list
8+
Removing mapping of 048; it�s been moved to a new spec
9+
ConvSpec-048-Codes
10+
Now obsolete
11+
ConvSpec-048,382
12+
NEW spec, replacing ConvSpec-048-Codes and sections of ConvSpec-010-048 and ConvSpec=3XX
13+
Updated conversion of medium of performance data to use new properties and classes
14+
ConvSpec-050-088
15+
Removed conversion of 055 fields when Ind2 does not equal �0�, �1� or �2�
16+
ConvSpec-3XX
17+
Removed mapping of 382; it�s been moved to the new ConvSpec-048,382
18+
Changed conversion of 383 field to new identifier subclasses bf:SerialNumber, bf:OpusNumber, bf:ThematicCatalogNumber
19+
Added conversion of 383 $e and $3
20+
Changed conversion of 384 field to new bf:keyMode/bf:KeyMode
21+
Added conversion of 383 $3
22+
ConvSpec-Process0-9
23+
Removed instruction to create an Instance for 856 Ind2=0 fields to match existing instructions in ConvSpec-Preprocess0
24+
25+
126
--- 2.10.0 2025/07/23
227
Changes for updated v2.10.0 specifications:
328
ConvSpec-006-008

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+
* Mon Dec 01 2025 Kevin Ford <kevinford@loc.gov> - 3.0.0-1.indexdata
44+
- Release 3.0.0
45+
4346
* Wed Jul 23 2025 Kevin Ford <kevinford@loc.gov> - 2.10.0-1.indexdata
4447
- Release 2.10.0
4548

release-notes.md

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

3+
## v3.0.0
4+
5+
Conversion updates based on specifications v3.0. 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+
* Medium of Performance conversion from MARC fields 048 and 382 is now located in a new specification (ConvSpec-048,382). Properties and classes from the Performed Music Ontology have been added to the BIBFRAME ontology and are used in this new specification.
8+
* The ConvSpec-048-Codes specification is now obsolete.
9+
* Music identifiers in the MARC 383 field now use new classes (bf:SerialNumber, bf:OpusNumber, bf:ThematicIndexNumber) instead of literals.
10+
* Music key information from the MARC 384 field now uses a new object property bf:keyMode/bf:KeyMode
11+
* Identifier source data from MARC 024 $2 now includes a URI from the [Standard Identifiers vocabulary](https://id.loc.gov/vocabulary/identifiers.html).
12+
13+
See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.10.0 in the specifications are marked in red.
14+
15+
316
## v2.10.0
417

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

0 commit comments

Comments
 (0)