File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11NAME=marc2bibframe2
22CENTOS_DIST="centos7 centos8"
3- VERSION=2.8.0
3+ VERSION=2.8.1
Original file line number Diff line number Diff line change 1+ --- 2.8.1 2024/12/02
2+ Patch release to address XPath test issue in xsltproc.
3+
14--- 2.8.0 2024/11/21
25Changes toward updated v2.8.0 specifications:
36 ConvSpec-006-008
Original file line number Diff line number Diff line change @@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
4040%docdir %{_docdir }/marc2bibframe2
4141
4242%changelog
43+ * Thu Dec 02 2024 Kevin Ford <kevinford@loc.gov> - 2.8.1-1.indexdata
44+ - Release 2.8.1
45+
4346* Thu Nov 21 2024 Kevin Ford <kevinford@loc.gov> - 2.8.0-1.indexdata
4447- Release 2.8.0
4548
Original file line number Diff line number Diff line change 11# marc2bibframe2 release notes
22
3+ ## v2.8.1
4+
5+ Patch release.
6+
7+ * [ Address XPath test issue in xsltproc.] ( https://github.com/lcnetdev/marc2bibframe2/issues/253 )
8+
39## v2.8.0
410
511Conversion 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:
Original file line number Diff line number Diff line change 7575 <rdfs : label xmlns : rdfs =" http://www.w3.org/2000/01/rdf-schema#" >changed</rdfs : label >
7676 </bf : Status >
7777 </bf : status >
78- <bf : generationProcess rdf : resource =" https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.0 " />
78+ <bf : generationProcess rdf : resource =" https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.1 " />
7979 <bf : date rdf : datatype =" http://www.w3.org/2001/XMLSchema#dateTime" >1970-01-01T00:00:00Z</bf : date >
8080 </bf : AdminMetadata >
8181 </bf : adminMetadata >
262262 <rdfs : label xmlns : rdfs =" http://www.w3.org/2000/01/rdf-schema#" >changed</rdfs : label >
263263 </bf : Status >
264264 </bf : status >
265- <bf : generationProcess rdf : resource =" https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.0 " />
265+ <bf : generationProcess rdf : resource =" https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.1 " />
266266 <bf : date rdf : datatype =" http://www.w3.org/2001/XMLSchema#dateTime" >1970-01-01T00:00:00Z</bf : date >
267267 </bf : AdminMetadata >
268268 </bf : adminMetadata >
487487 <rdfs : label xmlns : rdfs =" http://www.w3.org/2000/01/rdf-schema#" >changed</rdfs : label >
488488 </bf : Status >
489489 </bf : status >
490- <bf : generationProcess rdf : resource =" https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.0 " />
490+ <bf : generationProcess rdf : resource =" https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.1 " />
491491 <bf : date rdf : datatype =" http://www.w3.org/2001/XMLSchema#dateTime" >1970-01-01T00:00:00Z</bf : date >
492492 </bf : AdminMetadata >
493493 </bf : adminMetadata >
734734 <rdfs : label xmlns : rdfs =" http://www.w3.org/2000/01/rdf-schema#" >changed</rdfs : label >
735735 </bf : Status >
736736 </bf : status >
737- <bf : generationProcess rdf : resource =" https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.0 " />
737+ <bf : generationProcess rdf : resource =" https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.1 " />
738738 <bf : date rdf : datatype =" http://www.w3.org/2001/XMLSchema#dateTime" >1970-01-01T00:00:00Z</bf : date >
739739 </bf : AdminMetadata >
740740 </bf : adminMetadata >
10891089 <rdfs : label xmlns : rdfs =" http://www.w3.org/2000/01/rdf-schema#" >changed</rdfs : label >
10901090 </bf : Status >
10911091 </bf : status >
1092- <bf : generationProcess rdf : resource =" https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.0 " />
1092+ <bf : generationProcess rdf : resource =" https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.1 " />
10931093 <bf : date rdf : datatype =" http://www.w3.org/2001/XMLSchema#dateTime" >1970-01-01T00:00:00Z</bf : date >
10941094 </bf : AdminMetadata >
10951095 </bf : adminMetadata >
Original file line number Diff line number Diff line change 77 <!-- constants for marc2bibframe2.xsl -->
88
99 <!-- Current marc2bibframe2 version -->
10- <xsl : variable name =" vCurrentVersion" >v2.8.0 </xsl : variable >
10+ <xsl : variable name =" vCurrentVersion" >v2.8.1 </xsl : variable >
1111 <xsl : variable name =" vOntoVersionURI" >http://id.loc.gov/ontologies/bibframe-2-4-0/</xsl : variable >
12- <xsl : variable name =" vConvVersionURI" >https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.0 </xsl : variable >
12+ <xsl : variable name =" vConvVersionURI" >https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.1 </xsl : variable >
1313
1414 <!-- namespace URIs -->
1515 <xsl : variable name =" bf" >http://id.loc.gov/ontologies/bibframe/</xsl : variable >
You can’t perform that action at this time.
0 commit comments