Skip to content

Commit e9469bf

Browse files
committed
Release notes; fix last version number place.
1 parent 198e295 commit e9469bf

4 files changed

Lines changed: 47 additions & 2 deletions

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.6.0
3+
VERSION=2.7.0

NEWS

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
--- 2.7.0 2024/08/23
2+
Changes toward updated v2.7.0 specifications:
3+
ConvSpec-010-048
4+
Change OCLC numbers in MARC 035 from bf:Local to bf:OclcNumber
5+
Language conversion changes in MARC 041
6+
ConvSpec-050-088
7+
Change MARC 070 to use new bf:ClassificationNal
8+
Adjust conversion of MARC 072 $a and $x to remove a space
9+
Add $0 and $1 to MARC 082 and 083
10+
ConvSpec-1XX,7XX,8XX
11+
Add instructions for treatment of title subfields in MARC 1XX
12+
ConvSpec-240-X30
13+
Adjust conversion of 7XX fields to use new relation construct
14+
ConvSpec-250-270
15+
Change bflc:publicationStatement to bf:publicationStatement; change bflc:productionStatement to bf:productionStatement; change bflc:distributionStatement to bf:distributionStatement; change bflc:manufactureStatement to bf:manufactureStatement
16+
ConvSpec-3XX
17+
Add additional terms to MARC 344 $h conversion
18+
Add additional terms to MARC 347 $b conversion
19+
ConvSpec-5XX
20+
Add $5 to MARC 580 conversion
21+
ConvSpec-600-662
22+
Add $3 and $4 to MARC 647 and 648 conversion
23+
ConvSpec-760-788
24+
Adjust conversion of all fields to use new relation construct
25+
ConvSpec-Process0-9
26+
Changed Process 0.3.3 to use new relation construct
27+
Updated Process 6 to create new bf:status "traced" and updated examples
28+
29+
130
--- 2.6.0 2024/06/18
231
Changes towards updated v2.6.0 specifications:
332
ConvSpec 3XX

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+
* Tues Aug 23 2024 Kevin Ford <kevinford@loc.gov> - 2.7.0-1.indexdata
44+
- Release 2.7.0
45+
4346
* Tues Jun 18 2024 Kevin Ford <kevinford@loc.gov> - 2.6.0-1.indexdata
4447
- Release 2.6.0
4548

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.7.0
4+
5+
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:
6+
7+
* New conversion of relationships and related works to mirror the existing contribution-role modeling of agents.
8+
* New conversion of language resources in MARC 041 field to create language-specific notes or language-specific accompanying resources according to the information in each subfield.
9+
* Identifiers from OCLC in MARC 035 field are assigned to the new Identifier class bf:OclcNumber to facilitate data exchange activities.
10+
* Classification numbers from the National Agriculture Library in MARC 070 field are assigned to the new classification class bf:ClassificationNal
11+
* Title information from MARC 1XX fields is now converted.
12+
* Further refinements to the creation of Series Hubs from 490 fields.
13+
14+
See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.6.0 in the specifications are marked in red.
15+
316

417
## v2.6.0
518

@@ -11,7 +24,7 @@ Conversion updates based on specifications v2.6. See the Library of Congress’s
1124
* Better handling of bf:acquisitionTerms literals from MARC 020/024 $c
1225

1326

14-
See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.4.0 in the specifications are marked in red.
27+
See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.5.0 in the specifications are marked in red.
1528

1629

1730
## v2.5.0

0 commit comments

Comments
 (0)