Skip to content

Commit

Permalink
Release notes; fix last version number place.
Browse files Browse the repository at this point in the history
  • Loading branch information
kefo committed Aug 22, 2024
1 parent 198e295 commit e9469bf
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IDMETA
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
NAME=marc2bibframe2
CENTOS_DIST="centos7 centos8"
VERSION=2.6.0
VERSION=2.7.0
29 changes: 29 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions marc2bibframe2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
%docdir %{_docdir}/marc2bibframe2

%changelog
* Tues Aug 23 2024 Kevin Ford <[email protected]> - 2.7.0-1.indexdata
- Release 2.7.0

* Tues Jun 18 2024 Kevin Ford <[email protected]> - 2.6.0-1.indexdata
- Release 2.6.0

Expand Down
15 changes: 14 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down

0 comments on commit e9469bf

Please sign in to comment.