From e9469bf3b0ea63f81dbce5ce4049194fa6260e38 Mon Sep 17 00:00:00 2001 From: Kevin Ford Date: Thu, 22 Aug 2024 17:38:57 -0400 Subject: [PATCH] Release notes; fix last version number place. --- IDMETA | 2 +- NEWS | 29 +++++++++++++++++++++++++++++ marc2bibframe2.spec | 3 +++ release-notes.md | 15 ++++++++++++++- 4 files changed, 47 insertions(+), 2 deletions(-) diff --git a/IDMETA b/IDMETA index 2af5aeb3..7c24f64f 100644 --- a/IDMETA +++ b/IDMETA @@ -1,3 +1,3 @@ NAME=marc2bibframe2 CENTOS_DIST="centos7 centos8" -VERSION=2.6.0 +VERSION=2.7.0 diff --git a/NEWS b/NEWS index 15031b52..68d12331 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +--- 2.7.0 2024/08/23 +Changes toward updated v2.7.0 specifications: + ConvSpec-010-048 + Change OCLC numbers in MARC 035 from bf:Local to bf:OclcNumber + Language conversion changes in MARC 041 + ConvSpec-050-088 + Change MARC 070 to use new bf:ClassificationNal + Adjust conversion of MARC 072 $a and $x to remove a space + Add $0 and $1 to MARC 082 and 083 + ConvSpec-1XX,7XX,8XX + Add instructions for treatment of title subfields in MARC 1XX + ConvSpec-240-X30 + Adjust conversion of 7XX fields to use new relation construct + ConvSpec-250-270 + Change bflc:publicationStatement to bf:publicationStatement; change bflc:productionStatement to bf:productionStatement; change bflc:distributionStatement to bf:distributionStatement; change bflc:manufactureStatement to bf:manufactureStatement + ConvSpec-3XX + Add additional terms to MARC 344 $h conversion + Add additional terms to MARC 347 $b conversion + ConvSpec-5XX + Add $5 to MARC 580 conversion + ConvSpec-600-662 + Add $3 and $4 to MARC 647 and 648 conversion + ConvSpec-760-788 + Adjust conversion of all fields to use new relation construct + ConvSpec-Process0-9 + Changed Process 0.3.3 to use new relation construct + Updated Process 6 to create new bf:status "traced" and updated examples + + --- 2.6.0 2024/06/18 Changes towards updated v2.6.0 specifications: ConvSpec 3XX diff --git a/marc2bibframe2.spec b/marc2bibframe2.spec index df1e1db9..17030fa6 100644 --- a/marc2bibframe2.spec +++ b/marc2bibframe2.spec @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT %docdir %{_docdir}/marc2bibframe2 %changelog +* Tues Aug 23 2024 Kevin Ford - 2.7.0-1.indexdata +- Release 2.7.0 + * Tues Jun 18 2024 Kevin Ford - 2.6.0-1.indexdata - Release 2.6.0 diff --git a/release-notes.md b/release-notes.md index e4641573..62dc26e7 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,18 @@ # marc2bibframe2 release notes +## v2.7.0 + +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: + +* New conversion of relationships and related works to mirror the existing contribution-role modeling of agents. +* 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. +* Identifiers from OCLC in MARC 035 field are assigned to the new Identifier class bf:OclcNumber to facilitate data exchange activities. +* Classification numbers from the National Agriculture Library in MARC 070 field are assigned to the new classification class bf:ClassificationNal +* Title information from MARC 1XX fields is now converted. +* Further refinements to the creation of Series Hubs from 490 fields. + +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. + ## v2.6.0 @@ -11,7 +24,7 @@ Conversion updates based on specifications v2.6. See the Library of Congress’s * Better handling of bf:acquisitionTerms literals from MARC 020/024 $c -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. +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. ## v2.5.0