From: Galen Charlton Date: Wed, 4 Nov 2015 18:39:55 +0000 (+0000) Subject: LP#1384740: (follow-up) change extension of release note X-Git-Tag: sprint4-merge-nov22~884 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e8aa445a11c973db0acd9345938cb279d709fe15;p=working%2FEvergreen.git LP#1384740: (follow-up) change extension of release note Signed-off-by: Galen Charlton --- diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_imp_auth.adoc b/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_imp_auth.adoc new file mode 100644 index 0000000000..5b0e079655 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_imp_auth.adoc @@ -0,0 +1,46 @@ +MARC stream importer authority records and repairs +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +The MARC stream importer script, commonly used with external +services like OCLC Connexion, is now capable of importing authority +records in addition to bib records. A single running instance of +the script can import either type of record, based on the record +leader. + +New Options ++++++++++++ + + * --auth-merge-profile + * --auth-queue + * --auth-source + * --bib-import-no-match + * --bib-auto-overlay-exact + * --bib-auto-overlay-1match + * --bib-auto-overlay-best-match + * --auth-import-no-match + * --auth-auto-overlay-exact + * --auth-auto-overlay-1match + * --auth-auto-overlay-best-match + +Deprecated Options +++++++++++++++++++ + +The following options still work and map to the "bib" equivalent +of the option, however a deprecation warning message is generated +when the script is started. + + * --import-no-match + * --auto-overlay-exact + * --auto-overlay-1match + * --auto-overlay-best-match + +No Longer Supported Options ++++++++++++++++++++++++++++ + +--import-by-queue is no longer supported. This option serves no +particular purpose and is a bad idea when re-using the same queue over +and over as most people do, because queue bloat will increase run times. + +--noqueue (AKA "direct import") is no longer supported. All imports go +through Vandelay now. + diff --git a/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_imp_auth.txt b/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_imp_auth.txt deleted file mode 100644 index 5b0e079655..0000000000 --- a/docs/RELEASE_NOTES_NEXT/Cataloging/marc_stream_imp_auth.txt +++ /dev/null @@ -1,46 +0,0 @@ -MARC stream importer authority records and repairs -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -The MARC stream importer script, commonly used with external -services like OCLC Connexion, is now capable of importing authority -records in addition to bib records. A single running instance of -the script can import either type of record, based on the record -leader. - -New Options -+++++++++++ - - * --auth-merge-profile - * --auth-queue - * --auth-source - * --bib-import-no-match - * --bib-auto-overlay-exact - * --bib-auto-overlay-1match - * --bib-auto-overlay-best-match - * --auth-import-no-match - * --auth-auto-overlay-exact - * --auth-auto-overlay-1match - * --auth-auto-overlay-best-match - -Deprecated Options -++++++++++++++++++ - -The following options still work and map to the "bib" equivalent -of the option, however a deprecation warning message is generated -when the script is started. - - * --import-no-match - * --auto-overlay-exact - * --auto-overlay-1match - * --auto-overlay-best-match - -No Longer Supported Options -+++++++++++++++++++++++++++ - ---import-by-queue is no longer supported. This option serves no -particular purpose and is a bad idea when re-using the same queue over -and over as most people do, because queue bloat will increase run times. - ---noqueue (AKA "direct import") is no longer supported. All imports go -through Vandelay now. -