|
1 | | -# bibframe2marc release notes |
2 | | - |
3 | | - |
4 | | -## v2.3.0 |
5 | | - |
6 | | -Many, many bug fixes and conversion updates based on specifications v2.3. See the Library of Congress’s [BIBFRAME site](https://www.loc.gov/bibframe/) for more details about spec changes. Specifications are included in the distribution in the spec directory. Changes of note: |
7 | | - |
8 | | -* Use "\[not\] used by agency" statuses for 050, 055, 060, 070 to set indicator value properly. |
9 | | -* Accommodate use of main note pattern for Awards. |
10 | | -* Output 051 based on new classification pattern. |
11 | | -* Handle 561, 563, and 583 at Item or Instance level. |
12 | | -* Do not create empty 264 when bf:copyrightDate property has no value. |
13 | | -* Only output 310/321 if Frequency has data value. |
14 | | -* Fix bug with 630 non-filing characters. |
15 | | -* Fix bug where 7XX $i should be $4; set default relationship to 758 when indeterminable. |
16 | | -* Only output 5XX fields when there is content. |
17 | | - |
18 | | -See the [NEWS](NEWS) file for full details of changes. |
19 | | - |
20 | | -## v2.2.1 |
21 | | - |
22 | | -Patch release to address numerous bug issues. This still conforms with 2.2.0 specs, which can be found in the [spec](spec/) directory. Changes of note: |
23 | | - |
24 | | -* Fix duplicating 7XXs. |
25 | | -* Set correct indicator values for 240, 730, and 830. |
26 | | -* Better handling of legacy 440. |
27 | | - |
28 | | -See the [NEWS](NEWS) file for full details of changes. |
29 | | - |
30 | | -## v2.2.0 |
31 | | - |
32 | | -Conversion updates based on specifications v2.2. 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 directory. Changes of note: |
33 | | - |
34 | | -* Support for bflc:marcKey property. |
35 | | -* Support for ID.LOC.GOV lookup support using Saxonica or MarkLogic XSLT processors. |
36 | | -* Partial support for Names, Subjects, and GenreForm lookups with xsltprocessor. |
37 | | -* Support for bflc:nonSortNum property. |
38 | | - |
39 | | -See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.1.0 in the specifications are marked in red. |
40 | | - |
41 | | -## v2.1.0 |
42 | | - |
43 | | -Conversion updates based on specifications v2.1. 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 directory. Changes of note: |
44 | | - |
45 | | -* Add support for converting bf:binding to 340$l. |
46 | | -* Make 040 subfield order: $abecd |
47 | | -* Add support for outputting 348. |
48 | | -* Ensure BF language notes go to 546. |
49 | | -* Update BF Series processing for appropriate 490 or Series 8XX fields. |
50 | | -* Output 242$y. |
51 | | - |
52 | | -See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.0.0 in the specifications are marked in red. |
53 | | - |
54 | | -## v2.0.0 |
55 | | - |
56 | | -Conversion updates based on specifications v2.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 directory. Changes of note: |
57 | | - |
58 | | -* Use new Work types to set Leader/06 and Leader/07 bytes. |
59 | | -* Use new 334 field for Issuance. |
60 | | -* Create 490 and 8XX fields from Hubs. |
61 | | -* Create 264 fields from bflc:simplePlace, bflc:simpleAgent and bflc:simplePlace literals. |
62 | | -* Create 720 fields when bf:agent has type Uncontrolled. |
63 | | -* Address issues a number of issues with too few 008 values (resulting in too-short 008s), incorrect 008 dates, and empty fields. |
64 | | - |
65 | | -See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v1.1.1 in the specifications are marked in red. |
66 | | - |
67 | | -## v1.1.1 |
68 | | - |
69 | | -Release to address numerous bug issues. This still conforms with 1.1.0 specs, which can be found in the [spec](spec/) directory. Changes of note: |
70 | | - |
71 | | -* Address 008 spacing issues. |
72 | | -* Check for existing values before outputting field. |
73 | | -* Make sure various indicators set properly. |
74 | | - |
75 | | -See the [NEWS](NEWS) file for full details of changes. |
76 | | - |
77 | | - |
78 | | -## v1.1.0 |
79 | | - |
80 | | -Conversion updates based on specifications v1.1.0. See the Library of Congress' [BIBFRAME site](https://www.loc.gov/bibframe/) for more details. Specifications are included in this distribution in the [spec](spec/) directory. Changes of note: |
81 | | - |
82 | | -* Retaining punctuation in various fields (210, 222, 264, 245, etc.) |
83 | | -* Use new 344 for CaptureStorage and not 500. |
84 | | -* Add copyright symbol if Print, Arhival, Manuscript, Tactile, or Electronic. |
85 | | -* Numerous generation updates for 2XX, 3XX, 6XX, 7XX, etc. fields. |
86 | | - |
87 | | -See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. |
88 | | - |
89 | | - |
| 1 | +# bibframe2marc release notes |
| 2 | + |
| 3 | +## v2.4.0 |
| 4 | + |
| 5 | +Placeholder |
| 6 | + |
| 7 | +* Placeholder |
| 8 | + |
| 9 | +See the [NEWS](NEWS) file for full details of changes. |
| 10 | + |
| 11 | +## v2.3.0 |
| 12 | + |
| 13 | +Many, many bug fixes and conversion updates based on specifications v2.3. See the Library of Congress’s [BIBFRAME site](https://www.loc.gov/bibframe/) for more details about spec changes. Specifications are included in the distribution in the spec directory. Changes of note: |
| 14 | + |
| 15 | +* Use "\[not\] used by agency" statuses for 050, 055, 060, 070 to set indicator value properly. |
| 16 | +* Accommodate use of main note pattern for Awards. |
| 17 | +* Output 051 based on new classification pattern. |
| 18 | +* Handle 561, 563, and 583 at Item or Instance level. |
| 19 | +* Do not create empty 264 when bf:copyrightDate property has no value. |
| 20 | +* Only output 310/321 if Frequency has data value. |
| 21 | +* Fix bug with 630 non-filing characters. |
| 22 | +* Fix bug where 7XX $i should be $4; set default relationship to 758 when indeterminable. |
| 23 | +* Only output 5XX fields when there is content. |
| 24 | + |
| 25 | +See the [NEWS](NEWS) file for full details of changes. |
| 26 | + |
| 27 | +## v2.2.1 |
| 28 | + |
| 29 | +Patch release to address numerous bug issues. This still conforms with 2.2.0 specs, which can be found in the [spec](spec/) directory. Changes of note: |
| 30 | + |
| 31 | +* Fix duplicating 7XXs. |
| 32 | +* Set correct indicator values for 240, 730, and 830. |
| 33 | +* Better handling of legacy 440. |
| 34 | + |
| 35 | +See the [NEWS](NEWS) file for full details of changes. |
| 36 | + |
| 37 | +## v2.2.0 |
| 38 | + |
| 39 | +Conversion updates based on specifications v2.2. 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 directory. Changes of note: |
| 40 | + |
| 41 | +* Support for bflc:marcKey property. |
| 42 | +* Support for ID.LOC.GOV lookup support using Saxonica or MarkLogic XSLT processors. |
| 43 | +* Partial support for Names, Subjects, and GenreForm lookups with xsltprocessor. |
| 44 | +* Support for bflc:nonSortNum property. |
| 45 | + |
| 46 | +See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.1.0 in the specifications are marked in red. |
| 47 | + |
| 48 | +## v2.1.0 |
| 49 | + |
| 50 | +Conversion updates based on specifications v2.1. 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 directory. Changes of note: |
| 51 | + |
| 52 | +* Add support for converting bf:binding to 340$l. |
| 53 | +* Make 040 subfield order: $abecd |
| 54 | +* Add support for outputting 348. |
| 55 | +* Ensure BF language notes go to 546. |
| 56 | +* Update BF Series processing for appropriate 490 or Series 8XX fields. |
| 57 | +* Output 242$y. |
| 58 | + |
| 59 | +See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v2.0.0 in the specifications are marked in red. |
| 60 | + |
| 61 | +## v2.0.0 |
| 62 | + |
| 63 | +Conversion updates based on specifications v2.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 directory. Changes of note: |
| 64 | + |
| 65 | +* Use new Work types to set Leader/06 and Leader/07 bytes. |
| 66 | +* Use new 334 field for Issuance. |
| 67 | +* Create 490 and 8XX fields from Hubs. |
| 68 | +* Create 264 fields from bflc:simplePlace, bflc:simpleAgent and bflc:simplePlace literals. |
| 69 | +* Create 720 fields when bf:agent has type Uncontrolled. |
| 70 | +* Address issues a number of issues with too few 008 values (resulting in too-short 008s), incorrect 008 dates, and empty fields. |
| 71 | + |
| 72 | +See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. Changes from v1.1.1 in the specifications are marked in red. |
| 73 | + |
| 74 | +## v1.1.1 |
| 75 | + |
| 76 | +Release to address numerous bug issues. This still conforms with 1.1.0 specs, which can be found in the [spec](spec/) directory. Changes of note: |
| 77 | + |
| 78 | +* Address 008 spacing issues. |
| 79 | +* Check for existing values before outputting field. |
| 80 | +* Make sure various indicators set properly. |
| 81 | + |
| 82 | +See the [NEWS](NEWS) file for full details of changes. |
| 83 | + |
| 84 | + |
| 85 | +## v1.1.0 |
| 86 | + |
| 87 | +Conversion updates based on specifications v1.1.0. See the Library of Congress' [BIBFRAME site](https://www.loc.gov/bibframe/) for more details. Specifications are included in this distribution in the [spec](spec/) directory. Changes of note: |
| 88 | + |
| 89 | +* Retaining punctuation in various fields (210, 222, 264, 245, etc.) |
| 90 | +* Use new 344 for CaptureStorage and not 500. |
| 91 | +* Add copyright symbol if Print, Arhival, Manuscript, Tactile, or Electronic. |
| 92 | +* Numerous generation updates for 2XX, 3XX, 6XX, 7XX, etc. fields. |
| 93 | + |
| 94 | +See the [NEWS](NEWS) file and the [updated specifications](spec/) for full details of changes. |
| 95 | + |
| 96 | + |
0 commit comments